-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
DEV backlog
Right now, a user log-out action does not disable Push notifications so users will receive Push notifications always until:
- They disable receiving all types of notifications before leaving the app
- They remove the account from the app (using the Edit option in the manage accounts page)
- They uninstall the app
This has generated some concerts for some users, as it is not consistent with other similar apps behaviour (while others such as Facebook, Instagram or Linkedin behave as our app)
There are several options here that will require some UX review such as:
- Stop sending Push notifications at all by default
- Make this behaviour configurable by the site admin or user
There are other technical considerations such as whether it is best to invalidate the Push notifications tokens or temporarily disable receiving Push notifications (using the existing Moodle preference for it)