Feature Parity: Feedback System
Legacy app has a user feedback system. sparked-next has the admin feedback section commented out of the sidebar navigation — this issue is to complete and enable it.
Legacy capabilities
- Any authenticated user can submit feedback with title and description
- Feedback is attributed to the submitting user
- Feedback links back to the page it was submitted from
- Admins can view all submitted feedback (paginated)
Current state in sparked-next
Feedback admin section exists in codebase but is commented out of sidebar navigation.
Acceptance criteria
Identified via feature-parity audit against legacy Sparked (Meteor) app.
Feature Parity: Feedback System
Legacy app has a user feedback system. sparked-next has the admin feedback section commented out of the sidebar navigation — this issue is to complete and enable it.
Legacy capabilities
Current state in sparked-next
Feedback admin section exists in codebase but is commented out of sidebar navigation.
Acceptance criteria
POST /api/feedback— submit feedback (any authenticated user)GET /api/feedback— list feedback (admin only, paginated)Identified via feature-parity audit against legacy Sparked (Meteor) app.