18 lines
476 B
Markdown
18 lines
476 B
Markdown
# 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
|