project-bifrost-platform/KNOWN_ISSUES.md
Jonathan Hvid 53cb9a7e49 feat(db): add migration 0003 for council portal schema
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>
2026-05-11 14:39:07 +02:00

362 B

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.