docs: mark roadmap item 1 (remove auth) as complete
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user