documentation

This commit is contained in:
George Powell
2026-07-07 17:49:33 -04:00
parent 2fb484ebaa
commit 4a53e09ab3
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
- [x] **Step 5 — Submit backend + lazy gap-fill:** `POST /api/submit-verse` (solved-today gate, 7-day cooldown, structural validation, scheduling scan with empty/no-back-to-back/60-day-repeat rules, transaction + retry), `GET /api/submit-verse/status`, modified `getVerseForDate` neighbor avoidance.
- [x] **Step 6 — Frontend `SubmitVerse.svelte`:** three states (logged-out sign-in dropdown, cooldown + countdown, cascading selects + preview + submit), wired into `WinScreen.svelte`.
- [x] **Step 7 — Tests:** scheduling validity, cooldown arithmetic, concurrency.
- [ ] **Step 8 — Docs:** update README schema + routes/API tables.
- [x] **Step 8 — Docs:** update README schema + routes/API tables.
---