-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add ability to delete custom analysis methods #12008
Conversation
When I add multiple, then I hit the delete, from the modal I cannot confirm which one I hit delete on. |
This looks great! Statusing is working as expected, I was able to add and delete custom methods. One thing I noticed is that when you enter a custom method, the In terms of the styling, I played around a bit with adding an empty |
@JonHolman this is a good callout! The Figma also does not specify. Perhaps in the future we could add that as an enhancement but for now I am not going to add it to this work. |
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.
Looks good to me! Comments are really nits.
services/ui-src/src/components/reports/DrawerReportPage.test.tsx
Outdated
Show resolved
Hide resolved
thanks @bangbay-bluetiger! great feedback as always |
Code Climate has analyzed commit 65646f5 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 96.7% (0.0% change). View more on Code Climate. |
Description
calculateEntityCompletion
method accepts an array of different forms, but it expects the data to fulfill every form, rather than being able to apply a specific form per dataset, so this was the best way I could see to do itDrawerReportPage
Related ticket(s)
CMDCT-4233
How to test
Deployed url
Navigate to a different
drawer
type page (in MCPAR you can create a plan and go to plan level indicators)Notes
Pre-review checklist
Pre-merge checklist
Review