Feedback Inbox
Filter, search, and manage submissions from all connected widgets.
Route: /feedbacks
Overview stats
Top tiles show totals for the current dataset (all apps or filtered app).
Tabs
| Tab | Shows |
|---|---|
| All | Every submission |
| Feedback | General feedback (feedback) |
| Issues | Bug reports (bug) |
| Reviews | Star reviews (review) |
| Features | Feature requests (feature → stored as feature_request) |
Filters
- App — all apps or one app
- Status — open, in progress, resolved, closed, declined
- Search — message text, name, or email
Table columns
App, type, message preview, status, submitter, and time. Click a row to open Feedback detail.
Detail modal
- View full message, metadata, ratings, and structured bug/feature fields
- Update status and save
- Changes call
PUT /api/v1/apps/{appId}/feedbacks/{feedbackId}
Refresh
Header Refresh reloads feedback from:
GET /api/v1/feedbacks(all apps), orGET /api/v1/apps/{appId}/feedbacks(single app)
New submissions
Widget submissions are created with status new in the database. The inbox maps and displays them using the status labels above.
