summaryrefslogtreecommitdiff
path: root/app/routes/api-bands.tsx
AgeCommit message (Collapse)AuthorLines
3 daysFix API routes to return JSON as resource routesyyamashita-3/+0
Removing default component export makes these resource routes, so React Router returns the Response directly instead of wrapping in HTML SSR. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 daysAdd members table with membership period and note supportyyamashita-2/+2
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>
9 daysAdd JSON API endpoints and CLI script for band/artist managementyyamashita-0/+51
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>