-
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 trackedEntities analytics requests (DHIS2-16023) #1594
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.
Code is looking very clear. I don't think I am fully qualified to assess whether or not the changes all make sense, but it certainly looks like a sensible implementation.
I've left 2 comments. Perhaps the one about the version number could be quite vital.
# [26.6.0](v26.5.0...v26.6.0) (2024-03-13) ### Features * add support for trackedEntities analytics requests (DHIS2-16023) ([#1594](#1594)) ([885af10](885af10))
🎉 This PR is included in version 26.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Implements DHIS2-16023
Relates to dhis2/line-listing-app#451
Key features
Analytics
class for tracked entities requesttrackedEntity/query
endpointDescription
The PR adds support for the new analytics endpoint for tracked entities.
The
outputType
selected in LL needs to be taken into account when composing the request URL's path and when formatting the dimension ids.