You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AayushChaudhary0001 The current implementation of the plugin is that when a user sends a todo to another user, the other user gets a notification of the new todo, and the user gets the option to accept, remove, or complete the todo. Until the user performs an action on the todo, the todo remains in the list of the user who sent it. If another user rejects the todo, then the todo gets removed from both of the user lists.
If we implement the current issue, then the list of sent todos for a user might get flooded with rejected todos (in case another user rejects a todo), which then need to be manually deleted by the user.
Please let me know what your thoughts are on this.
If user A assigns a task to user B, and user B does not accept this task, then that particular task is not visible in the assigners send ToDo list.
Steps to reproduce:-
The task would not be visible in the sent list of user A.
The text was updated successfully, but these errors were encountered: