factory(idea-073): Dashboard deploy history view — approval audit trail#224
Merged
rodchalski merged 1 commit intomainfrom Mar 18, 2026
Merged
factory(idea-073): Dashboard deploy history view — approval audit trail#224rodchalski merged 1 commit intomainfrom
rodchalski merged 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
\uD83D\uDD12 Permission Protocol — Review RequiredAnalyzing this PR... enrichment results will update this comment shortly. \uD83D\uDD12 Permission Protocol · AI-powered deploy review |
|
✅ Permission Protocol: Approved |
Contributor
Author
🔍 PR Pre-ScreenTier 1: Quick Lint (Llama 8B)⏱️ 1.8s 🔴 [HIGH] Recommendation: Approve
Automated review by Charles (Llama 8B + DeepSeek R1 70B on DGX Spark) |
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.
🏭 Create Factory
Idea: idea-073 — Dashboard deploy history view — approval audit trail
PRD: View PRD
PRD: idea-073 — Dashboard Deploy History View
Issue: #18
Priority: P2
Repo: permission-protocol/site
Size: M
Problem
Dashboard only shows pending/recent requests. Sarah (compliance) needs a historical audit trail: who approved what, when, for which repo. Currently no way to search or filter past deploys.
Current State
GET /api/reviewsreturns all requests (likely includes completed ones)app/review/ReviewDashboard.tsxshows the queue/r/[id]for individual requestsRequirements
1. History Tab/Section
Add a "History" tab to the dashboard alongside the current queue view:
2. Filters
3. History Cards
Similar to pending cards but with:
/r/{id})4. Export (Nice to Have)
User Journey
Files to Change
app/review/ReviewDashboard.tsx— add tab bar, render history view conditionallysrc/components/DeployHistory.tsx— history list with filters/api/reviewsto support status/date filters (query params)API Considerations
If
/api/reviewsdoesn't support filtering:?status=approved&since=2026-03-01&repo=permission-protocol/appWhat NOT to Change
This PR was generated by the Create Factory pipeline.
Built with Codex
--full-autofrom a Charles-authored PRD.