-
Notifications
You must be signed in to change notification settings - Fork 38
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
[MDS-6206] Add support for custom permit condition categories #3318
[MDS-6206] Add support for custom permit condition categories #3318
Conversation
cypress/realm-export.json
Outdated
"c_idir", | ||
"cs_mds_investigations", | ||
"cs_mds_permit_template_conditions", | ||
"Administrative Users", |
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.
Added a bunch of roles that the cypress user didn't have
Quality Gate passed for 'bcgov-sonarcloud_mds_core-api'Issues Measures |
...pi/mines/permits/permit_conditions/resources/permit_amendment_condition_category_resource.py
Outdated
Show resolved
Hide resolved
services/core-api/app/api/projects/project_summary/models/project_summary.py
Show resolved
Hide resolved
services/common/src/redux/slices/permitConditionCategorySlice.ts
Outdated
Show resolved
Hide resolved
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.
Nice! That's a biggie! Just saw a couple of tiny things that can be removed, and one recommendation for changing how actions are fired in the one test. Otherwise this is awesome!
Quality Gate passed for 'bcgov-sonarcloud_mds_minespace-web'Issues Measures |
Quality Gate passed for 'bcgov-sonarcloud_mds_common'Issues Measures |
Quality Gate passed for 'bcgov-sonarcloud_mds_core-web'Issues Measures |
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.
🦙
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 great! 🐟
Objective
MDS-6206
This PR adds functionality to allow for extracting, adding, editing, reordering, and deleting custom permit condition categories for Mines Act Permits. Also updated the permit condition extraction pipeline to add the conditions as is.
Extra
maxWorkers
to50%
<-- reduced the time to run Minespace tests on my laptop from 1min 10s to 45s