musclecat/app
2024-08-22 19:43:04 +02:00
..
api Update types 2024-08-22 15:35:47 +02:00
app Path based routing for index 2024-08-22 19:43:04 +02:00
assets Begin migration to expo-router 2024-08-22 14:29:57 +02:00
components Path based routing for index 2024-08-22 19:43:04 +02:00
constants Begin migration to expo-router 2024-08-22 14:29:57 +02:00
hooks Begin migration to expo-router 2024-08-22 14:29:57 +02:00
scripts Begin migration to expo-router 2024-08-22 14:29:57 +02:00
.gitignore Begin migration to expo-router 2024-08-22 14:29:57 +02:00
app.json Begin migration to expo-router 2024-08-22 14:29:57 +02:00
babel.config.js Begin migration to expo-router 2024-08-22 14:29:57 +02:00
package-lock.json Begin migration to expo-router 2024-08-22 14:29:57 +02:00
package.json Begin migration to expo-router 2024-08-22 14:29:57 +02:00
README.md Round 3: rewrite in React Native 2024-01-01 19:50:01 +01:00
tsconfig.json Begin migration to expo-router 2024-08-22 14:29:57 +02:00

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