docs: mark roadmap item 1 (remove auth) as complete

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 12:52:48 -05:00
parent 5b26f36f5d
commit 931e452205

View File

@@ -6,8 +6,8 @@ Each improvement is implemented as a separate branch/PR. Implementation order ma
---
### 1. Easier Profile Selection
**Branch:** `feature/remove-auth`
### ~~1. Easier Profile Selection~~ ✅ Complete
**Branch:** `feature/remove-auth` (merged in `758034b`)
Strip all authentication entirely — this is a homelab app, no need for login. When the app opens, the landing page (`/`) shows a profile picker with cards for each user. Selecting a profile sets an `active_profile_id` cookie that persists across sessions (per-device, until the user switches profiles or clears cookies).
@@ -115,9 +115,9 @@ Add a CSV export section to the dashboard page with a date range picker (default
## Implementation Order
```
1. Remove Auth ──┬──> 2. Workout Now
├──> 3. Rep Ladder Progression (can be parallel with 4)
└──> 4. CSV Export (can be parallel with 3)
1. Remove Auth ──┬──> 2. Workout Now
├──> 3. Rep Ladder Progression (can be parallel with 4)
└──> 4. CSV Export (can be parallel with 3)
```
---