-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move past items (not done) to today #14
Comments
I can work on this issue. |
I have noticed an issue where the todo items do not have the correct date. |
Update upon looking in to it I cannot see why the date is being saved like that. |
Thanks for looking into it! Hmmm, unfortunately I can't reproduce the situation you're describing. Could it be a time zone issue? |
Indeed... should be fixed now in |
@harrisonJones12 any chance you want to pick this up again :)? |
When (re-)loading the app, past items that were not marked "done" should automatically move to today so they don't get lost. This should be solvable by
TodoLogic.js
, andTodoController.js
.The text was updated successfully, but these errors were encountered: