Implement feature to acknowledge project time frames when assigning employees to projects
This commit is contained in:
parent
97e211946f
commit
9a123d1e76
6 changed files with 233 additions and 20 deletions
|
@ -6,10 +6,10 @@ Content-Type: application/json
|
|||
{
|
||||
"name": "name",
|
||||
"leading_employee": 1,
|
||||
"employees": [315, 312],
|
||||
"employees": [312],
|
||||
"contractor": 4,
|
||||
"contractor_name": "Peter File",
|
||||
"comment": "goal of project",
|
||||
"start_date": "01.01.2000",
|
||||
"planned_end_date": "01.01.2001"
|
||||
"start_date": "02.01.2020",
|
||||
"planned_end_date": "01.01.2023"
|
||||
}
|
Reference in a new issue