Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-29 | New Average time added.v1.0.0dev | Adrián Oliva | -0/+52 | |
It displays the time in average of completing to dos. | ||||
2023-05-29 | IT NOW HAS PAGING. | Adrián Oliva | -0/+239 | |
2023-05-29 | Search working with database. | Adrián Oliva | -3/+15 | |
2023-05-29 | Adding new to dos is now synchronized with database. | Adrián Oliva | -16/+12 | |
Changed the `refreshToDos` to also refresh the last index used. | ||||
2023-05-29 | Pagination now works on to do's list. | Adrián Oliva | -11/+7 | |
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 | -2/+2 | |
Sorting and Filtering now WON'T be computed on Front End, but on Back End instead. | ||||
2023-05-28 | Changed date format. | Adrián Oliva | -7/+44 | |
On the user end it displays in a human readable way. On the database it is saved in ISO format. A lot of changes had to be made to control it. | ||||
2023-05-27 | Can now set a to do as done or undone. | Adrián Oliva | -3/+14 | |
2023-05-27 | Delete a specific to do with API. | Adrián Oliva | -3/+5 | |
2023-05-27 | Can now edit to dos on Back End. | Adrián Oliva | -0/+10 | |
2023-05-27 | New to do now communicates to API. | Adrián Oliva | -0/+9 | |
WE'RE DOING IT!!!! | ||||
2023-05-27 | "Done" can now only be changed on table. | Adrián Oliva | -34/+1 | |
Not on "edit to do" or "new to do". | ||||
2023-05-27 | Can select time on due_date. | Adrián Oliva | -1/+1 | |
2023-05-21 | First attempt at filtering to do's. | Adrián Oliva | -17/+62 | |
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-21 | Heavy refactoring. | Adrián Oliva | -0/+495 | |
Broke `ToDo.jsx` into two separate files. Broke each function into simpler functions. Hope this makes the whole project more readable. | ||||
2023-05-17 | Moved `ToDo.jsx` file into main folder. | Adrián Oliva | -239/+0 | |
2023-05-17 | Broken big function into smaller functions. | Adrián Oliva | -55/+61 | |
2023-05-17 | Moved `ToDo.jsx` to UI folder. | Adrián Oliva | -0/+233 | |
2023-05-17 | Redux used to add ToDos | Adrián Oliva | -195/+0 | |
WE MADE IT!! I don't know how, but it is functional. :'3 | ||||
2023-05-17 | Modal interface for new To Do. | Adrián Oliva | -0/+126 | |
Hardest one yet. I don't know how I did it, but I used the `bootstrap-datepicker` plugin for selecting the Due Date. (https://github.com/uxsolutions/bootstrap-datepicker) | ||||
2023-05-17 | A simple list for the To Do's. | Adrián Oliva | -0/+69 | |
Cannot edit nor remove info. Plain interfaceeeee. | ||||
2023-05-17 | Search section in a bare bones state. | Adrián Oliva | -0/+56 | |
Just plain UI interface. No functionality. |