No description
Find a file
Zaldimmar 8eb835efb9 Retire the one-time seed script
seed.js moved the v1.2 static content into SQLite. Its chapter
source, src/pages/chapters.js, was deleted in the same commit that
added it, and the default path pointed at src/data/chapters, which
is the API hook and has none of GROUPS/SPLITS/CHAPTERS. Given the
old file, it still fails on today's schema (events.host_org_id went
with co-hosting), and a working run would wipe everything entered
through the admin since.

The database is the source of truth now. Removes seed.js, the
seed-only src/data/events.ts, and the seed command from CLAUDE.md.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-26 16:15:36 -05:00
server Retire the one-time seed script 2026-09-26 16:15:36 -05:00
src Retire the one-time seed script 2026-09-26 16:15:36 -05:00
.gitignore v1.0 - initial version 2026-09-25 02:20:07 -05:00
CLAUDE.md Retire the one-time seed script 2026-09-26 16:15:36 -05:00
index.html v1.2 - added react router 2026-09-25 02:34:15 -05:00
package.json v1.1 - added navigation 2026-09-25 02:31:56 -05:00
pnpm-lock.yaml v1.2 - added react router 2026-09-25 02:34:15 -05:00
README.md Add README with test line 2026-09-25 03:06:55 -05:00
site.json v1.0 - initial version 2026-09-25 02:20:07 -05:00
tsconfig.json Revert the implicit-any typing of src/ 2026-09-26 15:32:28 -05:00
vite.config.ts v1.5 - history and timeline as well as many datastructure updates added, polished, fixes 2026-09-25 02:38:51 -05:00

Test line added by Claude Code.