ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.userroles / UserRoles

UserRoles

data class UserRoles

Constructors

Name Summary
<init> UserRoles(managers: List<UserIdentifier>, curators: List<UserIdentifier>, annotators: List<UserIdentifier>)

Properties

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>