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

Add task trash #24

Open
emptybutton opened this issue May 9, 2024 · 0 comments
Open

Add task trash #24

emptybutton opened this issue May 9, 2024 · 0 comments
Labels
api Transport stuff browser app It's an app runs in browsers feature Stuff for (all) clients high priority Needs extra attention map It's an app very large Maximum month

Comments

@emptybutton
Copy link
Owner

For each task, need to make a button, after which a task moves from its map to a special map called a trash can.
Each user must have his own this special map. The transition to this map should occur after clicking on the special icon in the lower right corner of the screen. A separate task remains in the trash for 6 hours, after which it must be deleted. For greater performance and without setting up a huge number of timers, when you try to get an overdue task from the trash (which has been there for more than 6 hours), it should be deleted. In the trash, a task has an additional button to return from the trash back to the map from which it was deleted. When returning and returning to the trash, the timer should not be saved. When you try to click on the button to send a task to the trash in the trash itself, the task should be deleted without waiting 6 hours. When moving a task in and out of the trash bin, the task must maintain the coordinates of its position.

@emptybutton emptybutton added feature Stuff for (all) clients map It's an app high priority Needs extra attention browser app It's an app runs in browsers api Transport stuff very large Maximum month labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Transport stuff browser app It's an app runs in browsers feature Stuff for (all) clients high priority Needs extra attention map It's an app very large Maximum month
Projects
Development

No branches or pull requests

1 participant