Skip to content

Commit

Permalink
Merge pull request #3 from Aar-if/release-1.0.0
Browse files Browse the repository at this point in the history
Issue #PS-1389 feat: UI for displaying center wise attendance report as per Figma
  • Loading branch information
itsvick authored Jul 15, 2024
2 parents 42640f1 + 127dec7 commit 17e02f5
Show file tree
Hide file tree
Showing 10 changed files with 454 additions and 9 deletions.
266 changes: 266 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"react-joyride": "^2.8.2",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"sharp": "^0.33.3",
"zustand": "^4.5.4"
},
Expand Down
6 changes: 5 additions & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@
"BACK_TO_TOP": "Back to Top",
"LAST_SEVEN_DAYS_RANGE": "Last 7 Days {{date_range}}",
"AS_OF_TODAY_DATE": "As of Today, {{day_date}}",
"LEARNER": "Learners"
"LEARNER": "Learners",
"ATTENDANCE_COMPARISON": "Attendance Comparison",
"CENTER_TYPE":"Center Type",
"BLOCK_AVERAGE_ATTENDANCE": "Block Average Attendance"
},
"ATTENDANCE": {
"TOTAL_STUDENTS": "Total Number of Learners: {{count}}",
Expand Down Expand Up @@ -319,4 +322,5 @@
"MANAGE_USERS": {
"CENTERS_REQUESTED_SUCCESSFULLY": "Center Requested Successfully"
}

}
5 changes: 4 additions & 1 deletion public/locales/hi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@
"BACK_TO_TOP": "वापस शीर्ष पर",
"LAST_SEVEN_DAYS_RANGE": "पिछले 7 दिन {{date_range}}",
"AS_OF_TODAY_DATE": "आज तक, {{day_date}}",
"LEARNER": "शिक्षार्थियों"
"LEARNER": "शिक्षार्थियों",
"ATTENDANCE_COMPARISON": "उपस्थिति तुलना",
"CENTER_TYPE":"केंद्र प्रकार",
"BLOCK_AVERAGE_ATTENDANCE": "ब्लॉक औसत उपस्थिति"
},
"ATTENDANCE": {
"TOTAL_STUDENTS": "कुल छात्रों की संख्या: {{count}}",
Expand Down
5 changes: 4 additions & 1 deletion public/locales/mr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@
"BACK_TO_TOP": "परत वर जा",
"LAST_SEVEN_DAYS_RANGE": "शेवटचे 7 दिवस {{date_range}}",
"AS_OF_TODAY_DATE": "आजपर्यंत, {{day_date}}",
"LEARNER": "शिकणारे"
"LEARNER": "शिकणारे",
"ATTENDANCE_COMPARISON": "उपस्थिती तुलना",
"CENTER_TYPE":"केंद्र प्रकार",
"BLOCK_AVERAGE_ATTENDANCE": "ब्लॉक सरासरी उपस्थिती"
},
"ATTENDANCE": {
"TOTAL_STUDENTS": "एकूण विद्यार्थी: {{count}}",
Expand Down
Loading

0 comments on commit 17e02f5

Please sign in to comment.