Description
Final or current resolution of a PermitCase (approved/denied/issued/etc) — separated from PermitCase so chains (rebookings, withdrawn-then-resubmitted) are first-class.
Instances
2,937
Properties
7
count as of ~75 min ago
Declared Properties
| Property | Type | Constraints | Description |
|---|---|---|---|
Decision decision | enumApproved | Approved with Conditions | Issued +6 | requiredindexed | Outcome category. e.g. Issued |
Decided At decided_at | datetime | indexed | Date of outcome. e.g. 2024-09-12 |
Days to Decide days_to_decision | integer | indexed | Days from submission to outcome. e.g. 92 |
First Pass first_pass | boolean | indexed | True if issued without revisions. e.g. true |
Revisions revision_count | integer | indexed | Number of revision cycles. e.g. 2 |
Permit Case permit_case_id | string | requiredindexed | Linked PermitCase UUID. |
Source source | enumpermit_case_terminal | board_decision | manual_curation | required | Where the outcome was derived from. e.g. board_decision |
Outgoing Edges (9)
ASSOCIATED_WITH_ACTORA PermitCase/Decision is associated with an Actor (architect/contractor).
CO_OCCURS_WITHStatistical co-occurrence of two entities (most often two Corrections).
GOVERNED_BYAn entity is governed by a code section.
IMPACTED_BY_POLICYAn entity is governed by a Policy (zoning rule, historic overlay, etc).
LOCATED_INEntity is spatially located in another entity (AHJ, ZoningDistrict, Neighborhood, or Property).
PRECEDEDA entity preceded B in a timeline.
PROJECTED_FROMEntity was projected from a fixture or raw doc.
SIMILAR_TOStatistical similarity (project↔project, AHJ↔AHJ).
VIOLATESAn entity violates a code section.
Incoming Edges (7)
← APPROVED_AFTERA Decision came after a prior Decision/event in a chain.
← CO_OCCURS_WITHStatistical co-occurrence of two entities (most often two Corrections).
← CONDITIONED_ONAn approval Decision was conditioned on something.
← HAS_OUTCOMEA PermitCase has a current/terminal Outcome.
← PRECEDEDA entity preceded B in a timeline.
← REQUIRESA code section requires an entity / configuration.
← SIMILAR_TOStatistical similarity (project↔project, AHJ↔AHJ).