feature/auto-populate-suggestions #1

Merged
ptarrant merged 2 commits from feature/auto-populate-suggestions into master 2026-02-24 21:49:05 +00:00
Owner
No description provided.
ptarrant added 2 commits 2026-02-24 21:49:01 +00:00
Pre-fill the reps and weight inputs with progression engine suggestions
so users can log sets without manually retyping values each time.
Suggestions flow through the template chain on initial page load and
on all HTMX partial responses (log, edit, delete).
The auth dependency raises NotAuthenticatedError (not HTTPException),
and the exception handler returns a 302 redirect. Updated the unit test
to expect NotAuthenticatedError, and all route auth tests to accept 302
alongside 401/303.
ptarrant merged commit 60acdbefdb into master 2026-02-24 21:49:05 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneakygeek/SneakySwole#1