updating roadmap so phase 2 is complete

This commit is contained in:
2026-03-13 13:07:37 -05:00
parent 4b117c6fa7
commit 69b3357800

View File

@@ -32,8 +32,8 @@ Strip all authentication entirely — this is a homelab app, no need for login.
---
### 2. Schedule Adjustment — "Workout Now" Flow
**Branch:** `feature/workout-now` | **Depends on:** #1 merged
### ~~2. Schedule Adjustment — "Workout Now" Flow~~ ✅ Complete
**Branch:** `feature/workout-now` (committed in `4b117c6`) | **Depends on:** #1 merged
Replace the `/workouts` page (static list of all 4 days) with a smart "Workout Now" page that auto-recommends the next workout in the Push → Pull → Lower → Full Body cycle based on the user's last completed session.
@@ -115,7 +115,7 @@ Add a CSV export section to the dashboard page with a date range picker (default
## Implementation Order
```
1. Remove Auth ✅ ──┬──> 2. Workout Now
1. Remove Auth ✅ ──┬──> 2. Workout Now
├──> 3. Rep Ladder Progression (can be parallel with 4)
└──> 4. CSV Export (can be parallel with 3)
```