-
Notifications
You must be signed in to change notification settings - Fork 12
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
Lisätään lasten laskennallinen määrä yksikön viikokalenteriin #6243
base: master
Are you sure you want to change the base?
Conversation
22ad005
to
4239d81
Compare
[days, selectedGroup, childBasics] | ||
}) | ||
.map((child) => child.childId) | ||
const occupancy = childBasics.reduce((occupancy, child) => { |
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.
This calculation could be done in the backend. Also family daycare (perhepäivähoito) has different calculation rules.
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.
family daycare (perhepäivähoito) has different calculation rules
Yeah, forgot that.
Moving calculation to backend needs major changes, because currently a lot is happening in frontend.
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.
Fixed!
4239d81
to
1149a88
Compare
1149a88
to
1bcdd74
Compare
"Lapsia läsnä"-sarakkeeseen laskennallinen määrä nuppiluvun yhteyteeen.