Инструменты пользователя

Инструменты сайта


dsp:airlay:backend:entity:issue

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
dsp:airlay:backend:entity:issue [2021/05/27 18:19]
Лев создано
dsp:airlay:backend:entity:issue [2021/06/20 13:55] (текущий)
Лев
Строка 2: Строка 2:
 [[ru:dsp:airlay:backend|Backend]]   [[ru:dsp:airlay:backend|Backend]]  
  
-**Структура NotificationEntity :**+**Структура IssueEntity :**
     '_id' : ObjectId,     '_id' : ObjectId,
     'organizationId' : ObjectId,     'organizationId' : ObjectId,
Строка 8: Строка 8:
     'description' => string,     'description' => string,
     'createDate' => int|null,     'createDate' => int|null,
 +    'updateDate' => int|null,
     'closeDate' => int|null,     'closeDate' => int|null,
     'changeDate' => int|null,     'changeDate' => int|null,
Строка 13: Строка 14:
     'statusId' => ObjectId|null,     'statusId' => ObjectId|null,
     'assignId' => ObjectId|null,     'assignId' => ObjectId|null,
-    'ready' => int 0-100,+    'progress' => int 0-100,
     'estimatedTime' => int|null,     'estimatedTime' => int|null,
     'spentTime' => int|null,     'spentTime' => int|null,
 +    'endDate' => int|null,
     'observers' => array [id : ObjectId, type : string (user, group, department, organization)],     'observers' => array [id : ObjectId, type : string (user, group, department, organization)],
     'children' => ObjectId[] (IssueEntity ObjectIds),     'children' => ObjectId[] (IssueEntity ObjectIds),
     'parents' => ObjectId[] (IssueEntity ObjectIds),     'parents' => ObjectId[] (IssueEntity ObjectIds),
-    'milestoneId' => ObjectId[],+    'milestoneId' => ObjectId|null,
     'comments' => ObjectId[],     'comments' => ObjectId[],
     'relatedObjects' => array     'relatedObjects' => array
          
dsp/airlay/backend/entity/issue.1622114399.txt.gz · Последнее изменение: 2021/05/27 18:19 — Лев