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

Reminders or notifications for tasks in single-user mode #330

Open
RudolfCardinal opened this issue Jan 10, 2024 · 1 comment
Open

Reminders or notifications for tasks in single-user mode #330

RudolfCardinal opened this issue Jan 10, 2024 · 1 comment

Comments

@RudolfCardinal
Copy link
Collaborator

Not yet required, but quite likely that automatic prompting may be required, for tasks scheduled (or scheduled but not completed after a certain time, etc.), i.e. reminders or notifications.

One option would be client-side. However, this would be fairly complex. For example, under Android, Qt supports background services (https://doc.qt.io/qt-6/android-services.html) and notifications (https://doc.qt.io/qt-6/qtcore-platform-androidnotifier-example.html). And no doubt something similar for iOS. Perhaps Windows too (though not commonly used for this purpose). Not the Linux client (though not commonly used).

A simpler alternative would be e-mail reminders, though -- readily configurable, we have an existing framework for background jobs and for e-mail, all server-side, fewer permissions required on user devices, reminders more easily visible from the server, etc.

@martinburchell
Copy link
Collaborator

I think email reminders would be easier, given that is how the groups are currently communicating with their patients. We also have the potential for SMS reminders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants