oppiliappan/dijo

Add support for reminders?

mhluska opened this issue · 3 comments

It would be interesting if this had a way to remind me to do a certain habit. Maybe via :remind habit-name 12pm

I am afraid reminders are beyond the scope of this project 😕

@NerdyPepper but currently I have to use another habit tracker's reminder to remind me to use this habit tracker

Ah. Reminders require a lot of consideration:

  • should not be transient, kinda like a cronjob
  • added complexity of daily reminders/weekly reminders
  • added dependency on dbus for messaging/notifying
  • added complexity of a dijo daemon that polls reminders until time of completion