Ресурсування та потужність
Алокації, резерв, вікно графіка та фактичні дані — плануйте, хто над чим працює, і перевіряйте, що вони фактично зробили.
Алокація
Endpoints
| GET | /allocations | Отримує колекцію ресурсів Allocation. |
| POST | /allocations | Створює ресурс Allocation. |
| GET | /allocations/{id} | Отримує ресурс Allocation. |
| PATCH | /allocations/{id} | Оновлює ресурс Allocation. |
| DELETE | /allocations/{id} | Видаляє ресурс Allocation. |
| POST | /resourcing/demands/replace | Створює ресурс Allocation. |
| POST | /resourcing/requests/{id}/decline | Створює ресурс Allocation. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| project* | string (iri-reference) | |
| position* | string (iri-reference) | |
| employee | string,null (iri-reference) | |
| task | string,null (iri-reference) | |
| startDate | string (date-time) | |
| endDate | string (date-time) | |
| note | stringnull | |
| percentage | integer | |
| demandAmount | stringnull | |
| demandUnit | stringnull | |
| demandBasis | stringnull | |
| status | string |
Резерв ресурсування
Endpoints
| GET | /resourcing/bench | Отримує ресурс ResourcingBench. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| slots | array |
Графік ресурсування
Endpoints
| GET | /resourcing/schedule | Отримує ресурс ResourcingSchedule. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| rows | array |
Фактичні дані ресурсування
Endpoints
| GET | /resourcing/actuals | Отримує ресурс ResourcingActuals. |
Поля схеми
| Поле | Тип | Опис |
|---|---|---|
| weeks | array | |
| people | array | |
| rateGaps | object | |
| currency | stringnull |