22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
# Ideas for future development
|
|
|
|
Informal running list of things worth doing eventually. Not specs, not plans —
|
|
just enough to jog memory at the start of a future session. When one of these
|
|
is actually ready to be built, run it through the normal brainstorming ->
|
|
writing-plans flow (see `docs/superpowers/specs/` and `docs/superpowers/plans/`
|
|
for that history) and remove it from here once a spec exists.
|
|
|
|
## Backlog
|
|
|
|
- improve first connection page: in CreateProfile.tsx, in addition to the display name, we should directly ask garmin login/password and manage MFA from there, so the synchronization experience in profile page will be easier later on
|
|
- dedicated workouts section: add workouts table in database and create a dedicated page in UI (use an "objective" icon)
|
|
- improve activities/workouts download: make it modal, add progress bar, error management
|
|
- better UX when backend is not available (instead of "TypeError failed to fetch")
|
|
- better UX for activities (list layout without the graphs, detailed view with different graphs for each phase incl. delta with workout)
|
|
- add icon to indicate if an activity has an associated workout
|
|
|
|
## Someday / maybe
|
|
|
|
- dedicated tab for past workouts (or find a way to show them in the "training plan" tab)
|
|
- training programs with phases (tapering, easier weeks, post-race recovery)
|
|
- |