aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.