feat: add read-only deployment moderation dashboard#1999
Draft
kalvinnchau wants to merge 1 commit into
Draft
Conversation
kalvinnchau
force-pushed
the
peon/operator-dashboard
branch
from
July 16, 2026 22:42
2d473e1 to
58e8440
Compare
kalvinnchau
force-pushed
the
peon/operator-dashboard
branch
from
July 17, 2026 00:25
58e8440 to
55d3853
Compare
Co-authored-by: npub1dccv64krpcpse5cmkzfeh998cftungyatw3djt8jwdw6g43f7fyqzzmrf7 <6e30cd56c30e030cd31bb0939b94a7c257c9a09d5ba2d92cf2735da45629f248@sprout-oss.stage.blox.sqprod.co> Signed-off-by: npub1dccv64krpcpse5cmkzfeh998cftungyatw3djt8jwdw6g43f7fyqzzmrf7 <6e30cd56c30e030cd31bb0939b94a7c257c9a09d5ba2d92cf2735da45629f248@sprout-oss.stage.blox.sqprod.co>
kalvinnchau
force-pushed
the
peon/operator-dashboard
branch
from
July 17, 2026 00:35
55d3853 to
688897a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /api/admin/v1/reports,GET /api/admin/v1/reports/:id, andGET /api/admin/v1/feedbackDeliberate omissions
There are no admin mutations, schema migrations, idempotency tables, CSRF state, action kill switches, synthetic Nostr commands, or moderation-handler bypasses. Community moderation remains the only write path.
Verification
cargo check -p buzz-relay --all-targetscargo test -p buzz-relay api::admin— 1 passedcargo test -p buzz-relay router::tests— 4 passedcargo fmt --all -- --checkpnpm -C admin-web checkpnpm -C admin-web buildpnpm -C admin-web exec playwright test— 3 passedgit diff --checkThe pre-push Rust, Desktop, and conformance suites passed. The hook's unrelated mobile lane could not start because
flutteris not installed, so the already-verified commit was pushed with the hook disabled.