From 38d502ff81583a0ce6ac6f079b4611e5ffdc6fcd Mon Sep 17 00:00:00 2001 From: Hezekiah Jenkins Date: Fri, 24 Jul 2026 14:34:38 -0500 Subject: [PATCH] chore: sync local sample dataset with the live Gist data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit organization-network-map.json (the repo's offline sample/fixture) had drifted from the live Gist: it was missing organizations added since via the admin publishing tool (Alternative Peru, Girls Squish Bugs, United Indians of All Tribes Foundation) and still had the removed "BC Hearing Voices Network" entry, plus stale descriptions/contact info for existing orgs. Updates it to match current production data. Note: connections are reset to empty arrays across the board in this sync — this sample file is a fixture for local testing/admin-editor loading, not the live data source (the map reads from the Gist via DATA_URL), so this doesn't affect the deployed map. --- organization-network-map.json | 92 +++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 36 deletions(-) diff --git a/organization-network-map.json b/organization-network-map.json index 9a9e1fc..2ed425e 100644 --- a/organization-network-map.json +++ b/organization-network-map.json @@ -1,24 +1,19 @@ [ { "id": 1, - "name": "The Praxium Foundation", + "name": "Praxium Learning Foundation", "location": "Vancouver, British Columbia, Canada", "coordinates": [ 49.2827, -123.1207 ], "category": "Not-For-Profit", - "description": "Praxium Learning Foundation - a not-for-profit organization that delivers programs, resources, and opportunities to promote education, spirituality, and growth within individuals and communities.", + "description": "The Praxium is an international learning community founded in Vancouver, Canada. \nAs a not-for-profit academy, we offer nature-based healing, guided dialogue, and volunteer-led projects.\nWe help people grow, connect, and take action across borders, cultures, and generations.", "contact": { - "website": "https://www.praxiumfoundation.com/" + "website": "https://www.praxiumfoundation.com/", + "email": "info@praxiumfoundation.com" }, - "connections": [ - 2, - 3, - 4, - 5, - 6 - ] + "connections": [] }, { "id": 2, @@ -29,15 +24,11 @@ -77.16030315974014 ], "category": "Non-Profit", - "description": "We are an educational, patriotic, fraternal organization dedicated to maintaining and extending the institutions of American freedom. Our members include veterans of WWII, Korea, Vietnam, and the Gulf Wars. Although the majority of our members are Americans of Japanese Ancestry, our members are not exclusively Japanese Americans. Our “Friends of JAVA” include spouses, friends, relatives, and other supporters of JAVA’s goals and objectives", + "description": "We are an educational, patriotic, fraternal organization dedicated to maintaining and extending the institutions of American freedom. Our members include veterans of WWII, Korea, Vietnam, and the Gulf Wars. Although the majority of our members are Americans of Japanese Ancestry, our members are not exclusively Japanese Americans. Our “Friends of JAVA” include spouses, friends, relatives, and other supporters of JAVA’s goals and objectives.", "contact": { "website": "https://java-us.org/" }, - "connections": [ - 1, - 3, - 7 - ] + "connections": [] }, { "id": 3, @@ -52,10 +43,7 @@ "contact": { "website": "https://spotlightonmentalhealth.com/" }, - "connections": [ - 1, - 4 - ] + "connections": [] }, { "id": 4, @@ -68,28 +56,60 @@ "category": "Health", "description": "Helping individuals build strength, improve health and have fun along the way.", "contact": { - "website": "https://www.coralmountainwellness.ca/" + "website": "https://www.coralmountainwellness.ca/", + "email": "coralmountainwellness@gmail.com" }, - "connections": [ - 1, - 3 - ] + "connections": [] }, { - "id": 5, - "name": "BC Hearing Voices Network", - "location": "Suite 207, 1040 Shoppers Row, Campbell River, BC V9W 2C6", + "id": 6, + "name": "Alternative Peru", + "location": "Lima, Peru", "coordinates": [ - 50.02610991985891, - -125.2444081451497 + -12.045981, + -77.030591 ], - "category": "Health", - "description": "The BC Hearing Voices Network is peer-led network connecting Hearing Voices support groups – and the people and organizations that host them – in BC.", + "category": "Arts & Culture", + "description": "Peru and Lima Alternative Tours", + "contact": { + "website": "https://www.alternativeperu.org/", + "email": "Info@AlternativePeru.org", + "phone": "(51)-956-298-721" + }, + "connections": [] + }, + { + "id": 7, + "name": "Girls Squish Bugs", + "location": "Georgetown, TX", + "coordinates": [ + 30.637015, + -97.677563 + ], + "category": "Business", + "description": "Four sister entrepreneurs providing a variety of lawncare and pest control services. They are a military family proudly supporting their local community in Georgetown/Williamson County, Texas.", + "contact": { + "website": "https://www.girlssquishbugs.com/", + "email": "girlssquishbugs@gmail.com", + "phone": "(512) 230-1395" + }, + "connections": [] + }, + { + "id": 8, + "name": "United Indians of All Tribes Foundation (UIATF)", + "location": "5011 Bernie Whitebear Way, Seattle, WA 98199", + "coordinates": [ + 47.667929, + -122.418026 + ], + "category": "Non-Profit", + "description": "The mission of UIATF is to provide educational, cultural and social services that reconnect Indigenous people in the Puget Sound region to their heritage by strengthening their sense of belonging and significance as Native people.", "contact": { - "website": "https://bchvn.ca/" + "website": "https://unitedindians.org/", + "email": "info@unitedindians.org", + "phone": "206-285-4425" }, - "connections": [ - 3 - ] + "connections": [] } ] \ No newline at end of file