Skip to content
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

Track Student Graduation #62

Merged
merged 14 commits into from Oct 20, 2023
Merged

Track Student Graduation #62

merged 14 commits into from Oct 20, 2023

Conversation

lost1227
Copy link
Member

Fixes #55

This patch updates the student-list and add-attendance-event-list to
show the student's graduation year if the student's name appears in the
list more than once.
Only navigate to student details if we're not in edit mode. Otherwise,
check/uncheck the clicked student.
CombineLatest(allStudents, controls) was causing the repetition because
both were replaysubjects. So whenever allStudents was updated,
combineLatest would get (new allStudents, old controls) followed
immediately by (new allStudents, new controls). The solution is to just
include the allStudents in the controls subject, so that both come
through at the same time.
@lost1227 lost1227 changed the title More student details Track Student Graduation Oct 20, 2023
@lost1227 lost1227 merged commit f43712b into master Oct 20, 2023
2 checks passed
@lost1227 lost1227 deleted the more-student-details branch October 20, 2023 21:52
@lost1227 lost1227 restored the more-student-details branch October 20, 2023 21:52
@lost1227 lost1227 deleted the more-student-details branch April 29, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track student expected graduation year
1 participant