Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"> | |
| <channel> | |
| <title>Open Navigator Blog</title> | |
| <link>https://www.communityone.com/blog</link> | |
| <description>Open Navigator Blog</description> | |
| <lastBuildDate>Mon, 20 Apr 2026 00:00:00 GMT</lastBuildDate> | |
| <docs>https://validator.w3.org/feed/docs/rss2.html</docs> | |
| <generator>https://github.com/jpmonette/feed</generator> | |
| <language>en</language> | |
| <item> | |
| <title><![CDATA[Week 3: Your Gateway to 90,000+ Jurisdictions Just Got Easier - New Homepage Launch]]></title> | |
| <link>https://www.communityone.com/blog/week-3-easier-access-civic-data</link> | |
| <guid>https://www.communityone.com/blog/week-3-easier-access-civic-data</guid> | |
| <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate> | |
| <description><![CDATA[This week we tackled critical UX issues affecting the documentation site - fixing routing conflicts, restoring the homepage with logo, and updating all navigation links to work correctly.]]></description> | |
| <content:encoded><![CDATA[<p>This week we tackled critical UX issues affecting the documentation site - fixing routing conflicts, restoring the homepage with logo, and updating all navigation links to work correctly.</p> | |
| <!-- --> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-what-we-fixed">๐ง What We Fixed<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#-what-we-fixed" class="hash-link" aria-label="Direct link to ๐ง What We Fixed" title="Direct link to ๐ง What We Fixed" translate="no">โ</a></h2> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="1-homepage-page-not-found-error">1. Homepage "Page Not Found" Error<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#1-homepage-page-not-found-error" class="hash-link" aria-label="Direct link to 1. Homepage "Page Not Found" Error" title="Direct link to 1. Homepage "Page Not Found" Error" translate="no">โ</a></h3> | |
| <p><strong>Problem:</strong></p> | |
| <ul> | |
| <li class=""><code>http://localhost:3000/</code> showed "page not found"</li> | |
| <li class="">Custom homepage at <code>src/pages/index.tsx</code> couldn't render</li> | |
| <li class="">CommunityOne logo missing</li> | |
| <li class="">Routing conflict with Docusaurus configuration</li> | |
| </ul> | |
| <p><strong>Solution:</strong></p> | |
| <ul> | |
| <li class="">Changed <code>routeBasePath</code> from <code>/</code> to <code>/docs/</code></li> | |
| <li class="">Docs now served at <code>/docs/</code> path</li> | |
| <li class="">Custom homepage renders at root <code>/</code></li> | |
| <li class="">Logo displays correctly</li> | |
| </ul> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="2-updated-all-navigation-links">2. Updated All Navigation Links<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#2-updated-all-navigation-links" class="hash-link" aria-label="Direct link to 2. Updated All Navigation Links" title="Direct link to 2. Updated All Navigation Links" translate="no">โ</a></h3> | |
| <p>Fixed <strong>7 files</strong> with 155 insertions:</p> | |
| <p><strong>Configuration Updates:</strong></p> | |
| <ul> | |
| <li class=""><code>docusaurus.config.ts</code> - Navbar, footer, logo links</li> | |
| <li class=""><code>src/pages/index.tsx</code> - Homepage pathway cards, CTA buttons</li> | |
| </ul> | |
| <p><strong>Documentation Updates:</strong></p> | |
| <ul> | |
| <li class=""><code>intro.md</code> - Updated all internal links to <code>/docs/</code> prefix</li> | |
| <li class=""><code>for-advocates.md</code> - Fixed policy maker navigation</li> | |
| <li class=""><code>for-developers.md</code> - Corrected developer guide links</li> | |
| <li class=""><code>dashboard.md</code> - Updated dashboard references</li> | |
| <li class=""><code>citations.md</code> - Added Open Data Impact section</li> | |
| </ul> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="3-new-url-structure">3. New URL Structure<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#3-new-url-structure" class="hash-link" aria-label="Direct link to 3. New URL Structure" title="Direct link to 3. New URL Structure" translate="no">โ</a></h3> | |
| <p>With <code>routeBasePath: '/docs/'</code>:</p> | |
| <table><thead><tr><th>What You Want</th><th>Correct URL</th></tr></thead><tbody><tr><td>Homepage</td><td><code>http://localhost:3000/</code></td></tr><tr><td>Introduction</td><td><code>http://localhost:3000/docs/intro</code></td></tr><tr><td>Citations</td><td><code>http://localhost:3000/docs/data-sources/citations</code></td></tr><tr><td>Policy Makers Guide</td><td><code>http://localhost:3000/docs/for-advocates</code></td></tr><tr><td>Developer Guide</td><td><code>http://localhost:3000/docs/for-developers</code></td></tr><tr><td>Dashboard</td><td><code>http://localhost:3000/docs/dashboard</code></td></tr></tbody></table> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-homepage-features">โจ Homepage Features<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#-homepage-features" class="hash-link" aria-label="Direct link to โจ Homepage Features" title="Direct link to โจ Homepage Features" translate="no">โ</a></h2> | |
| <p>The new custom homepage includes:</p> | |
| <p><strong>Header:</strong></p> | |
| <ul> | |
| <li class="">CommunityOne logo (SVG)</li> | |
| <li class="">"Open Navigator" branding</li> | |
| <li class="">Tagline: "Find opportunities in local meetings and budgets"</li> | |
| </ul> | |
| <p><strong>Audience Pathways:</strong> | |
| Two cards guiding users based on role:</p> | |
| <ul> | |
| <li class="">๐ <strong>Policy Makers & Advocates</strong> โ <code>/docs/for-advocates</code></li> | |
| <li class="">๐ ๏ธ <strong>Developers & Technical Users</strong> โ <code>/docs/for-developers</code></li> | |
| </ul> | |
| <p><strong>Feature Highlights:</strong></p> | |
| <ul> | |
| <li class="">๐ Meeting Minutes & Financial Documents (90,000+ jurisdictions)</li> | |
| <li class="">๐ค Automated Analysis (AI-powered document processing)</li> | |
| <li class="">๐ฐ Words vs Money (Budget vs meeting minute correlation)</li> | |
| <li class="">๐ Free Public Data (Census, school district, nonprofit data)</li> | |
| <li class="">๐บ๏ธ Visual Map (Geographic opportunity discovery)</li> | |
| <li class="">๐ง Draft Materials (Automated email and campaign content)</li> | |
| </ul> | |
| <p><strong>Call-to-Action:</strong></p> | |
| <ul> | |
| <li class="">Launch main application (React app on port 5173)</li> | |
| <li class="">Access documentation sections</li> | |
| <li class="">Explore data sources</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-build-status">๐ Build Status<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#-build-status" class="hash-link" aria-label="Direct link to ๐ Build Status" title="Direct link to ๐ Build Status" translate="no">โ</a></h2> | |
| <p>Documentation now builds successfully:</p> | |
| <ul> | |
| <li class="">โ All routes working</li> | |
| <li class="">โ No TypeScript errors</li> | |
| <li class="">โ Logo displays correctly</li> | |
| <li class="">โ Navigation links functional</li> | |
| <li class="">โ Warnings for broken links identified (to be fixed next week)</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-whats-next">๐ What's Next<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#-whats-next" class="hash-link" aria-label="Direct link to ๐ What's Next" title="Direct link to ๐ What's Next" translate="no">โ</a></h2> | |
| <p><strong>Week of April 27:</strong></p> | |
| <ul> | |
| <li class="">Add civic tech section to homepage</li> | |
| <li class="">Fix broken anchor links</li> | |
| <li class="">Update legacy markdown references</li> | |
| <li class="">Test deployment to HuggingFace Spaces</li> | |
| </ul> | |
| <p><strong>Week of May 4:</strong></p> | |
| <ul> | |
| <li class="">Launch production deployment</li> | |
| <li class="">Set up custom domain (<a href="http://www.communityone.com/" target="_blank" rel="noopener noreferrer" class="">www.communityone.com</a>)</li> | |
| <li class="">Configure OAuth providers</li> | |
| <li class="">Enable user authentication</li> | |
| </ul> | |
| <p><strong>Week of May 11:</strong></p> | |
| <ul> | |
| <li class="">Start data extraction pipelines</li> | |
| <li class="">Ingest first batch of civic tech projects from GitHub</li> | |
| <li class="">Test hackathon event calendar</li> | |
| <li class="">Deploy brigade chapter directory</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-roadmap-weekly-blog-posts-for-2026">๐ฏ Roadmap: Weekly Blog Posts for 2026<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#-roadmap-weekly-blog-posts-for-2026" class="hash-link" aria-label="Direct link to ๐ฏ Roadmap: Weekly Blog Posts for 2026" title="Direct link to ๐ฏ Roadmap: Weekly Blog Posts for 2026" translate="no">โ</a></h2> | |
| <p>Here's what to expect in upcoming weekly updates:</p> | |
| <p><strong>May 2026: Production Deployment</strong></p> | |
| <ul> | |
| <li class="">Week 1: HuggingFace Spaces deployment</li> | |
| <li class="">Week 2: Custom domain & SSL setup</li> | |
| <li class="">Week 3: OAuth integration (GitHub, Google)</li> | |
| <li class="">Week 4: First production users</li> | |
| </ul> | |
| <p><strong>June 2026: Data Extraction</strong></p> | |
| <ul> | |
| <li class="">Week 1: GitHub API integration for civic tech projects</li> | |
| <li class="">Week 2: Hackathon event calendar (National Day of Civic Hacking)</li> | |
| <li class="">Week 3: Brigade chapter directory (Code for America)</li> | |
| <li class="">Week 4: First 1,000 civic tech projects indexed</li> | |
| </ul> | |
| <p><strong>July 2026: Analytics & Dashboards</strong></p> | |
| <ul> | |
| <li class="">Week 1: Community solution templates</li> | |
| <li class="">Week 2: Metric views for common use cases</li> | |
| <li class="">Week 3: Budget-to-minutes correlation analysis</li> | |
| <li class="">Week 4: First real-world case study</li> | |
| </ul> | |
| <p><strong>August 2026: Community Engagement</strong></p> | |
| <ul> | |
| <li class="">Week 1: Partner with first local brigade</li> | |
| <li class="">Week 2: Data Academy pilot program (Brookings model)</li> | |
| <li class="">Week 3: Hackathon participation (CodeAcross prep)</li> | |
| <li class="">Week 4: User feedback and iteration</li> | |
| </ul> | |
| <p><strong>September-December 2026: Scale & Impact</strong></p> | |
| <ul> | |
| <li class="">Monthly: New jurisdiction data (target: 100K+ cities/counties)</li> | |
| <li class="">Monthly: Nonprofit data expansion (target: 5M+ organizations)</li> | |
| <li class="">Monthly: Meeting minute ingestion (target: 1M+ documents)</li> | |
| <li class="">Quarterly: Major feature releases</li> | |
| </ul> | |
| <p><strong>2027 Goals:</strong></p> | |
| <ul> | |
| <li class="">Full coverage of U.S. jurisdictions</li> | |
| <li class="">International expansion (Canada, UK)</li> | |
| <li class="">Real-time meeting monitoring</li> | |
| <li class="">AI-powered policy impact predictions</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-try-it-out">๐ Try It Out<a href="https://www.communityone.com/blog/week-3-easier-access-civic-data#-try-it-out" class="hash-link" aria-label="Direct link to ๐ Try It Out" title="Direct link to ๐ Try It Out" translate="no">โ</a></h2> | |
| <p>Visit the new homepage at <code>http://localhost:3000/</code> to see the redesigned landing page with pathway cards, feature highlights, and clear calls-to-action.</p> | |
| <p>All documentation is now accessible with the <code>/docs/</code> prefix - no more "page not found" errors!</p> | |
| <hr> | |
| <p><strong>Next Post:</strong> Production Deployment & HuggingFace Spaces Setup (Week of April 27)</p>]]></content:encoded> | |
| <category>Documentation</category> | |
| <category>Deployment</category> | |
| </item> | |
| <item> | |
| <title><![CDATA[Week 2: Building Trust Through Transparency - Every Dataset Fully Attributed]]></title> | |
| <link>https://www.communityone.com/blog/week-2-building-trust-transparency</link> | |
| <guid>https://www.communityone.com/blog/week-2-building-trust-transparency</guid> | |
| <pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate> | |
| <description><![CDATA[This week we completed a major documentation overhaul - migrating all citations from scattered markdown files into a comprehensive, properly attributed documentation hub with BibTeX references and license information.]]></description> | |
| <content:encoded><![CDATA[<p>This week we completed a major documentation overhaul - migrating all citations from scattered markdown files into a comprehensive, properly attributed documentation hub with BibTeX references and license information.</p> | |
| <!-- --> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-what-we-accomplished">โ What We Accomplished<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#-what-we-accomplished" class="hash-link" aria-label="Direct link to โ What We Accomplished" title="Direct link to โ What We Accomplished" translate="no">โ</a></h2> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="1-comprehensive-citations-page">1. Comprehensive Citations Page<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#1-comprehensive-citations-page" class="hash-link" aria-label="Direct link to 1. Comprehensive Citations Page" title="Direct link to 1. Comprehensive Citations Page" translate="no">โ</a></h3> | |
| <p>Migrated to <a class="" href="https://www.communityone.com/docs/data-sources/citations">Citations & Data Sources</a> with:</p> | |
| <ul> | |
| <li class=""><strong>46 data sources</strong> fully documented</li> | |
| <li class=""><strong>BibTeX citations</strong> for all academic research</li> | |
| <li class=""><strong>License information</strong> clearly stated</li> | |
| <li class=""><strong>Quick Navigation</strong> grid for easy browsing</li> | |
| <li class=""><strong>1,837 lines</strong> of detailed attribution</li> | |
| </ul> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="2-added-major-research-sources">2. Added Major Research Sources<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#2-added-major-research-sources" class="hash-link" aria-label="Direct link to 2. Added Major Research Sources" title="Direct link to 2. Added Major Research Sources" translate="no">โ</a></h3> | |
| <p><strong>Open Data Impact (NYU GovLab):</strong></p> | |
| <ul> | |
| <li class="">19 global case studies analyzing what works in open data</li> | |
| <li class="">Economic impact: $3T/year (McKinsey estimate)</li> | |
| <li class="">Evidence-based validation of our platform approach</li> | |
| <li class="">Four impact dimensions: Government, Citizens, Opportunity, Problems</li> | |
| </ul> | |
| <p><strong>Community Solutions Research:</strong></p> | |
| <ul> | |
| <li class="">Spectrum of Community Engagement to Ownership (Facilitating Power)</li> | |
| <li class="">Harvard Data-Smart City Solutions use case catalog</li> | |
| <li class="">Brookings Institution Data Academy model</li> | |
| <li class="">Real-world examples: Providence RI, Portland OR, Tempe AZ, Norfolk VA</li> | |
| </ul> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="3-civic-tech--open-source-section">3. Civic Tech & Open Source Section<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#3-civic-tech--open-source-section" class="hash-link" aria-label="Direct link to 3. Civic Tech & Open Source Section" title="Direct link to 3. Civic Tech & Open Source Section" translate="no">โ</a></h3> | |
| <p>Created comprehensive civic tech citations:</p> | |
| <ul> | |
| <li class=""><strong>GitHub API</strong> - Repositories, hackathons, contributors (5,000 req/hour)</li> | |
| <li class=""><strong>Civic Tech Field Guide</strong> - 1,000+ projects catalogued</li> | |
| <li class=""><strong>Code for America</strong> - 80+ brigade chapters, hackathon events</li> | |
| <li class=""><strong>U.S. Digital Response</strong> - Emergency civic tech projects</li> | |
| <li class=""><strong>Digital Public Goods Alliance</strong> - 500+ DPG-certified projects</li> | |
| </ul> | |
| <p><strong>Hackathon Coverage:</strong></p> | |
| <ul> | |
| <li class="">National Day of Civic Hacking (Annual, June)</li> | |
| <li class="">CodeAcross (Annual, February)</li> | |
| <li class="">Monthly Hack Nights</li> | |
| </ul> | |
| <p><strong>Notable Projects Cited:</strong></p> | |
| <ul> | |
| <li class="">OpenBudget Oakland (Budget transparency)</li> | |
| <li class="">Food Oasis (Food access mapping, 300+ locations)</li> | |
| <li class="">Health Equity Tracker (CDC health disparities)</li> | |
| <li class="">BallotNav (Ballot drop-off locations)</li> | |
| <li class="">Documenters Network (Public meeting coverage)</li> | |
| </ul> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="4-made-citations-prominent">4. Made Citations Prominent<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#4-made-citations-prominent" class="hash-link" aria-label="Direct link to 4. Made Citations Prominent" title="Direct link to 4. Made Citations Prominent" translate="no">โ</a></h3> | |
| <p>Added citations to:</p> | |
| <ul> | |
| <li class="">โ Navbar (top navigation)</li> | |
| <li class="">โ Footer (all pages)</li> | |
| <li class="">โ All sidebar navigations</li> | |
| <li class="">โ Homepage introduction</li> | |
| <li class="">โ For Advocates page</li> | |
| <li class="">โ For Developers page</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-citation-categories">๐ Citation Categories<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#-citation-categories" class="hash-link" aria-label="Direct link to ๐ Citation Categories" title="Direct link to ๐ Citation Categories" translate="no">โ</a></h2> | |
| <p>Our documentation now covers:</p> | |
| <ol> | |
| <li class=""><strong>๐ Academic Research</strong> - MeetingBank, LocalView, Council Data Project, City Scrapers</li> | |
| <li class=""><strong>๐๏ธ Government Data</strong> - U.S. Census, NCES, IRS TEOS</li> | |
| <li class=""><strong>๐ Civic Tech Standards</strong> - OCD-ID, Popolo, Schema.org, CEDS, OMOP CDM</li> | |
| <li class=""><strong>๐ณ๏ธ Election & Advocacy</strong> - Ballotpedia, MIT Election Lab, OpenElections</li> | |
| <li class=""><strong>๐ข Nonprofit & Philanthropy</strong> - ProPublica, IRS, Every.org, Findhelp, 211, Microsoft CDM</li> | |
| <li class=""><strong>๐ International Aid</strong> - IATI Standard v2.03</li> | |
| <li class=""><strong>โ Fact-Checking</strong> - Google API, FactCheck.org, PolitiFact</li> | |
| <li class=""><strong>๐ผ Enterprise Tech</strong> - Microsoft, Google, AWS, Databricks, Snowflake, Oracle, Salesforce, Cisco, IBM, Meta</li> | |
| <li class=""><strong>๐ป Civic Tech & Open Source</strong> - GitHub, Code for America, USDR, Civic Tech Field Guide, DPGA</li> | |
| <li class=""><strong>๐ Community Solutions</strong> - Spectrum of Engagement, Harvard, Brookings, Open Data Impact</li> | |
| </ol> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-why-this-matters">๐ Why This Matters<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#-why-this-matters" class="hash-link" aria-label="Direct link to ๐ Why This Matters" title="Direct link to ๐ Why This Matters" translate="no">โ</a></h2> | |
| <p><strong>For Researchers:</strong></p> | |
| <ul> | |
| <li class="">Cite our data sources in your publications</li> | |
| <li class="">Understand licensing and usage terms</li> | |
| <li class="">Find original dataset documentation</li> | |
| </ul> | |
| <p><strong>For Developers:</strong></p> | |
| <ul> | |
| <li class="">Access API documentation and technical specs</li> | |
| <li class="">Understand data provenance</li> | |
| <li class="">Comply with attribution requirements</li> | |
| </ul> | |
| <p><strong>For Advocates:</strong></p> | |
| <ul> | |
| <li class="">Know where the data comes from</li> | |
| <li class="">Trust the sources backing our analysis</li> | |
| <li class="">Reference credible research in your campaigns</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-whats-next">๐ What's Next<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#-whats-next" class="hash-link" aria-label="Direct link to ๐ What's Next" title="Direct link to ๐ What's Next" translate="no">โ</a></h2> | |
| <p><strong>Week of April 20:</strong></p> | |
| <ul> | |
| <li class="">Fix homepage routing configuration</li> | |
| <li class="">Update internal documentation links</li> | |
| <li class="">Improve navigation structure</li> | |
| <li class="">Add civic tech projects to homepage</li> | |
| </ul> | |
| <p><strong>Week of April 27:</strong></p> | |
| <ul> | |
| <li class="">Deploy updated documentation to production</li> | |
| <li class="">Test all citation links</li> | |
| <li class="">Verify BibTeX exports</li> | |
| <li class="">Add RSS feed for citation updates</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-try-it">๐ Try It<a href="https://www.communityone.com/blog/week-2-building-trust-transparency#-try-it" class="hash-link" aria-label="Direct link to ๐ Try It" title="Direct link to ๐ Try It" translate="no">โ</a></h2> | |
| <p>Visit <a class="" href="https://www.communityone.com/docs/data-sources/citations">Citations & Data Sources</a> to explore the complete attribution system. Every dataset, standard, and research source is properly cited with complete licensing information.</p> | |
| <hr> | |
| <p><strong>Next Post:</strong> Homepage Redesign and Navigation Improvements (Week of April 20)</p>]]></content:encoded> | |
| <category>Citations & Data Sources</category> | |
| <category>Documentation</category> | |
| <category>Data Model</category> | |
| </item> | |
| <item> | |
| <title><![CDATA[Week 1: Now Tracking 1,000+ Civic Tech Projects, Hackathons, and Community Solutions]]></title> | |
| <link>https://www.communityone.com/blog/week-1-civic-tech-tracking</link> | |
| <guid>https://www.communityone.com/blog/week-1-civic-tech-tracking</guid> | |
| <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate> | |
| <description><![CDATA[This week marks a significant milestone for Open Navigator as we've dramatically expanded our data model to cover civic technology projects, hackathons, and community-driven governance frameworks.]]></description> | |
| <content:encoded><![CDATA[<p>This week marks a significant milestone for Open Navigator as we've dramatically expanded our data model to cover civic technology projects, hackathons, and community-driven governance frameworks.</p> | |
| <!-- --> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-what-we-accomplished">๐ฏ What We Accomplished<a href="https://www.communityone.com/blog/week-1-civic-tech-tracking#-what-we-accomplished" class="hash-link" aria-label="Direct link to ๐ฏ What We Accomplished" title="Direct link to ๐ฏ What We Accomplished" translate="no">โ</a></h2> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="1-added-8-new-civic-tech-entities">1. Added 8 New Civic Tech Entities<a href="https://www.communityone.com/blog/week-1-civic-tech-tracking#1-added-8-new-civic-tech-entities" class="hash-link" aria-label="Direct link to 1. Added 8 New Civic Tech Entities" title="Direct link to 1. Added 8 New Civic Tech Entities" translate="no">โ</a></h3> | |
| <p>We've integrated civic technology and open source projects as first-class data entities:</p> | |
| <ul> | |
| <li class=""><strong>CIVIC_TECH_PROJECT</strong> - GitHub repositories, civic tech projects</li> | |
| <li class=""><strong>PROJECT_CONTRIBUTOR</strong> - Maintainers and core contributors</li> | |
| <li class=""><strong>PROJECT_ISSUE</strong> - "Good first issue" labels for new contributors</li> | |
| <li class=""><strong>PROJECT_FUNDING</strong> - GitHub Sponsors, OpenCollective, grants</li> | |
| <li class=""><strong>HACKATHON</strong> - National Day of Civic Hacking, CodeAcross events</li> | |
| <li class=""><strong>HACKATHON_PROJECT</strong> - Projects built at civic hackathons</li> | |
| <li class=""><strong>HACKATHON_PARTICIPANT</strong> - Contributors and attendees</li> | |
| <li class=""><strong>BRIGADE_CHAPTER</strong> - Code for America brigade locations (80+ chapters)</li> | |
| </ul> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="2-community-solutions-framework">2. Community Solutions Framework<a href="https://www.communityone.com/blog/week-1-civic-tech-tracking#2-community-solutions-framework" class="hash-link" aria-label="Direct link to 2. Community Solutions Framework" title="Direct link to 2. Community Solutions Framework" translate="no">โ</a></h3> | |
| <p>Added 3 entities to track real-world community engagement:</p> | |
| <ul> | |
| <li class=""><strong>COMMUNITY_SOLUTION</strong> - Implementation of engagement spectrum (Inform โ Defer to)</li> | |
| <li class=""><strong>SOLUTION_STAKEHOLDER</strong> - CBOs, government, funders, facilitators</li> | |
| <li class=""><strong>SOLUTION_METRIC</strong> - Track KPIs, outputs, outcomes, and impact</li> | |
| </ul> | |
| <p>This framework maps to research from:</p> | |
| <ul> | |
| <li class=""><strong>Spectrum of Community Engagement to Ownership</strong> (Facilitating Power)</li> | |
| <li class=""><strong>Harvard Data-Smart City Solutions</strong> (use case templates)</li> | |
| <li class=""><strong>Brookings Institution</strong> (Data Academy model)</li> | |
| </ul> | |
| <h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="3-church--congregation-data">3. Church & Congregation Data<a href="https://www.communityone.com/blog/week-1-civic-tech-tracking#3-church--congregation-data" class="hash-link" aria-label="Direct link to 3. Church & Congregation Data" title="Direct link to 3. Church & Congregation Data" translate="no">โ</a></h3> | |
| <p>Integrated faith-based organizations into our nonprofit tracking:</p> | |
| <ul> | |
| <li class=""><strong>CONGREGATION</strong> entity with 20 fields</li> | |
| <li class="">Data sources: ARDA, HIFLD, National Congregations Study</li> | |
| <li class="">Coverage: Churches, mosques, synagogues, temples</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-by-the-numbers">๐ By the Numbers<a href="https://www.communityone.com/blog/week-1-civic-tech-tracking#-by-the-numbers" class="hash-link" aria-label="Direct link to ๐ By the Numbers" title="Direct link to ๐ By the Numbers" translate="no">โ</a></h2> | |
| <ul> | |
| <li class=""><strong>40+ entities</strong> in our comprehensive ERD</li> | |
| <li class=""><strong>2,827 lines</strong> of data model documentation</li> | |
| <li class=""><strong>90K+ jurisdictions</strong> tracked</li> | |
| <li class=""><strong>3M+ nonprofits</strong> monitored</li> | |
| <li class=""><strong>500K+ meeting pages</strong> indexed</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-whats-next">๐ฎ What's Next<a href="https://www.communityone.com/blog/week-1-civic-tech-tracking#-whats-next" class="hash-link" aria-label="Direct link to ๐ฎ What's Next" title="Direct link to ๐ฎ What's Next" translate="no">โ</a></h2> | |
| <p><strong>Week of April 13:</strong></p> | |
| <ul> | |
| <li class="">Migrate all citations to Docusaurus documentation</li> | |
| <li class="">Add comprehensive BibTeX references</li> | |
| <li class="">Expand enterprise tech partnerships section</li> | |
| </ul> | |
| <p><strong>Week of April 20:</strong></p> | |
| <ul> | |
| <li class="">Fix homepage routing issues</li> | |
| <li class="">Update navigation structure</li> | |
| <li class="">Deploy civic tech section to documentation</li> | |
| </ul> | |
| <p><strong>Looking Ahead:</strong></p> | |
| <ul> | |
| <li class="">Extract GitHub data for civic tech projects</li> | |
| <li class="">Build hackathon event calendar</li> | |
| <li class="">Create community solution templates</li> | |
| </ul> | |
| <h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-try-it-out">๐ Try It Out<a href="https://www.communityone.com/blog/week-1-civic-tech-tracking#-try-it-out" class="hash-link" aria-label="Direct link to ๐ Try It Out" title="Direct link to ๐ Try It Out" translate="no">โ</a></h2> | |
| <p>Our data model is fully documented in the <a class="" href="https://www.communityone.com/docs/data-sources/data-model-erd">Data Model ERD</a> with interactive Mermaid diagrams showing all entity relationships.</p> | |
| <p>Want to contribute? Check out our <a href="https://github.com/getcommunityone/open-navigator-for-engagement" target="_blank" rel="noopener noreferrer" class="">GitHub repository</a> or join a local Code for America brigade to see the data model in action!</p> | |
| <hr> | |
| <p><strong>Next Post:</strong> Citations Migration and Documentation Improvements (Week of April 13)</p>]]></content:encoded> | |
| <category>Data Model</category> | |
| <category>Civic Tech</category> | |
| <category>Community</category> | |
| </item> | |
| </channel> | |
| </rss> |