Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-29 | Adding new to dos is now synchronized with database. | Adrián Oliva | -1/+0 | |
Changed the `refreshToDos` to also refresh the last index used. | ||||
2023-05-29 | Pagination now works on to do's list. | Adrián Oliva | -0/+13 | |
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. | ||||
2023-05-29 | First instance for pagination. | Adrián Oliva | -83/+15 | |
Sorting and Filtering now WON'T be computed on Front End, but on Back End instead. | ||||
2023-05-28 | Little bug on last index. | Adrián Oliva | -0/+5 | |
Because the Front End wasn't tracking the deleted items, the indexes between the database and the front end were not matching. | ||||
2023-05-27 | "Done" can now only be changed on table. | Adrián Oliva | -2/+1 | |
Not on "edit to do" or "new to do". | ||||
2023-05-27 | List of to dos is initialized on database. | Adrián Oliva | -0/+26 | |
At the beginning, the app will fetch the to dos from the back end and write all of them on Redux. | ||||
2023-05-21 | First attempt at filtering to do's. | Adrián Oliva | -2/+45 | |
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. | ||||
2023-05-19 | Finished details on sorting. | Adrián Oliva | -32/+54 | |
Now it sorts after events like "adding new to do" and "edit a to do." | ||||
2023-05-19 | First attempt at sorting to do entries. | Adrián Oliva | -1/+66 | |
2023-05-19 | Edit button almost done. | Adrián Oliva | -1/+14 | |
Noticed some bugs. Will patch on later commits. | ||||
2023-05-18 | Added remove action. | Adrián Oliva | -1/+7 | |
2023-05-18 | Now we can change the done state. | Adrián Oliva | -1/+10 | |
2023-05-17 | Preparing branch to merge. | Adrián Oliva | -1/+0 | |
Merge to main. | ||||
2023-05-17 | Displayed correct index. | Adrián Oliva | -0/+1 | |
Index was hard-coded. Now it retrieves current last index used. | ||||
2023-05-17 | Moved `ToDo.jsx` to UI folder. | Adrián Oliva | -233/+0 | |
2023-05-17 | Redux used to add ToDos | Adrián Oliva | -0/+265 | |
WE MADE IT!! I don't know how, but it is functional. :'3 |