-
Notifications
You must be signed in to change notification settings - Fork 68
PLT-1016 - Add methods for External Workforce management #1630
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
Conversation
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.
See comments
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.
so per @manuaero 's request we would not like to use the add and remove endpoints anymore, now that we have built boost requests within the product
the mutation's name is upsertProjectBoostWorkforce, this will automatically add the alignerr org as an external workforce
then if the project is properly set up, which means they have
- ontology configured
- data added
- there are labeling instructions for the ontology
then you can move the project to the 'REQUESTED' status with the
updateProjectBoostWorkforceStatus mutation
I am closing the current PR since it is not relevant with Alignerr. |
This PR adds three methods to manage external workforces (aka BPO organizations) from a project, in particular:
All three methods return a list of
ExternalWorkforce
associated with the project at the end of the operation or an empty list.