TermPortal app have a number of roles, that affect both client app and server app capabilities. Currently TermPortal have 6 roles, but basically they can be divided into 3 types.
draw.io Diagram |
---|
border | true |
---|
| |
---|
diagramName | Roles |
---|
simpleViewer | false |
---|
width | |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 361 |
---|
revision | 3 |
---|
|
|
Roles
| Write rights on |
---|
Term | Attribute |
create | update | delete | create | update | delete |
Type 1 | termCustomerSearch | No | No | No | No | No | No |
Type 2 | termProposer | Yes | Yes if 1.a | Yes | Yes if |
4 1.b |
termReviewer | No | Yes if 2.a | No | No | Yes if |
5 2.b |
termFinalizer | No | Yes if 3.a | No | No | Yes if |
6 3.b |
Type 3 | termPM | Yes | Yes | Yes | Yes | Yes | Yes |
termPM_allClients |
74 | Yes | Yes | Yes | Yes | Yes | Yes |
Note that processStatus attribute has a special meaning and behaviour implemented, so that it is completely impossible to delete it for user having any role, but it is partially/fully possible to update it. See point |
8 5 below for details. |
- TermProposer-user
- can update/delete some term only if that term was created by that user
- can update/delete some attribute only if that attribute was created by that user and all term(s) on that attribute's level are Unprocessed, so:
- If it's a term-level attribute - that term should be Unprocessed
- If it's a language-level attribute - all terms for that language should be Unprocessed
- If it's a termEntry-level attribute - all terms for that termEntry should be Unprocessed
- TermReviewer-user
- can update some term only if that term is Unprocessed
- can update/delete some attribute only if all term(s) on that attribute's level are Unprocessed, so it's same as in point
|
4 - 1.b but with no 'was created by that user'-requirement
- TermFinalizer-user
- can update some term only if that term is ProvisionallyProcessed
- can update/delete some attribute only if all term(s) on that attribute's level are ProvisionallyProcessed, so it's same as in point
|
5 - 2.b but just other status used
- As long as TermPortal is working with terms, which are contained in TermCollections, users of all roles except termPM(allClients)-role can only access the TermCollections of those clients, that they are associated with in the user management in the main translate5 app.
- The ability to update processStatus attribute is:
- Not available for roles of Type 1
- Partially available for roles of Type 2
- TermProposer-user - not available
- TermReviewer-user - available, but only from Unprocessed to only ProvisionallyProcessed or Rejected
- TermFinalizer-user - available, but only from ProvisionallyProcessed to only Finalized or Rejected
- Fully available for roles of Type 3
|