We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a follow on from #2738 we should support multiple review user resources in the UI to create a screen like this: https://www.figma.com/file/Ncl8TJsFf2WKf3frrqTbtq/AzureTRE-OSS-UI?node-id=1293%3A27999
This will involve modifying the reviewUserResources property of the airlock request to include the reviewerId in the form of a dictionary:
"reviewUserResources": { "<user_object_id>": { "workspaceId": "XXX", "workspaceServiceId": "XXX", "userResourceId": "XXX" } }
This will allow the UI to then filter for the signed-in user id and also list the other ids to show who else is reviewing.
The API will also need to be modified to only allow one review VM per user. On /Create-review-resource, the API should:
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
jjgriff93
Successfully merging a pull request may close this issue.
As a follow on from #2738 we should support multiple review user resources in the UI to create a screen like this: https://www.figma.com/file/Ncl8TJsFf2WKf3frrqTbtq/AzureTRE-OSS-UI?node-id=1293%3A27999
This will involve modifying the reviewUserResources property of the airlock request to include the reviewerId in the form of a dictionary:
This will allow the UI to then filter for the signed-in user id and also list the other ids to show who else is reviewing.
The API will also need to be modified to only allow one review VM per user. On /Create-review-resource, the API should:
The text was updated successfully, but these errors were encountered: