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

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


dsp:airlay:backend:entity:milestone

MilestoneEntity

Backend

Структура MilestoneEntity:

  "_id" : ObjectId,
  "name" : string,
  "description" : string,
  "startDate" : int|null,
  "endDate" : int|null,
  "issues" : ObjectId[],
  "status" : string ("open" | "closed"),
  "progress" : float (1 - 100),
  "organizationId" : ObjectId
  
dsp/airlay/backend/entity/milestone.txt · Последнее изменение: 2021/05/21 08:33 — Лев