-
Notifications
You must be signed in to change notification settings - Fork 22
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
Being able to apply subject type filter on Due and overdue visits cards when part of custom dashboard #1381
Labels
Comments
mahalakshme
changed the title
Add ability to parametrize SRC in CD
Being able to apply subject type filter for Due and overdue visits cards when part of custom dashboard
Apr 19, 2024
mahalakshme
changed the title
Being able to apply subject type filter for Due and overdue visits cards when part of custom dashboard
Being able to apply subject type filter on Due and overdue visits cards when part of custom dashboard
Apr 19, 2024
Notes
|
petmongrels
added a commit
to avniproject/avni-server
that referenced
this issue
May 27, 2024
4 tasks
petmongrels
added a commit
to avniproject/avni-models
that referenced
this issue
May 30, 2024
… from the CustomDashboardCache. deserialise input form meta data params to the report card. delete all existing dashboard cache.
petmongrels
added a commit
that referenced
this issue
May 30, 2024
…icates, unusable or can be derived. moved serialisaton and deserialisation code to service.
petmongrels
added a commit
that referenced
this issue
May 31, 2024
…ounter type service to provide all entities with privilege for given parent entities. multi-selectable subject type, encounter type and program UI component.
petmongrels
added a commit
to avniproject/avni-webapp
that referenced
this issue
May 31, 2024
… no items. in report card listing display standard report card type name.
petmongrels
added a commit
to avniproject/avni-server
that referenced
this issue
May 31, 2024
…cts for bundle and web for report cards.
himeshr
added a commit
that referenced
this issue
Jun 6, 2024
himeshr
added a commit
to avniproject/avni-server
that referenced
this issue
Jun 10, 2024
…sponse for all ReportCardController web endpoints
@petmongrels
https://drive.google.com/file/d/1HMH25q-2WQQsPgX_S9iB4jy9jxvK1MWQ/view?usp=drive_link - screenshot link |
petmongrels
added a commit
that referenced
this issue
Sep 12, 2024
…pplied filters. selection of program will stop showing general encounter types.
himeshr
added a commit
that referenced
this issue
Sep 18, 2024
Test cases
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need:
Eg:
Example configurations:
--- 1. I add a 'Scheduled Visits' report card to a custom dashboard, with subject type as Child(configured on report card). This is needed when a user wants to see due visits for all subject types in primary dashboard, without having to filter each time.
--- 2. I have 'Scheduled Visits' report card added to custom dashboard without any filters configured on report card, but 'Subject type' configured on custom dashboard filters. This is useful for cases where user would like to decide on the filters when using the app.
Acceptance criteria:
- Based on the subject type selected - general encounter types and program need to show
- Based on the program selected, program encounter types need to show up
- The card color needs to be of the configured color. Currently for standard report cards we have hardcoded the colors.
Additionally impacted Areas
Technical details:
Have added the ACs for both configurations in the same card, since its good to have the same code for applying filters for both configurations.
The text was updated successfully, but these errors were encountered: