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
Applications on iOS can use a badge count to display the number of notifications that are currently requiring user action. This functionality could be added to the Spezi module.
Solution
We propose to add mechanisms to display a badge count in the app reflecting the number of open tasks. Unfortunately, the badge count needs to be defined at the time that the notification is scheduled. As we can only know the current number of uncompleted events based on the latest interaction with the scheduler module and can not plan the badge count ahead.
Therefore, this feature requires rescheduling the notifications when the application is opened/closed or when tasks are changed. Based on these rescheduled notifications, we can predict and set the badge count. It would be good to adapt the badge count calculation dynamically once it is computed, e.g., using a configuration closure.
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Applications on iOS can use a badge count to display the number of notifications that are currently requiring user action. This functionality could be added to the Spezi module.
Solution
We propose to add mechanisms to display a badge count in the app reflecting the number of open tasks. Unfortunately, the badge count needs to be defined at the time that the notification is scheduled. As we can only know the current number of uncompleted events based on the latest interaction with the scheduler module and can not plan the badge count ahead.
Therefore, this feature requires rescheduling the notifications when the application is opened/closed or when tasks are changed. Based on these rescheduled notifications, we can predict and set the badge count. It would be good to adapt the badge count calculation dynamically once it is computed, e.g., using a configuration closure.
Code of Conduct
The text was updated successfully, but these errors were encountered: