-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: [CGC-65] Automatic time interval selection #83
feat: [CGC-65] Automatic time interval selection #83
Conversation
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.
Weight for age shows 0-2 years even though the child is 3 years. This is because the keys are different for this particular indicator. Not a big issue, because this feature is just to help improve the efficieny, but it is also possible to create a scenario for this particular indicator.
Well done Edvin. The code works extremely good! Look at the comments and i will review again!
…omaticTimeIntervalSelection # Conflicts: # i18n/en.pot # src/components/GrowthChart/GrowthChart.tsx
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.
DefaultIndicatorError, can you change from 'is not a valid.' To 'is not valid'
Looks very good Edvin, make the few changes commented and i will approve the PR!
…omaticTimeIntervalSelection # Conflicts: # i18n/en.pot # src/Plugin.tsx
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.
LGTM! Look at the one comment before merging with master, well done Edvin
This PR enhances the functionality of the growth chart plugin by selecting the appropriate time interval for the selected child's age by default.