feat: ICR evaluation tab, strict mastery grading, class filters, difficulty stats & PDF upgrades - #231
Open
vishalsoni18 wants to merge 2 commits into
Open
Conversation
…iculty stats, PDF upgrades - Added dedicated Evaluation tab to Teacher/Volunteer sidebar (ShieldCheck icon) - Wired Evaluation tab in App.tsx to render IcrScanner component directly - Removed old ICR scanner trigger buttons from Teacher and Volunteer dashboards - Fixed Back to Dashboard button in IcrScanner to use onBack prop correctly - Strict 100% mastery: subtopic gets Strong badge only if all questions correct - Added topicStats (Easy/Med/Hard breakdowns) to EvaluationReport in types.ts and db.ts - Computed topicStats in backend evaluation route per topic per difficulty - Persistent Easy/Med/Hard counters shown under every concept mastery badge in PanelViews - Class filter tab bar in Evaluation Reports panel (filter by e.g. Class 2 - A) - Student class name shown prominently in each report card header - Replaced PASS/FAIL labels with CORRECT/INCORRECT in IcrScanner verification step - PDF export includes Easy/Med/Hard breakdown and Satisfactory badge styling - Backfilled mock topicStats into historical evaluation reports in db.ts - Upstream monorepo restructure (mvp/ -> frontend/ + backend/) merged and resolved
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 of Changes
1. UI & Navigation
2. Grading Logic
Strongif ALL questions correct3. Report & Display
4. PDF Export
5. Historical Data
6. Upstream Merge