add the title field to Job model #95
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Changes In Postman collection
Add title Field In Request Body
Jobs
create job with booking manager
create job with m2m create
create job with connect user
create job with member success
create job with user id not exist
create job with invalid token
put job with booking manager
put job with m2m update
put job with connect user
put job with member 403
put job with member success
put job with member with user id not exist
put job with invalid token
patch job with booking manager
patch job with m2m update
patch job with connect user
patch job with member 403
patch job with member success
patch job with user id not exist
patch job with invalid token
Create Demo Data For Team
Create job #1 "sourcing"
create job #1
Create job #2 "in-review"
create job #2
Create job #3 "assigned"
create job #3
Create job #4 "closed"
create job #4
Create job #5 "cancelled"
create job #5
Test Permission Rules
Request with Administrator Role
Jobs
✔ create job with administratorg
✔ put job with administratorg
✔ patch job with administratorg
Request with Topcoder User Role
Jobs
✔ create job with memberg
✔ put job with memberg
✔ patch job with memberg
Request with Connect Manager Role
Jobs
✔ create job with connect managerg
✔ put job with connect managerg
✔ patch job with connect managerg
Add title Parameter In Query
Jobs
search jobs with booking manager
search jobs with with m2m all
search jobs with connect user
search jobs with member
search jobs with invalid token
Test Permission Rules
Request with Administrator Role
Jobs
✔ search jobs with administrator
Request with Topcoder User Role
Jobs
✔ search jobs with member filtering by "projectId"
Request with Connect Manager Role
Jobs
✔ search jobs with connect manager