mhoeher / opentodolist

A simple Todo and task management application - Mirror of https://gitlab.com/rpdev/opentodolist
https://opentodolist.rpdev.net
GNU General Public License v3.0
161 stars 12 forks source link

Feature request: Push notifications (iOS) #51

Closed devops-42 closed 3 years ago

devops-42 commented 3 years ago

Hi @mhoeher

at first thanks for your nice app.

Do you plan to implement push notifications to get a reminder if a task has reached its due date (and time)?

Cheers!

mhoeher commented 3 years ago

Hi @devops-42,

thanks for raising this request. The answer to your questions is kind of: Yes and no :wink:

First of all: The app will probably never support push notifications. Such notifications rely on external services that send a message to your device so the notification gets shown. However, this is completely against the design philosophy of the app (which basically uses a distributed approach, where you can let the app store your information on arbitrary storage locations, but other than that, no external communication takes place).

However, I definitely plan to introduce reminders for items (although this is a story which unfortunately takes a bit longer). To shed some light on this:

My plan is to finish that last task and afterwards look into implementing this issue which - I think - is pretty much what you asked for. This would also include showing local notifications to remind you of upcoming things to be done.

Sorry for the long text, just wanted to make clear what's going on (which might not be necessarily easy to trace as most users raise their requests here on GitHub while the app is actually developed over on GitLab and not all issues might have proper cross references to each other). If you have further questions (or ideas) then let me know!

devops-42 commented 3 years ago

Hi @mhoeher

thanks for the detailed information. I'm looking forward to the next releases.

Cheers