feat: add Multi-LLM Review Dashboard with Appeal System (Closes #858) [fj4WqyCCw3C5ShR1RfB7MoBPTpkRrBFYP1uT35g3MvT] - #1451
Open
waterWang wants to merge 1 commit into
Conversation
…undry#858) - Add ReviewDashboardPage with stats cards, provider comparison, and submission review lookup - Add ReviewScoreCard component showing per-LLM scores with criteria breakdown - Add ConsensusIndicator with animated score bar, threshold marker, and disagreement warnings - Add AppealWorkflow with human reviewer assignment, resolve/dismiss workflow, and timeline - Add AppealHistory component for tracking appeal status - Add backend API router with FastAPI endpoints for reviews, stats, and appeals - Add review types, API functions, and React Query hooks - Register /reviews route in App.tsx with lazy loading Bounty: 900K FNDRY (Tier 3)
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
Implements the Multi-LLM Review Dashboard with Appeal System (Bounty #858, 900K FNDRY).
Features
Frontend Components
Backend API
GET /api/reviews/submissions/{id}— Get submission reviews with consensusGET /api/reviews/stats— Aggregate review statisticsGET /api/reviews/appeals— List appeals with filteringPOST /api/reviews/appeals— Create appealPOST /api/reviews/appeals/{id}/resolve— Resolve/dismiss appealPOST /api/reviews/appeals/{id}/assign— Assign human reviewerGET /api/reviews/appeals/{id}/timeline— Appeal timeline eventsRoute
/reviews— Review Dashboard page with lazy loadingCloses #858