-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feat/cwu review #430
Feat/cwu review #430
Conversation
src/front-end/typescript/lib/pages/opportunity/code-with-us/lib/index.ts
Outdated
Show resolved
Hide resolved
src/front-end/typescript/lib/pages/opportunity/code-with-us/lib/index.ts
Outdated
Show resolved
Hide resolved
src/front-end/typescript/lib/pages/opportunity/code-with-us/lib/index.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.
Good work; the front-end has a couple of testing blindspots though. There's a few small issues regarding toasts that I mentioned in the other comments, but a bigger issue is that we're still rendering the "Actions" button for government users after the opportunity is published, which differs from SWU.
sounds like this is something that wasn't introduced in this PR, but may still need to be addressed? |
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.
I think we need to add a publish permissions check on line 750 because users can publish their own opportunities as is
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.
should be addressed in b6c904c
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!
This PR closes issue: [DMM-300]
Includes tests? [N]
Updated docs? [N]
Proposed changes: