-
Notifications
You must be signed in to change notification settings - Fork 33
[$60] allow normal topcoder members to create jobs #23
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
Comments
@nkumar-topcoder, please sign-up with Topcoder X tool |
@nkumar-topcoder, please sign-up with Topcoder X tool |
@nkumar-topcoder, please sign-up with Topcoder X tool |
@nkumar-topcoder, please sign-up with Topcoder X tool |
Contest https://www.topcoder.com/challenges/30155268 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30155268 has been updated - it has been assigned to aaron2017. |
Fixed with PR #21 |
PR #25 updates swagger doc. |
|
|
Your guess is right. Currently the data on Topcoder Dev are not reliable and stable, IMO. To avoid the conflict error, I would Edit |
The fix for the issue in this ticket works good. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30155268 |
a) Currently, v5/jobs validates for bookingmanager role for job creation. This should be changed to allow for all Topcoder Members "Topcoder User" roles.
b) update POST /v5/jobs to allow all auth user access(include bookingmanager and connectmember as well as normal auth user)
c) update PATCH/PUT/DELETE /v5/jobs/:jobId to allow normal auth user to access the job he/she created. bookingmanager and connectmember can access all jobs as before.
d) update swagger doc
The text was updated successfully, but these errors were encountered: