-
Notifications
You must be signed in to change notification settings - Fork 23
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
Filter by location for default cards in custom dashboard #1185
Comments
… the contract objects (without rule in them). approval cards filtered based on locations.
@himeshr @petmongrels there are other cards to take care of approval, comment, task and checklist. this card deals with only default type. I ve mentioned in the description. This is to parallelise work once this card is done and to not block the release and to group by complexity. |
Code changes done and test created to support filter by location for following: Pending work: |
Unable to reproduce the first time login failure for Power user nupoork@power on local. |
Motivation:
Analysis:
MyDashboardActions.js
Acceptance criteria:
Known Issues to be fixed in this card:
Tech tasks
We have been working on this using Power org
We have made use of OR filter on locationAddressLevel UUID to do the reduction
Wherever the impacted methods are also invoked by MyDashboard, we send empty arrayList to make it a no filter operation
Has to be done for all standard ReportCards
- case standardReportCardType.isDefaultType() :
- case standardReportCardType.isChecklistType() :
Has to be done for all subTypes within each of the above standard report cards
Tests have to be created for each of the standardReportCardType and their subtypes
The text was updated successfully, but these errors were encountered: