Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unaccepted tasks are not seen in the sent list of the user who assigns the task. #214

Open
AayushChaudhary0001 opened this issue Sep 18, 2023 · 1 comment
Labels
Type/Bug Something isn't working
Milestone

Comments

@AayushChaudhary0001
Copy link

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:-

  1. Assign a task through user A to user B.
  2. Deny the task through user's B account.
  3. Verify the user A sent To Do list.

The task would not be visible in the sent list of user A.

@Kshitij-Katiyar Kshitij-Katiyar added the Type/Bug Something isn't working label Sep 18, 2023
@avas27JTG avas27JTG added this to the v1.0.0 milestone Dec 22, 2023
@ayusht2810
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type/Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants