-
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
Improved support of active schools #1754
Conversation
Deployed to https://pr-1754.aam-digital.net/ |
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.
...hild-dev-project/children/child-block/child-block-tooltip/child-block-tooltip.component.html
Outdated
Show resolved
Hide resolved
# Conflicts: # src/app/app.component.spec.ts
Kudos, SonarCloud Quality Gate passed!
|
🎉 This PR is included in version 3.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
see issue: #694
This approach builds a complex view where children/schools and their connected relations can be loaded with a single request. This improves the query performance significantly as the current solution was making a request for each child.
Also I added support for multiple active schools in children list.
Visible/Frontend Changes
ChildBlockComponent
Architectural/Backend Changes