-
Notifications
You must be signed in to change notification settings - Fork 0
Test 0128 finqc - QC doc checklist view #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Implement new standalone loan document quality control interface with: - Split-view layout with validation checklist and dual document viewers - AI evaluation status badges (yes/no/inconclusive) with human review toggles - Identified fields pattern showing source/target document comparisons - Document highlights with tooltips and zoom functionality - Drag/pan support when zoomed in - Interactive zoom controls (zoom in, zoom out, zoom to fit) - Multi-page document support with external scrollbar - Comment system for validation items - Framer Motion animations with smooth bezier curve transitions Built with Next.js 16, React 19, Tailwind CSS v4, Radix UI, and shadcn/ui components. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Fix toggle group buttons to properly show deselected state when clicking a selected option again. Changed value prop from undefined to empty string and updated onValueChange handler to explicitly check for empty string.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency ReviewThe following issues were found:
Vulnerabilitiesapps/loan-qc/package.json
Only included vulnerabilities with severity high or higher. License Issuespnpm-lock.yaml
apps/loan-qc/package.json
OpenSSF ScorecardScorecard details
Scanned Files
|
🤖 AI Code Review (Claude)Code Review: Loan QC Document Checklist ApplicationSummaryThis PR introduces a new showcase application ( Code Quality✅ Strengths
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ AI Review: Changes look good. Auto-approved by Claude AI.
Current Stack
Managed with stacked-prs |
Hey @ruudandriessen! I did my first pass at playing with the new design system and Claude Code to create our document QC checklist review experience.
Would love your eyes on it and your guidance on what I need to fix/do differently in the future. This view should eventually be a template I think, but I created it as a standalone app (wasn't thinking straight). I'd like to get this in decent enough shape to be able to share with Oleksandr as I know he's now getting set up with the new design system and will be working on some of the functionality I've included in this PR.
Thanks in advance for your review and guidance!
Key Features
-- Click highlights to zoom smoothly to that area with bezier curve animation
-- Floating zoom controls (zoom in, zoom out, zoom to fit)
-- Drag/pan support when zoomed in
Tech Stack
Changes
New Files
Modified Files
🤖 Generated with Claude Code