nruffilo / YouTodoProj

you-todo-proj-nickruffilo.vercel.app
6 stars 2 forks source link

Scheduled Quests #15

Open nruffilo opened 3 years ago

nruffilo commented 3 years ago

Users should have the ability to schedule recurring quests. They are created exactly like a regular quest is created but have a frequency: "Daily" "weekly" "monthly" for now, ideally it would also support "every M, W, F" etc as normal calendar items are. We then need a trigger (likely a DB trigger) that runs daily to trigger the daily/weekly/monthly task creation. For all tasks created in this way, they will have an expiration date based off that time. So daily would expire the next day, weekly the next week, etc. This way your daily "take a shower" don't pile up if you skip a day.