Timestate: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(15 intermediate revisions by 2 users 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.
<noinclude>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>
 
The currently available states are:
</noinclude><onlyinclude>The currently available states are:
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 8: Line 8:
|-
|-
| <code>NOTHING</code>
| <code>NOTHING</code>
| Building does not exist.
| Default base state of the [[Building]]. Even though it can have a geometry, it is not considered to be placed in the [[project map]].
|-
|-
| <code>WAITING_FOR_DATE</code>
| <code>WAITING_FOR_DATE</code>
Line 17: Line 17:
|-
|-
| <code>REQUEST_ZONING_APPROVAL</code>
| <code>REQUEST_ZONING_APPROVAL</code>
| Request is send to ask zoning approval.
| Request is sent to ask zoning approval.
|-
|-
| <code>REQUEST_CONSTRUCTION_APPROVAL</code>
| <code>REQUEST_CONSTRUCTION_APPROVAL</code>
| Request is send to ask Building approval.
| Request is sent to ask Building approval.
|-
|-
| <code>CONSTRUCTION_APPROVED</code>
| <code>CONSTRUCTION_APPROVED</code>
| Building is approved.
| Building is approved.
|-
| <code>DEMOLISH_APPROVED</code>
| Demolition is approved.
|-
|-
| <code>CONSTRUCTION_DENIED</code>
| <code>CONSTRUCTION_DENIED</code>
Line 32: Line 29:
|-
|-
| <code>PENDING_CONSTRUCTION</code>
| <code>PENDING_CONSTRUCTION</code>
| This Building is awaiting demolition, because an upgrade is planned which will create a new Building.
| Building is planned for construction or awaiting demolition to accommodate a planned upgrade.
|-
|-
| <code>CONSTRUCTING</code>
| <code>CONSTRUCTING</code>
| Building is being constructed.
| Building is being constructed
|-
|-
| <code>READY</code>
| <code>READY</code>
| Building is done constructing.
| Building construction is complete.
|-
|-
| <code>PENDING_UPGRADE</code>
| <code>PENDING_UPGRADE</code>
Line 50: Line 47:
|-
|-
| <code>REQUEST_DEMOLISH_APPROVAL</code>
| <code>REQUEST_DEMOLISH_APPROVAL</code>
| Request is send to ask demolition approval.
| Request is sent to ask demolition approval.
|-
|-
| <code>DEMOLISH_APPROVED</code>
| <code>DEMOLISH_APPROVED</code>
| The [[owner]] accepts the destruction of the [[building]]. Building is waiting for destruction.
| Demolition is approved.
|-
|-
| <code>DEMOLISH_DENIED</code>
| <code>DEMOLISH_DENIED</code>
| Demolition is denied.
| Demolition is denied.
|-
| <code>DEMOLITION_FINISHED</code>
| Demolition is finished.
|-
|-
| <code>PENDING_DEMOLISHING</code>
| <code>PENDING_DEMOLISHING</code>
Line 66: Line 60:
| <code>DEMOLISHING</code>
| <code>DEMOLISHING</code>
| Building is being demolished.
| Building is being demolished.
|}
|-
| <code>DEMOLITION_FINISHED</code>
| Demolition is finished.
|}</onlyinclude><noinclude>
 
{{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]]
* [[State (TQL Param)]]
|api=*
*[[Api session event participant building plan construction]]
*[[Api session event participant building plan demolish]]
*[[Api session event participant building plan demolish polygon]]
*[[Api session event participant building plan upgrade]]
*[[Api session event participant building revert polygon]]
}}</noinclude>

Latest revision as of 12:12, 14 July 2026

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 map.
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 sent to ask zoning approval.
REQUEST_CONSTRUCTION_APPROVAL Request is sent to ask Building approval.
CONSTRUCTION_APPROVED Building is approved.
CONSTRUCTION_DENIED Building is denied.
PENDING_CONSTRUCTION Building is planned for construction or awaiting demolition to accommodate a planned upgrade.
CONSTRUCTING Building is being constructed
READY Building construction is complete.
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 sent 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

API Endpoints