vishal2376 / snaptick

Snaptick is an MVVM Jetpack Compose app, offering ad-free task management with a built-in pomodoro timer to help you organize your daily plans
GNU General Public License v3.0
301 stars 23 forks source link

Plan tasks for days other than today #33

Closed pacastega closed 4 months ago

pacastega commented 4 months ago

I think it would be a good improvement to be able to add tasks for other days (every night plan the tasks for the following day, or on Monday morning add the tasks for the whole week, for example).

Maybe this could be achieved by allowing tasks to not have specific start/end times, so it's up to the user to work on the task when they want.

vishal2376 commented 4 months ago

This could be possible if either the startTime/endTime is the same or if there is no startTime/endTime for the task. This will be achievable after resolving following issues.

16 Selected Weekdays

23 Tasks without time

So track these issues.

I am closing this rn as it is duplicate issue 🙃