Goal
Let org admins update the status of feedback items. Status changes are visible on the public portal and can trigger roadmap updates.
Depends on: #13 (detail view) - status dropdown shows here, #14 (public portal) - status visible publicly
Statuses
| Status |
Meaning |
| Open |
Newly submitted, not yet reviewed |
| In Progress |
Being worked on |
| Done |
Completed or resolved |
| Closed |
Won't fix / duplicate / out of scope |
UI
Backend
Roadmap sync
- If the feedback item is linked to a roadmap item, consider auto-updating the roadmap item status (stretch — can be manual for MVP)
Notes
- Status management is a key admin feature - makes the platform useful for actual workflow
- Don't overthink it for MVP - just the 4 statuses above
Goal
Let org admins update the status of feedback items. Status changes are visible on the public portal and can trigger roadmap updates.
Depends on: #13 (detail view) - status dropdown shows here, #14 (public portal) - status visible publicly
Statuses
UI
Backend
PATCH /api/feedback/[id]with{ status }Roadmap sync
Notes