| Commit message (Collapse) | Author | Lines |
|
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.
|
|
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.
|
|
|
|
|
|
|
|
Not on "edit to do" or "new to do".
|
|
|
|
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.
|
|
Broke `ToDo.jsx` into two separate files. Broke each function into
simpler functions. Hope this makes the whole project more readable.
|