-
released this
2026-06-07 05:13:10 -04:00 | 107 commits to main since this releaseFirst working state of the Kane Diagnostics civic infrastructure platform.
- assoc_profile v0.3.0 — association identity registry, tabbed manage interface, split into five files (entry point, data layer, POST handlers, view hooks, manage renderer)
- vs01 v0.3.0 — Vital Signs, ten VS schemas, three perspectives (homeowner / professional / operator), guest token access working
- dsc01 — skeleton, unchanged
- scn01 — skeleton, unchanged
- uscivicinfra — set as site default theme
Two associations registered: arbors-bgca (Cook County), kingsrow-wdca (Kane County).
Four privacy groups per association: public, sase_participant, corpus_builder, civic_professional.Key fix: vs01_access_state() uses direct pgrp_member query instead of
group_get_members_xchain(), which requires local_channel() and returns
null for guest token visitors. Guest tokens now correctly resolve to
participant access state.Downloads