Adds title/cab_joined_date/slug to users, extends attendance with kind enum and 'interested' status, and creates pulses, votes, roadmap_items, roadmap_attributions, events, and activity tables. Slug backfill covers the three seed users; new-user slug generation will live in db.ts. roadmap_items has shipped_at to drive the council mark (simpler than an audit table). roadmap_attributions is admin-curated only. Also logs the pre-existing /api/contributions/[id]/edit 302-only bug in KNOWN_ISSUES.md so it isn't lost; out of scope for this work. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 lines
362 B
Markdown
3 lines
362 B
Markdown
# Known issues
|
|
|
|
- `src/pages/api/contributions/[id]/edit.ts` — both `POST` and `GET` handlers return `302 → /contribute` unconditionally. The route accepts the request but never edits anything; the linked "Edit" affordance on `/contribute` therefore does nothing within the 10-minute window. Out of scope for the council portal restructure; leave untouched.
|