-
Notifications
You must be signed in to change notification settings - Fork 22
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
Showing total attendance #1174
Showing total attendance #1174
Conversation
Deployed to https://test-deployment-pr-1174.herokuapp.com/ |
...ev-project/attendance/activity-attendance-section/activity-attendance-section.component.html
Show resolved
Hide resolved
src/app/child-dev-project/attendance/attendance-summary/attendance-summary.component.scss
Outdated
Show resolved
Hide resolved
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.
Works well 👍
I took the opportunity to already add a few easy further improvements, piggy-backing on your work:
#1146 was easy to do now and loading indicators were urgently needed for this, as it is one of our slowest components.
src/app/child-dev-project/attendance/attendance-details/attendance-details.component.html
Show resolved
Hide resolved
src/app/child-dev-project/attendance/attendance-summary/attendance-summary.component.ts
Outdated
Show resolved
Hide resolved
src/app/child-dev-project/attendance/model/activity-attendance.ts
Outdated
Show resolved
Hide resolved
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.
I added back the counting of events containing some undefined status, otherwise looks good
SonarCloud Quality Gate failed.
|
🎉 This PR is included in version 3.3.0-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
see issue: #1149
Visible/Frontend Changes
AttendanceSummaryComponent
that shows attendance statistics for all attendance monthsArchitectural/Backend Changes