Feature/add indicators to event screen #2
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 References
⚙️ branches
app:
Origin: feature/add_indicators_to_event_screen Target: 2.0.0_beta
dhis2-android-SDK:
Origin: 056d6e33d3204f8514bf438bc3af6876feeb9a4e
dhis2-rule-engine:
Origin: master
🎩 What is the goal?
Add indicators to event screen
📝 How is it being implemented?
The presenter is a copy from enrollment indicators presenter but using event repositories and without filter by enrollment.
For success build It's necessary to add this build gradle to dhis2-rule-engine:
💥 How can it be tested?
Use case 1: - Navigate to events for the program 'Yaws - case register (Yaws/003)' and open an existed event then the indicators icon and menu should not be visible
Use case 2: - Navigate to events for the program 'BU02 - Register - With scoring' and open an existed event then the indicators icon and menu should be visible
Use case 3: - Create a new event and show indicators after answer questions, the indicators should be calculated
💾 Requires DB migration?
🎨 UI changes?