Timestate: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
During a project session in the {{software}}, [[ | During a project session in the {{software}}, [[building]] states transform from one phase into another. For example; from being planned, to being permitted, to being constructed, to being ready. | ||
<br> | <br> | ||
The currently available states are: | The currently available states are: | ||
Line 9: | Line 9: | ||
|- | |- | ||
| <code>CONSTRUCTING</code> | | <code>CONSTRUCTING</code> | ||
| | | Building is being constructed. | ||
|- | |- | ||
| <code>CONSTRUCTION_APPROVED</code> | | <code>CONSTRUCTION_APPROVED</code> | ||
| | | Building is approved. | ||
|- | |- | ||
| <code>CONSTRUCTION_DENIED</code> | | <code>CONSTRUCTION_DENIED</code> | ||
| | | Building is denied. | ||
|- | |- | ||
| <code>DEMOLISH_APPROVED</code> | | <code>DEMOLISH_APPROVED</code> | ||
Line 27: | Line 27: | ||
|- | |- | ||
| <code>DEMOLISHING</code> | | <code>DEMOLISHING</code> | ||
| | | Building is being demolished. | ||
|- | |- | ||
| <code>NOTHING</code> | | <code>NOTHING</code> | ||
| | | Building does not exist. | ||
|- | |- | ||
| <code>PENDING_CONSTRUCTION</code> | | <code>PENDING_CONSTRUCTION</code> | ||
| This | | This Building is awaiting demolition, because an upgrade is planned which will create a new Building. | ||
|- | |- | ||
| <code>PENDING_DEMOLISHING</code> | | <code>PENDING_DEMOLISHING</code> | ||
| | | Building is waiting for the date to be demolished. | ||
|- | |- | ||
| <code>PENDING_UPGRADE</code> | | <code>PENDING_UPGRADE</code> | ||
| | | Building is waiting for the date to be upgraded. | ||
|- | |- | ||
| <code>READY</code> | | <code>READY</code> | ||
| | | Building is done constructing. | ||
|- | |- | ||
| <code>REQUEST_CONSTRUCTION_APPROVAL</code> | | <code>REQUEST_CONSTRUCTION_APPROVAL</code> | ||
| Request is send to ask | | Request is send to ask Building approval. | ||
|- | |- | ||
| <code>REQUEST_DEMOLISH_APPROVAL</code> | | <code>REQUEST_DEMOLISH_APPROVAL</code> | ||
Line 54: | Line 54: | ||
|- | |- | ||
| <code>WAITING_FOR_DATE</code> | | <code>WAITING_FOR_DATE</code> | ||
| Waiting to receive a date on which to start | | Waiting to receive a date on which to start Building. | ||
|- | |- | ||
| <code>WAITING_FOR_DEMOLISH_DATE</code> | | <code>WAITING_FOR_DEMOLISH_DATE</code> | ||
| Waiting to receive a date on which to start demolition. | | Waiting to receive a date on which to start demolition. | ||
|} | |} |
Revision as of 09:43, 5 October 2022
This article is a stub.
During a project session in the Tygron Platform, building states transform from one phase into another. For example; from being planned, to being permitted, to being constructed, to being ready.
The currently available states are:
State | Explanation |
---|---|
CONSTRUCTING
|
Building is being constructed. |
CONSTRUCTION_APPROVED
|
Building is approved. |
CONSTRUCTION_DENIED
|
Building is denied. |
DEMOLISH_APPROVED
|
Demolition is approved. |
DEMOLISH_DENIED
|
Demolition is denied. |
DEMOLITION_FINISHED
|
Demolition is finished. |
DEMOLISHING
|
Building is being demolished. |
NOTHING
|
Building does not exist. |
PENDING_CONSTRUCTION
|
This Building is awaiting demolition, because an upgrade is planned which will create a new Building. |
PENDING_DEMOLISHING
|
Building is waiting for the date to be demolished. |
PENDING_UPGRADE
|
Building is waiting for the date to be upgraded. |
READY
|
Building is done constructing. |
REQUEST_CONSTRUCTION_APPROVAL
|
Request is send to ask Building approval. |
REQUEST_DEMOLISH_APPROVAL
|
Request is send to ask demolition approval. |
REQUEST_ZONING_APPROVAL
|
Request is send to ask zoning approval. |
WAITING_FOR_DATE
|
Waiting to receive a date on which to start Building. |
WAITING_FOR_DEMOLISH_DATE
|
Waiting to receive a date on which to start demolition. |