diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-29 23:20:34 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-29 23:20:34 -0600 |
commit | 9943c3c728ef004c4940b9a1b8e93ffe093af06b (patch) | |
tree | 3032bc0a932a7a7d2e9a889c96ce0560a63d7073 /README.md | |
parent | d9bce3e243ad31c9ff2f5d108ae33fc6f926de43 (diff) | |
download | ToDo-App-BE-main.tar.gz ToDo-App-BE-main.zip |
Still needs heavy documentation on the API.
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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". |