Currently I am working on a tasks app (xda thread), and going to implement some recurring tasks function. Because my app sync with Google Tasks (which do not support recurring tasks now) I want to stay compatible with it.
Which is the preferred behavior?
I can image situations for each of the three model to be useful, what is your opinion?
Which is the preferred behavior?
- Create a new task after current task is complete
- When mark as completed, auto-mark it as uncompleted and update the due time
- When mark as completed, mark task as unchangeable (or hide the task like GTasks) until this due date, do the same as above at this due date
I can image situations for each of the three model to be useful, what is your opinion?