You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The submission portal backend has the ability to attach additional contributors to a submission and to assign them roles, and the submission portal frontend has a UI that looks like this:
A number of beta testers expressed interested in allowing multiple people to work on a submission together. The contributors/roles mechanism would be the current way to do that. But the app doesn't include any UI support for it yet.
This task is to:
Design what that UI would look like in the app
Implement the UI to add/remove contributors for a submission, as well as setting their role/permission level.
Ensure that the existing app interfaces respect the user role levels (e.g. a contributor with the Viewer role should not be able to edit anything in that submission)
The text was updated successfully, but these errors were encountered:
The submission portal backend has the ability to attach additional contributors to a submission and to assign them roles, and the submission portal frontend has a UI that looks like this:
A number of beta testers expressed interested in allowing multiple people to work on a submission together. The contributors/roles mechanism would be the current way to do that. But the app doesn't include any UI support for it yet.
This task is to:
Viewer
role should not be able to edit anything in that submission)The text was updated successfully, but these errors were encountered: