Add factory reset admin endpoint and use it in smoke test

This commit is contained in:
2026-01-28 15:02:24 +01:00
parent 37c3eed552
commit 44514f8ecc
4 changed files with 32 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ Do not introduce MVC controllers, Razor Pages, Blazor, or SPA frameworks.
6. Vote phase (blind scoring)
7. Results phase (aggregated leaderboard)
8. Admin controls (phase switch, reset)
9. Factory reset (clear all data including players) for fresh testing/deploy
---
@@ -76,4 +77,4 @@ Do not introduce MVC controllers, Razor Pages, Blazor, or SPA frameworks.
- Implement API first, UI second
- Keep changes small and testable
- Prefer clarity over abstraction
- After every iteration, do a git commit with a brief summary of the changes as a commit message.
- After every iteration, do a git commit with a brief summary of the changes as a commit message.