Timestate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 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. | <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. | ||
</noinclude><onlyinclude>The currently available states are: | |||
< | |||
The currently available states are: | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 19: | Line 17: | ||
|- | |- | ||
| <code>REQUEST_ZONING_APPROVAL</code> | | <code>REQUEST_ZONING_APPROVAL</code> | ||
| Request is | | Request is sent to ask zoning approval. | ||
|- | |- | ||
| <code>REQUEST_CONSTRUCTION_APPROVAL</code> | | <code>REQUEST_CONSTRUCTION_APPROVAL</code> | ||
| Request is | | Request is sent to ask Building approval. | ||
|- | |- | ||
| <code>CONSTRUCTION_APPROVED</code> | | <code>CONSTRUCTION_APPROVED</code> | ||
| Line 31: | Line 29: | ||
|- | |- | ||
| <code>PENDING_CONSTRUCTION</code> | | <code>PENDING_CONSTRUCTION</code> | ||
| | | Building is planned for construction or awaiting demolition to accommodate a planned upgrade. | ||
|- | |- | ||
| <code>CONSTRUCTING</code> | | <code>CONSTRUCTING</code> | ||
| Line 37: | Line 35: | ||
|- | |- | ||
| <code>READY</code> | | <code>READY</code> | ||
| Building is | | Building construction is complete. | ||
|- | |- | ||
| <code>PENDING_UPGRADE</code> | | <code>PENDING_UPGRADE</code> | ||
| Line 49: | Line 47: | ||
|- | |- | ||
| <code>REQUEST_DEMOLISH_APPROVAL</code> | | <code>REQUEST_DEMOLISH_APPROVAL</code> | ||
| Request is | | Request is sent to ask demolition approval. | ||
|- | |- | ||
| <code>DEMOLISH_APPROVED</code> | | <code>DEMOLISH_APPROVED</code> | ||
| Line 65: | Line 63: | ||
| <code>DEMOLITION_FINISHED</code> | | <code>DEMOLITION_FINISHED</code> | ||
| Demolition is finished. | | Demolition is finished. | ||
|}</ | |}</onlyinclude><noinclude> | ||
{{article end | {{article end | ||
| Line 73: | Line 71: | ||
*[[Net state]] | *[[Net state]] | ||
* [[State (TQL Param)]] | * [[State (TQL Param)]] | ||
}} | }}</noinclude> | ||
Latest revision as of 08:06, 8 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.