Timestate: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
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}}, [[construction]] 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 8: Line 7:
! Explanation
! Explanation
|-
|-
| <code>CONSTRUCTING</code>
| <code>NOTHING</code>
| Construction is being constructed.
| 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>CONSTRUCTION_APPROVED</code>
| <code>WAITING_FOR_DATE</code>
| Construction is approved.
| Waiting to receive a date on which to start Building.
|-
|-
| <code>CONSTRUCTION_DENIED</code>
| <code>REQUEST_PLOT_OWNER_APPROVAL</code>
| Construction is denied.
| [[Building]] or [[Measure]] is planned on other [[Stakeholder]]'s [[plot]] and requires approval
|-
|-
| <code>DEMOLISH_APPROVED</code>
| <code>REQUEST_ZONING_APPROVAL</code>
| Demolition is approved.
| Request is send to ask zoning approval.
|-
|-
| <code>DEMOLISH_DENIED</code>
| <code>REQUEST_CONSTRUCTION_APPROVAL</code>
| Demolition is denied.
| Request is send to ask Building approval.
|-
|-
| <code>DEMOLITION_FINISHED</code>
| <code>CONSTRUCTION_APPROVED</code>
| Demolition is finished.
| Building is approved.
|-
|-
| <code>DEMOLISHING</code>
| <code>CONSTRUCTION_DENIED</code>
| Construction is being demolished.
| Building is denied.
|-
|-
| <code>NOTHING</code>
| <code>PENDING_CONSTRUCTION</code>
| Construction does not exist.
| This Building is awaiting demolition, because an upgrade is planned which will create a new Building.
|-
|-
| <code>PENDING_CONSTRUCTION</code>
| <code>CONSTRUCTING</code>
| This construction is awaiting demolition, because an upgrade is planned which will create a new construction.
| Building is being constructed
|-
|-
| <code>PENDING_DEMOLISHING</code>
| <code>READY</code>
| Construction is waiting for the date to be demolished.
| Building is done constructing.
|-
|-
| <code>PENDING_UPGRADE</code>
| <code>PENDING_UPGRADE</code>
| Construction is waiting for the date to be upgraded.
| Building is waiting for the date to be upgraded.
|-
|-
| <code>READY</code>
| <code>WAITING_FOR_DEMOLISH_DATE</code>
| Construction is done constructing.
| Waiting to receive a date on which to start demolition.
|-
|-
| <code>REQUEST_CONSTRUCTION_APPROVAL</code>
| <code>REQUEST_DEMOLISH_ZONING_APPROVAL</code>
| Request is send to ask construction approval.
| [[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>REQUEST_ZONING_APPROVAL</code>
| <code>DEMOLISH_APPROVED</code>
| Request is send to ask zoning approval.
| Demolition is approved.
|-
| <code>DEMOLISH_DENIED</code>
| Demolition is denied.
|-
| <code>PENDING_DEMOLISHING</code>
| Building is waiting for the date to be demolished.
|-
|-
| <code>WAITING_FOR_DATE</code>
| <code>DEMOLISHING</code>
| Waiting to receive a date on which to start construction.
| Building is being demolished.
|-
|-
| <code>WAITING_FOR_DEMOLISH_DATE</code>
| <code>DEMOLITION_FINISHED</code>
| Waiting to receive a date on which to start demolition.
| 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.

See also