diff --git a/hubzilla/addon/vs01/vital-signs/VS-02-unit-size-voting-structure.json b/hubzilla/addon/vs01/vital-signs/VS-02-unit-size-voting-structure.json index 6224f28..3b806eb 100644 --- a/hubzilla/addon/vs01/vital-signs/VS-02-unit-size-voting-structure.json +++ b/hubzilla/addon/vs01/vital-signs/VS-02-unit-size-voting-structure.json @@ -49,10 +49,28 @@ { "id": "ho_board_votes_own_decisions", "label": "Does the Board vote to ratify its own decisions — for example, approving a Special Assessment that the Board itself proposed?", - "type": "boolean", + "type": "select", "required": true, + "options": [ + { + "value": "yes", + "label": "Yes — the Board votes to ratify its own decisions" + }, + { + "value": "no", + "label": "No — homeowner approval is required separately" + }, + { + "value": "unknown", + "label": "I do not know" + }, + { + "value": "research", + "label": "I will look into this" + } + ], "diagnostic_flag": true, - "flag_condition": true, + "flag_condition": "yes", "flag_label": "Board self-voting on board-initiated decisions — structural conflict", "flag_note": "A Board that votes to ratify decisions it has already made controls both the proposal and the outcome. On matters requiring homeowner approval — Special Assessments, major contracts, rule changes — this is a structural conflict of interest regardless of whether it violates the Bylaws." }, @@ -113,10 +131,28 @@ { "id": "ho_quorum_manipulated", "label": "Have you observed the quorum threshold being applied inconsistently — for example, reached on some votes but waived or ignored on others?", - "type": "boolean", + "type": "select", "required": true, + "options": [ + { + "value": "yes", + "label": "Yes — I have observed this" + }, + { + "value": "no", + "label": "No — the threshold has been applied consistently" + }, + { + "value": "unknown", + "label": "I do not know" + }, + { + "value": "research", + "label": "I will look into this" + } + ], "diagnostic_flag": true, - "flag_condition": true, + "flag_condition": "yes", "flag_label": "Inconsistent quorum application — documented governance pattern" }, { @@ -126,7 +162,7 @@ "required": false, "depends_on": { "field": "ho_quorum_manipulated", - "value": true + "value": "yes" }, "placeholder": "Example: Quorum was declared at the 2022 annual meeting with 8 of 35 owners present. The same board had previously canceled the 2021 meeting citing insufficient attendance." },