Vridlo/types/Tag: Difference between revisions

From ALT Linux Wiki
(Created page with "'''Tag''' is a structure that represents Tag model. It is described as: * '''id''' is ''natural '''mandatory read-only internal''''' Unique identifier of tag. * '''name''' i...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Tag''' is a structure that represents Tag model. It is described as:
'''Tag''' is a '''''primary''''' structure that represents Tag model. It implies the tag marking an [[Vridlo/types/App|application]]. It is described as:


* '''id''' is ''natural '''mandatory read-only internal'''''
Unique identifier of tag.
* '''name''' is  array '''mandatory write-once'''''
* '''name''' is  array '''mandatory write-once'''''
  Name of the tag with the hash sign as a prefix.
  Name of the tag including the "hash" or "at" sign as a prefix.
* '''rpm_slug''' is ''string '''mandatory write-once'''''
 
  RPM slug defines a link to the ''[[Vridlo/types/Rpm|RPM]], which the tag belongs to.
* '''description''' is ''string '''optional'''''
  Description of the tag.
 
* '''app_count''' is ''natural '''mandatory read-only'''''
Count of actual [[Vridlo/types/App|applications]], which the tag is applied to.

Latest revision as of 21:19, 24 December 2019

Tag is a primary structure that represents Tag model. It implies the tag marking an application. It is described as:

  • name is array mandatory write-once
Name of the tag including the "hash" or "at" sign as a prefix.
  • description is string optional
Description of the tag.
  • app_count is natural mandatory read-only
Count of actual applications, which the tag is applied to.