motivepick / motive-web-app

A simple, open-source TODO list application designed to help you organize tasks efficiently
https://milestone.yaskovdev.com
MIT License
0 stars 0 forks source link

If you load the schedule, then go to inbox, then set a date to a task, then switch back to the calender, then the calender won't be updated #76

Open yaskovdev opened 4 hours ago

yaskovdev commented 4 hours ago

Store all lists including the schedule sections in state.tasks.taskLists. The tasks themselves should only be stored in one place and accessed by their IDs.