-
Notifications
You must be signed in to change notification settings - Fork 40
v5 endpoint to Jobs and multiple jobs support #5339
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
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 14, 2025
route / processor / model methods for adding, edititng, removing jobs added documentation added
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 16, 2025
script to givce jobs names started
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 22, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 23, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 23, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 24, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 27, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 29, 2025
middleware unit tests added
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 29, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 29, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 29, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 29, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 30, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 31, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Jan 31, 2025
add/update/delete role e2e tests added e2e test fixes
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 2, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 3, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 3, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 3, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 10, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 10, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 10, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 11, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 11, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 11, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 12, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 13, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 13, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 13, 2025
ChristosTsiotsias
added a commit
that referenced
this issue
Feb 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Product issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/610
We want to implement v5 endpoints for jobs with the following changes:
Endpoints
Additional endpoints
Add new job
Endpoint: POST /teamspaces/:teamspace/jobs
permissions: teamspace admin
payload:
response
Edit an existing job
Endpoint: PATCH /teamspaces/:teamspace/jobs/:jobID
permissions: teamspace admin
payload:
Remove an existing job
Endpoint: Delete /teamspaces/:teamspace/jobs/:jobID
permissions: teamspace admin
Changes to existing endpoints
Teamspace members
URL: https://staging.dev.3drepo.io/docs/#/Teamspaces/getTeamspaceMembers
Changes: Should now return an array of "jobs" instead of "job"
Additional work
Goals
Tasks
The text was updated successfully, but these errors were encountered: