Timestate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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. | 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> | ||
Line 8: | Line 7: | ||
! Explanation | ! Explanation | ||
|- | |- | ||
| <code> | | <code>NOTHING</code> | ||
| Building is | | Default base state of the [[Building]]. Even though it can have a geometry, it is not considered to be placed in the [[project area]]. | ||
|- | |||
| <code>WAITING_FOR_DATE</code> | |||
| Waiting to receive a date on which to start Building. | |||
|- | |||
| <code>REQUEST_PLOT_OWNER_APPROVAL</code> | |||
| [[Building]] or [[Measure]] is planned on other [[Stakeholder]]'s [[plot]] and requires approval | |||
|- | |||
| <code>REQUEST_ZONING_APPROVAL</code> | |||
| Request is send to ask zoning approval. | |||
|- | |||
| <code>REQUEST_CONSTRUCTION_APPROVAL</code> | |||
| Request is send to ask Building approval. | |||
|- | |- | ||
| <code>CONSTRUCTION_APPROVED</code> | | <code>CONSTRUCTION_APPROVED</code> | ||
Line 16: | Line 27: | ||
| <code>CONSTRUCTION_DENIED</code> | | <code>CONSTRUCTION_DENIED</code> | ||
| Building is denied. | | Building is denied. | ||
|- | |- | ||
| <code>PENDING_CONSTRUCTION</code> | | <code>PENDING_CONSTRUCTION</code> | ||
| This Building is awaiting demolition, because an upgrade is planned which will create a new Building. | | This Building is awaiting demolition, because an upgrade is planned which will create a new Building. | ||
|- | |- | ||
| <code> | | <code>CONSTRUCTING</code> | ||
| Building is | | Building is being constructed | ||
|- | |||
| <code>READY</code> | |||
| Building is done constructing. | |||
|- | |- | ||
| <code>PENDING_UPGRADE</code> | | <code>PENDING_UPGRADE</code> | ||
| Building is waiting for the date to be upgraded. | | Building is waiting for the date to be upgraded. | ||
|- | |- | ||
| <code> | | <code>WAITING_FOR_DEMOLISH_DATE</code> | ||
| | | Waiting to receive a date on which to start demolition. | ||
|- | |- | ||
| <code> | | <code>REQUEST_DEMOLISH_ZONING_APPROVAL</code> | ||
| | | [[Building]] demolition requires [[Zone|Zoning Approval]]. | ||
|- | |- | ||
| <code>REQUEST_DEMOLISH_APPROVAL</code> | | <code>REQUEST_DEMOLISH_APPROVAL</code> | ||
| Request is send to ask demolition approval. | | Request is send to ask demolition approval. | ||
|- | |- | ||
| <code> | | <code>DEMOLISH_APPROVED</code> | ||
| | | Demolition is approved. | ||
|- | |||
| <code>DEMOLISH_DENIED</code> | |||
| Demolition is denied. | |||
|- | |||
| <code>PENDING_DEMOLISHING</code> | |||
| Building is waiting for the date to be demolished. | |||
|- | |- | ||
| <code> | | <code>DEMOLISHING</code> | ||
| | | Building is being demolished. | ||
|- | |- | ||
| <code> | | <code>DEMOLITION_FINISHED</code> | ||
| | | Demolition is finished. | ||
|} | |} | ||
{{article end | |||
|notes= A large number of these time states are not used anymore due to the removed support for timeline projects; only planning projects remain. These time states will be removed in the near future. | |||
|seealso= | |||
*[[Popup info panel]] | |||
*[[Net state]] | |||
}} |
Latest revision as of 13:04, 17 February 2023
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 |
---|---|
NOTHING
|
Default base state of the Building. Even though it can have a geometry, it is not considered to be placed in the project area. |
WAITING_FOR_DATE
|
Waiting to receive a date on which to start Building. |
REQUEST_PLOT_OWNER_APPROVAL
|
Building or Measure is planned on other Stakeholder's plot and requires approval |
REQUEST_ZONING_APPROVAL
|
Request is send to ask zoning approval. |
REQUEST_CONSTRUCTION_APPROVAL
|
Request is send to ask Building approval. |
CONSTRUCTION_APPROVED
|
Building is approved. |
CONSTRUCTION_DENIED
|
Building is denied. |
PENDING_CONSTRUCTION
|
This Building is awaiting demolition, because an upgrade is planned which will create a new Building. |
CONSTRUCTING
|
Building is being constructed |
READY
|
Building is done constructing. |
PENDING_UPGRADE
|
Building is waiting for the date to be upgraded. |
WAITING_FOR_DEMOLISH_DATE
|
Waiting to receive a date on which to start demolition. |
REQUEST_DEMOLISH_ZONING_APPROVAL
|
Building demolition requires Zoning Approval. |
REQUEST_DEMOLISH_APPROVAL
|
Request is send to ask demolition approval. |
DEMOLISH_APPROVED
|
Demolition is approved. |
DEMOLISH_DENIED
|
Demolition is denied. |
PENDING_DEMOLISHING
|
Building is waiting for the date to be demolished. |
DEMOLISHING
|
Building is being demolished. |
DEMOLITION_FINISHED
|
Demolition is finished. |
Notes
A large number of these time states are not used anymore due to the removed support for timeline projects; only planning projects remain. These time states will be removed in the near future.