aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-29 23:20:34 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-29 23:20:34 -0600
commit9943c3c728ef004c4940b9a1b8e93ffe093af06b (patch)
tree3032bc0a932a7a7d2e9a889c96ce0560a63d7073 /README.md
parentd9bce3e243ad31c9ff2f5d108ae33fc6f926de43 (diff)
downloadToDo-App-BE-main.tar.gz
ToDo-App-BE-main.zip
It is (mostly) completed!HEADmain
Still needs heavy documentation on the API.
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76e1be2..be1fce1 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Follow the steps:
The program currently has/lacks the following functionality:
-- [ ] A GET endpoint (/todos) to list “to do’s”.
+- [x] A GET endpoint (/todos) to list “to do’s”.
- **Include pagination.** Pages should be of 10 elements.
- [x] Sort by priority and/or due date
- [x] Filter the list of "to do's".