aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-29 23:06:02 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-29 23:06:02 -0600
commita3dc0817aa24c0e1c35863d0a3ed3fdb53a722cb (patch)
tree5ff01316b7a5b11ad6406930aac32e932f383eeb /README.md
parent7d513ea7f0df7e295f8fd8ebe5d202530199f924 (diff)
downloadToDo-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a887b06..9eec3e5 100644
--- a/README.md
+++ b/README.md
@@ -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.