Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: notify user to tap card to update balance #92

Open
aniruddha-adhikary opened this issue Nov 17, 2024 · 0 comments
Open

feat: notify user to tap card to update balance #92

aniruddha-adhikary opened this issue Nov 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aniruddha-adhikary
Copy link
Owner

Premise

Users may often forget to tap their own card to sync with the app. We should have an opt-in able feature to remind them.

Implementation

  • WorkManager on Android and UNTimeIntervalNotificationTrigger on iOS.
  • There should be a setting to enable this notification. By default can be off.
    • We can show an Alert to a user when they are "too late to scan" risking lost history. (Definition To be discussed)
  • The notification frequency cannot the bother the user.
    • We can analyze the frequency of MRT pass usage to figure out how frequently the user should tap. Set the notification interval accordingly.
    • We should have a cutoff point where MRT use is so low the person doesn't need a reminder at all.
    • Initially, the default can be every 3 days
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant