-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat/add focus mode #110
Comments
…l1/flow-todo into feat/-focus-mode-(#110)
…l1/flow-todo into feat/-focus-mode-(#110)
Since persisting tasks to DB gives me a headache lets avoid it for the time being. So what is the best way to persist tasks? Localstorage:
Using Firestore "tasks" collection:
Using specific firestore collection:
|
TODO:
|
Note. How to check that tasks list was in any way updated (updated name, subtask added or updated etc): Turn array of objects into a hashmap. If hash has changed in any way then force user to interact with the slider. |
Focus mode is a new screen that allows users to focus only on a limited amount of tasks.
The main feature is ability to watch closely what we feel about tasks at hand.
Usage scenario:
The text was updated successfully, but these errors were encountered: