musclecat/app
2024-01-01 21:56:47 +01:00
..
android Navigation theming and native Android 2024-01-01 21:56:47 +01:00
assets Round 3: rewrite in React Native 2024-01-01 19:50:01 +01:00
src Navigation theming and native Android 2024-01-01 21:56:47 +01:00
types Round 3: rewrite in React Native 2024-01-01 19:50:01 +01:00
.gitignore Round 3: rewrite in React Native 2024-01-01 19:50:01 +01:00
app.json Navigation theming and native Android 2024-01-01 21:56:47 +01:00
App.tsx Navigation theming and native Android 2024-01-01 21:56:47 +01:00
babel.config.js Round 3: rewrite in React Native 2024-01-01 19:50:01 +01:00
package-lock.json Navigation theming and native Android 2024-01-01 21:56:47 +01:00
package.json Navigation theming and native Android 2024-01-01 21:56:47 +01:00
README.md Round 3: rewrite in React Native 2024-01-01 19:50:01 +01:00
tsconfig.json Round 3: rewrite in React Native 2024-01-01 19:50:01 +01: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