by devShark on 2/18/21, 6:41 PM with 2 comments
I have the uncomfortable feeling that this is not very "safe". I feel I can easily miss a notification, and miss an important task (e.g. filling tax).
I am not clear exactly on what I should implement, but I have a feeling I should have a system where I 1) acknowledge the task to be done, and 2) record it as being done. The system would be able to nag me more if I do not ack, or do not do it.
I also feel a little uncomfortable with the way that calendar/tasks app are managing recurring tasks and linked tasks. For example for filling taxes, I have a list of tasks to be performed ahead of time every year. These apps allow recurring tasks and "next task" but the way it is done does not really feel robust, and can easily be missed.
I am on iOS, which compounds the problem, as apps cannot trigger a real alarm from the clock app. At best, it is a notification, which is easily missed.
There are many smart people reading this website, and I thought I would pick their brains. I would welcome any idea, from readily available open source code, to simple specs or ideas to solve this question. Thanks!
by vinw on 2/18/21, 8:35 PM
Now I'm using iOS the closest I've found is Due [1] but it's exactly like you said, iPhone notifications are more transient and I have missed stuff.
> The system would be able to nag me more if I do not ack
This is where iOS isn't great, Due seems to get silenced or killed off if it creates too many notifications. So it would be better if there was a nagging service running somewhere else than the phone itself. Maybe an email based nag service would work, something that when a task is due it sends an email every hour until you reply saying "done" or "snooze 1 day" or whatever.
edit: Found an email based nag service - https://www.followupthen.com/how#tasks
[0]: https://play.google.com/store/apps/details?id=com.colapps.re...
[1]: https://apps.apple.com/gb/app/due-reminders-timers/id3900179...