The project status report model represents a project status report in Falcon.
id | integer The id of the project status report. |
hash | string The unique hash of the project status report. |
subject | string The subject of the project status report. |
comment | string The comment of the project status report. |
risks | string The risks of the project status report. |
decisions | string The decisions of the project status report. |
risk_impact | integer or null The risk impact of the project status report.
|
risk_probability | integer or null The risk probability of the project status report.
|
status_traffic_light | integer or null The status traffic light of the project status report.
|
object or null <array> The traffic light values of the project budgeting effects and the activity start and end time values of the project. The data is stored when the project status report is created and can not be edited afterwards. | |
solved_time | string or null <date-time> The solved time of the project status report. For open project status reports the solved time is null. |
flagged | boolean The flagged flag of the project status report. |
created_time | string <date-time> The created time of the project status report. |
modified_time | string <date-time> The modified time of the project status report. |
modified_user_time | string <date-time> The modified user time of the project status report. |
umask | integer The permission for the authenticated user of the project status report.
|
status | integer The status of the project status report.
|
model | string The project status report model. |
object (Project) The project of the project status report. | |
object (User) The created user of the project status report. | |
object (User) The modified user of the project status report. |
{- "id": 1,
- "hash": "1ee82b704f83af3aec73744e83dd0613695736b9",
- "subject": "",
- "comment": "We see a risk in regard to further inventory reduction. Seasonal planning is supplemented to minimize this.",
- "risks": "",
- "decisions": "",
- "data": {
- "project_budgeting_effect_traffic_lights": [
- {
- "percent": 61,
- "count": 22
}, - {
- "percent": 14,
- "count": 5
}, - {
- "percent": 25,
- "count": 9
}
], - "project_activity_start_time_traffic_lights": [
- {
- "percent": 24,
- "count": 10
}, - {
- "percent": 12,
- "count": 5
}, - {
- "percent": 63,
- "count": 26
}
], - "project_activity_end_time_traffic_lights": [
- {
- "percent": 24,
- "count": 10
}, - {
- "percent": 15,
- "count": 6
}, - {
- "percent": 61,
- "count": 25
}
]
}, - "solved_time": null,
- "flagged": false,
- "created_time": "2022-05-27T10:38:37.000000Z",
- "modified_time": "2022-05-27T10:38:37.000000Z",
- "modified_user_time": "2022-05-27T10:38:37.000000Z",
- "umask": 4,
- "status": 0,
- "model": "ProjectStatusReport",
- "project": {
- "id": 1,
- "hash": "3768a155ad95449839a74880d633c10ad48f67c1",
- "name": "Phoenix",
- "locked": false,
- "model": "Project",
- "program": {
- "id": 1,
- "hash": "d347f256577eb205313a6e112b8e44a4af45ecfa",
- "name": "Airborne",
- "model": "Program"
}
}, - "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}
}