From 44bf5a96e5c59e3fdd29f9b3fec4aa9f894d8c95 Mon Sep 17 00:00:00 2001 From: Ruan Sena Date: Mon, 12 Oct 2020 16:26:51 -0300 Subject: [PATCH] priorities to-do --- Projects/2-Intermediate/To-Do-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/2-Intermediate/To-Do-App.md b/Projects/2-Intermediate/To-Do-App.md index 4a47c6ad..dd5a0ae7 100644 --- a/Projects/2-Intermediate/To-Do-App.md +++ b/Projects/2-Intermediate/To-Do-App.md @@ -10,6 +10,7 @@ The classic To-Do application where a user can write down all the things he want - [ ] By pressing enter (or a button), the User can submit the to-do item and can see that being added to a list of to-do's - [ ] User can mark a to-do as `completed` - [ ] User can remove a to-do item by pressing on a button (or on the to-do item itself) +- [ ] By pressing shift + enter (or a check), the User can submit an urgent to-do item and can see that being added to a list of to-do's at the top. ## Bonus features @@ -18,6 +19,7 @@ The classic To-Do application where a user can write down all the things he want - [ ] User can see a list with all the active to-do's - [ ] User can see the date when he created the to-do - [ ] When closing the browser window the to-do's will be stored and when the User returns, the data will be retrieved +- [ ] User can prioritize a to-do item moving to the top by pressing on a button ## Useful links and resources