Web-based responsive document annotation tool
activeannoservice / project.userroles / UserRoles
data class UserRoles
Name | Summary |
---|---|
<init> | UserRoles(managers: List < UserIdentifier >, curators: List < UserIdentifier >, annotators: List < UserIdentifier >) |
Name | Summary |
---|---|
annotators | Users that are allowed to the annotation viewval annotators: List < UserIdentifier > |
curators | Users that are allowed to the curation viewval curators: List < UserIdentifier > |
managers | The creator of a project should be the manager by default, but it is possible to add additional managers or remove the initial managerval managers: List < UserIdentifier > |