-
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
feat: add support for Outliers table vis type in DV (DHIS2-13858) #1598
Conversation
9f39c2e
to
7b2e0fb
Compare
4dfa0f8
to
41c5677
Compare
41c5677
to
81536d6
Compare
1af10e3
to
2e0b03d
Compare
} from './rulesHelper.js' | ||
|
||
export { | ||
hasAxisTooManyItemsByVisType as hasAxisTooManyItems, | ||
hasDimensionTooManyItemsByVisType as hasDimensionTooManyItems, |
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.
hasDimensionTooManyItemsByVisType
doesn't sound correct to me. Should be dimensionHasTooManyItemsByVisType
? I'm not a native english speaker either though so I'll loop in @jenniferarnesen 🙏
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 see that this might just be following the item above called hasAxisTooManyItemsByVisType
, but that can't really be used as a reference as it was initially added by me 4 years ago (and I don't understand what I was thinking back then 🙈 ). So that should probably change too..
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 guess it's following the convention from the line above? It's ugly, yeah, but consistent 😬
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.
Ok I blame 2019-Martin then 😬
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.
Renaming all this functions is not really part of the PR's scope.
Should we do it here or in a separate refactor PR?
2e0b03d
to
7c8766e
Compare
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.
Reviewed with comments, see separate topics above
7c8766e
to
20adf5b
Compare
582633b
to
634d2fa
Compare
# [26.5.0](v26.4.1...v26.5.0) (2024-03-13) ### Features * add support for Outliers table vis type in DV (DHIS2-13858) ([#1598](#1598)) ([d9b1ccd](d9b1ccd))
🎉 This PR is included in version 26.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Part of the implementation for DHIS2-13858
Relates to dhis2/data-visualizer-app#2942
Key features
outlierDetection
endpoint for aggregate dataDescription
This analytics API endpoint is required for the Outliers table visualization type in DV.
TODO