-
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
Case subjects filter MURs #6530
base: develop
Are you sure you want to change the base?
Case subjects filter MURs #6530
Conversation
@@ -1036,3 +988,59 @@ | |||
('7', 'Conciliation: Pre Probable Cause'), | |||
('6', 'Conciliation: Probable Cause'), | |||
]) | |||
|
|||
|
|||
primary_subject_ids = { |
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.
Can we name primary_subject_*
and secondary_subject_*
so they're more clearly tied to audits, audit categories, etc?
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.
@rfultz I am not sure I follow, can you give example?
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.
Because these subjects are for audits specifically and we're in the constants file for data, could we rename primary_subject_ids
to something like audit_primary_subject_id
so we know later where and how they're being used and that they aren't simply generic subjects? (primary_subject_ids
, secondary_subject_placeholder
, secondary_subject_ids
)
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.
The constants specific to audits are still named audit_category_options
and audit_sub_category_options
. The primary/secondary subject constants are specific to MUR/ADR.
…her pages(AFs Statutes) that share parent template
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6530 +/- ##
===========================================
- Coverage 80.34% 80.21% -0.13%
===========================================
Files 235 235
Lines 5113 5125 +12
===========================================
+ Hits 4108 4111 +3
- Misses 1005 1014 +9 ☔ View full report in Codecov by Sentry. |
Summary (required)
Issue 6500:
Issue 6503:
Case details and documents
column for archived MURsRequired reviewers
Required: one frontend
Optional: One UX
@fec-jli - Just to check Audit search
Impacted areas of the application
MUR and ADR detatables
Screenshots
(Include a screenshot of the new/updated features in context (“in the wild”). If it is an interface change, include both before and after screenshots)
How to test
Corporations
fromContributions- Corporations
Contributions- Corporations
andCorporations
because that secondary subject is tied to the primary subject.Exemptions
, exists under two primary subjects. We can address this in the future if necessaryCase details and documents
column for archived MURs (issue 6503)Category
andSub-category
selects as there was an adjustment to the constants that build the Category select for this PR.