-
Notifications
You must be signed in to change notification settings - Fork 1
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
Chore 456 operation representative #2688
Conversation
20ac6b6
to
1b125c2
Compare
bc_obps/registration/tests/endpoints/v1/user/test_user_profile.py
Outdated
Show resolved
Hide resolved
bc_obps/registration/tests/endpoints/v2/user/test_user_profile.py
Outdated
Show resolved
Hide resolved
1b125c2
to
da22a12
Compare
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 work! Just a few things to fix
fields = ["id", "representative_name", "selected_for_report"] | ||
|
||
|
||
class ReportOperationSchemaOut(Schema): |
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.
Instead of creating a whole extra ReportOperationSchemaOut
class, we could extend the existing ReportOperationOut
and add the report_operation_representatives: List[...]
field on it
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.
One more little thing! Once it's covered, it's good to go, I'll approve it now
c2a5775
to
319edcd
Compare
Card: bcgov/cas-reporting#456
Changes: