| Commit message (Collapse) | Author | Lines |
|
Changed the `refreshToDos` to also refresh the last index used.
|
|
Only 10 to dos will be shown at a time. You can sort by priority or due
date and it should work on all of our to dos. Edit and delete also
works.
|
|
Sorting and Filtering now WON'T be computed on Front End, but on Back
End instead.
|
|
Because the Front End wasn't tracking the deleted items, the indexes
between the database and the front end were not matching.
|
|
Not on "edit to do" or "new to do".
|
|
At the beginning, the app will fetch the to dos from the back end and
write all of them on Redux.
|
|
We have a separate list from the original `todos_list`. It saves all currently
filtered to do's for the listing to be as easy as possible.
|
|
Now it sorts after events like "adding new to do" and "edit a to do."
|
|
|
|
Noticed some bugs. Will patch on later commits.
|
|
|
|
|
|
Merge to main.
|
|
Index was hard-coded. Now it retrieves current last index used.
|
|
WE MADE IT!! I don't know how, but it is functional. :'3
|