Initial push
This commit is contained in:
37
hubzilla/addon/assoc_profile/assoc_registry.json.template
Normal file
37
hubzilla/addon/assoc_profile/assoc_registry.json.template
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"_note": "Copy to assoc_registry.json on the host. Do not commit assoc_registry.json — it contains operator-managed association data. Owned by www-data. One entry per association, keyed by slug.",
|
||||
"_version": "1.0",
|
||||
"_slug_format": "Lowercase, hyphens only. Must match the key in config.json associations and argv(1) in addon routes.",
|
||||
"_select_values": {
|
||||
"assoc_type": ["Condominium", "Master", "CIC", "Unincorporated", "UNK", "Disputed"],
|
||||
"assoc_mgmt_certified": ["Yes", "No", "UNK"],
|
||||
"assoc_sos_standing": ["Active", "Dissolved", "UNK"],
|
||||
"assoc_declaration_recorded": ["Yes", "No", "UNK"]
|
||||
},
|
||||
"REPLACE-SLUG": {
|
||||
"_note": "Replace REPLACE-SLUG with the association slug, e.g. arbors-bgca",
|
||||
"assoc_legal_name": "REPLACE — full legal name as recorded with Illinois Secretary of State",
|
||||
"assoc_type": "UNK",
|
||||
"assoc_statute": "",
|
||||
"assoc_street": "REPLACE — street address of the property",
|
||||
"assoc_city": "REPLACE — city",
|
||||
"assoc_county": "REPLACE — county, e.g. Cook County",
|
||||
"assoc_state": "IL",
|
||||
"assoc_zip": "REPLACE — ZIP code",
|
||||
"assoc_placekey": "REPLACE — Placekey, e.g. 247-222@5sb-8bs-y35",
|
||||
"assoc_website": "",
|
||||
"assoc_buildings": "UNK",
|
||||
"assoc_units": "UNK",
|
||||
"assoc_year_built": "",
|
||||
"assoc_stories": "",
|
||||
"assoc_mgmt_company": "",
|
||||
"assoc_mgmt_contact": "",
|
||||
"assoc_mgmt_certified": "UNK",
|
||||
"assoc_sos_id": "",
|
||||
"assoc_sos_standing": "UNK",
|
||||
"assoc_declaration_recorded": "UNK",
|
||||
"assoc_declaration_instrument": "",
|
||||
"assoc_registered": "REPLACE — ISO date, e.g. 2026-06-15",
|
||||
"assoc_updated": "REPLACE — ISO date, e.g. 2026-06-15"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user