Skip to content
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

Analytics API: Add Options aggregation and disaggregation[2.42-DHIS2-18368_3] #19558

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from

Conversation

d-bernat
Copy link
Contributor

@d-bernat d-bernat commented Dec 23, 2024

TBD

@d-bernat d-bernat changed the title 2.42 dhis2 18368 3 Analytics API: Add Options aggregation and disaggregation[2.42-DHIS2-18368_3] Dec 23, 2024
@d-bernat d-bernat added the run-api-analytics-tests Enables analytics e2e tests label Dec 23, 2024
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
2 New issues
C Reliability Rating on New Code (required ≥ A)
1 New Bugs (required ≤ 0)
1 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@Getter
@AllArgsConstructor
public class OptionSetSelectionCriteria {
private Map<String, OptionSetSelection> optionSetSelections;

Check notice

Code scanning / CodeQL

Exposing internal representation Note

getOptionSetSelections exposes the internal representation stored in field optionSetSelections. The value may be modified
after this call to getOptionSetSelections
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-api-analytics-tests Enables analytics e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants