| Age | Commit message (Collapse) | Author | Lines |
|
Replace band_artists + member_periods with a single members table
(id, band_id, artist_id, role, since, until, note, order_index).
Each row represents one membership period, so rejoining artists
get multiple rows. Existing band_artists data is auto-migrated on
startup. Export format bumped to version 3.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
- bands table: add description (TEXT) and status (TEXT DEFAULT 'active')
via ALTER TABLE migrations (active / hiatus / disbanded)
- Home page: minimal monochrome index listing name, area, status
- Band detail: show description below title, status alongside area
- Band new/edit forms: textarea for description, select for status
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
npm start requires package.json in the working directory. Also wire
up the DB_PATH env var so the DB is created inside the mounted volume.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Full CRUD for bands and artists: UUID + slug URLs, dynamic link
editor, band-artist associations with roles, per-edit revision
snapshots (message + IP). Add README and CLAUDE.md.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|