feat: Upgrade Regional Performance Analytics Dashboard with Multi-Parameter Filtering - #163
Open
VaibhavChauhan615 wants to merge 2 commits into
Open
Conversation
…ltering, charts, and leaderboards
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.
Overview
This Pull Request upgrades the Geographical and Performance Analytics section inside the teacher and admin panel dashboards. Previously, the Analytics page rendered a static list of schools with dummy progress stats and overlapping layout alignment issues.
This PR transforms the Analytics panel into an interactive, multi-parameter dashboard that enables administrators to slice data dynamically, visualize student level growth over time, check gender disparities, and trace learner engagement streaks.
Key Changes
7d,30d,6m,1y) to scale performance timelines.Preschool,Class 1,Class 2,Class 3-4) to slice cohort metrics.Male,Female) to isolate demographic analytics.Total Schools,Total Students,Avg FLN Level, andCertification Rate(Level 5+ benchmark) dynamically.Active Educators(teachers count inside the filtered scope) andRemedial Support Rate(percentage of students requiring intervention).w-36) to resolve the overlapping text overlay bug.Verification & Performance
npm run lint(exit code0).Setlookup maps to process metrics inO(N+M)time, ensuring the dashboard rendering is completely lag-free.