diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-29 23:06:02 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-29 23:06:02 -0600 |
commit | a3dc0817aa24c0e1c35863d0a3ed3fdb53a722cb (patch) | |
tree | 5ff01316b7a5b11ad6406930aac32e932f383eeb /README.md | |
parent | 7d513ea7f0df7e295f8fd8ebe5d202530199f924 (diff) | |
download | ToDo-App-FE-a3dc0817aa24c0e1c35863d0a3ed3fdb53a722cb.tar.gz ToDo-App-FE-a3dc0817aa24c0e1c35863d0a3ed3fdb53a722cb.zip |
Goals are (mostly) completed!
Still needs to have tests and search for bugs. But it is still usable!
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,9 +71,9 @@ The program currently has/lacks the following functionality: them also by priority to see what tasks are more urgent or less urgent. - [x] Mark "to do's" as done (clicking in a checkbox) or to undone a "to do". - The undone functionality is just there if there is a mistake. :D -- [ ] Since it is possible that you can have a lot of "to do's", there's the +- [x] Since it is possible that you can have a lot of "to do's", there's the need to paginate the list of "to do's". -- [ ] Ability to know, in average, the time between creation and done for all +- [x] Ability to know, in average, the time between creation and done for all "to do's". This should be shown in general for all done "to do's" and also grouped by priority. |