Vridlo/types/Team: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
''' | '''Team''' is a '''''primary''''' structure that represents Team model. It is described as: | ||
* '''id''' is ''natural '''mandatory read-only''''' | * '''id''' is ''natural '''mandatory read-only''''' | ||
Unique identifier of | Unique identifier of team. | ||
* '''names''' is ''[[Vridlo/types/Name|Name]] array '''mandatory''''' | * '''names''' is ''[[Vridlo/types/Name|Name]] array '''mandatory''''' | ||
Name array for the | Name array for the team. It can include ''title'' value only. | ||
* '''permissions''' is ''[[Vridlo/types/Permission|Permission]] array '''mandatory''''' | * '''permissions''' is ''[[Vridlo/types/Permission|Permission]] array '''mandatory''''' | ||
Defines permissions for the | Defines permissions for the team, permissions include the admin, or any other write permission to a model. | ||
* '''recitals''' is ''[[Vridlo/types/Recital|Recital]] array '''mandatory''''' | * '''recitals''' is ''[[Vridlo/types/Recital|Recital]] array '''mandatory''''' | ||
Recitals array for the | Recitals array for the team, it describes all of team logins, email, jabber addresses etc. | ||
* '''members''' is ''[[Vridlo/types/User|User]] array '''mandatory''''' | * '''members''' is ''[[Vridlo/types/User|User]] array '''mandatory''''' | ||
Recitals array for the | Recitals array for the team, it defines all of team logins, email, jabber addresses etc. | ||
* '''descriptions''' is ''[[Vridlo/types/Lorem|Lorem]] array '''optional''''' | * '''descriptions''' is ''[[Vridlo/types/Lorem|Lorem]] array '''optional''''' | ||
Descriptions array of the | Descriptions array of the team, which is defined as array of [[Vridlo/types/Lorem|Lorems]]. |
Latest revision as of 21:39, 13 December 2019
Team is a primary structure that represents Team model. It is described as:
- id is natural mandatory read-only
Unique identifier of team.
- names is Name array mandatory
Name array for the team. It can include title value only.
- permissions is Permission array mandatory
Defines permissions for the team, permissions include the admin, or any other write permission to a model.
- recitals is Recital array mandatory
Recitals array for the team, it describes all of team logins, email, jabber addresses etc.
- members is User array mandatory
Recitals array for the team, it defines all of team logins, email, jabber addresses etc.
- descriptions is Lorem array optional
Descriptions array of the team, which is defined as array of Lorems.