You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, notification is triggered every time when a face touching is detected; however, this can be less than ideal and can get annoying. I am proposing to have a configuration for notification.
The configuration is probably going to a dropbox that has roughy the following options:
No notifications
Every touch
At max every 1 minute
At max every 5 minute
At max every 10 minute
At max every 30 minute
at max every hour
For the options other than no notifications and every touch, the user will at max sees at max one notification every interval if any touch was detected. For example: if a user selected At max every 10 minutes and a user touch his face in the that 10 minute period 3 times, a notification with a message like 'You've touched your face 3 times in the past 10 minutes'.
I am thinking this would be implemented with the setInterval and query the history to get the number of times the user has touch their face in during that period.
The text was updated successfully, but these errors were encountered:
Currently, notification is triggered every time when a face touching is detected; however, this can be less than ideal and can get annoying. I am proposing to have a configuration for notification.
The configuration is probably going to a dropbox that has roughy the following options:
For the options other than no notifications and every touch, the user will at max sees at max one notification every interval if any touch was detected. For example: if a user selected
At max every 10 minutes
and a user touch his face in the that 10 minute period 3 times, a notification with a message like 'You've touched your face 3 times in the past 10 minutes'.I am thinking this would be implemented with the
setInterval
and query the history to get the number of times the user has touch their face in during that period.The text was updated successfully, but these errors were encountered: