| .. | ||
| api | ||
| app | ||
| assets | ||
| components | ||
| constants | ||
| hooks | ||
| scripts | ||
| .gitignore | ||
| app.json | ||
| babel.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Musclecat app
Routes:
/: show all root-level lists/list/<id>: show all direct sublists and tasks of list with<id>/task/<id>: show task info for<id>/history: show all completed tasks/profile: show profile information and settings
on List view (including root):
- Show action button for picking a random available task
- Gray-out scheduled tasks that are not yet available
on Task view:
- Show action button for starting task, if scheduled