feat(admin): browse Discord suggestions in the portal
CI / validate (push) Successful in 7m26s
Release / release (push) Successful in 9m43s

This commit is contained in:
dmg
2026-09-10 08:21:08 -04:00
parent 0af4884f7e
commit 2402e9e42d
15 changed files with 441 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Open `http://localhost:3000`.
## Admin suggestions
Administrators can read the configured Discord forum through the session-protected [suggestions API](docs/admin-suggestions-api.md). Set `DISCORD_SUGGESTIONS_FORUM_ID` through GitOps; the existing bot token stays server-side. This integration is read-only and does not synchronize data into the database.
Administrators can browse the configured Discord forum at `/admin/suggestions` or use the same session-protected [suggestions API](docs/admin-suggestions-api.md). The portal includes active/archive browsing, original posts, reactions, and paginated discussion. Set `DISCORD_SUGGESTIONS_FORUM_ID` through GitOps; the existing bot token stays server-side. This integration is read-only and does not synchronize data into the database.
## Product design