<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://www.communityone.com/docs/blog</id>
    <title>Open Navigator Blog</title>
    <updated>2026-04-20T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://www.communityone.com/docs/blog"/>
    <subtitle>Open Navigator Blog</subtitle>
    <icon>https://www.communityone.com/docs/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Week 3: Your Gateway to 90,000+ Jurisdictions Just Got Easier - New Homepage Launch]]></title>
        <id>https://www.communityone.com/docs/blog/week-3-easier-access-civic-data</id>
        <link href="https://www.communityone.com/docs/blog/week-3-easier-access-civic-data"/>
        <updated>2026-04-20T00:00:00.000Z</updated>
        <summary type="html"><![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.]]></summary>
        <content type="html"><![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/docs/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/docs/blog/week-3-easier-access-civic-data#1-homepage-page-not-found-error" class="hash-link" aria-label="Direct link to 1. Homepage &quot;Page Not Found&quot; Error" title="Direct link to 1. Homepage &quot;Page Not Found&quot; 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/docs/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/docs/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/docs/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 &amp; Advocates</strong> → <code>/docs/for-advocates</code></li>
<li class="">🛠️ <strong>Developers &amp; Technical Users</strong> → <code>/docs/for-developers</code></li>
</ul>
<p><strong>Feature Highlights:</strong></p>
<ul>
<li class="">📄 Meeting Minutes &amp; 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/docs/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/docs/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/docs/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 &amp; 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 &amp; 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 &amp; 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/docs/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 &amp; HuggingFace Spaces Setup (Week of April 27)</p>]]></content>
        <author>
            <name>CommunityOne Team</name>
            <uri>https://github.com/getcommunityone</uri>
        </author>
        <category label="Documentation" term="Documentation"/>
        <category label="Deployment" term="Deployment"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Week 2: Building Trust Through Transparency - Every Dataset Fully Attributed]]></title>
        <id>https://www.communityone.com/docs/blog/week-2-building-trust-transparency</id>
        <link href="https://www.communityone.com/docs/blog/week-2-building-trust-transparency"/>
        <updated>2026-04-13T00:00:00.000Z</updated>
        <summary type="html"><![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.]]></summary>
        <content type="html"><![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/docs/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/docs/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 &amp; 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/docs/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 &amp; Open Source Section<a href="https://www.communityone.com/docs/blog/week-2-building-trust-transparency#3-civic-tech--open-source-section" class="hash-link" aria-label="Direct link to 3. Civic Tech &amp; Open Source Section" title="Direct link to 3. Civic Tech &amp; 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/docs/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/docs/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 &amp; Advocacy</strong> - Ballotpedia, MIT Election Lab, OpenElections</li>
<li class=""><strong>🏢 Nonprofit &amp; 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 &amp; 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/docs/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/docs/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/docs/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 &amp; 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>
        <author>
            <name>CommunityOne Team</name>
            <uri>https://github.com/getcommunityone</uri>
        </author>
        <category label="Citations & Data Sources" term="Citations & Data Sources"/>
        <category label="Documentation" term="Documentation"/>
        <category label="Data Model" term="Data Model"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Week 1: Now Tracking 1,000+ Civic Tech Projects, Hackathons, and Community Solutions]]></title>
        <id>https://www.communityone.com/docs/blog/week-1-civic-tech-tracking</id>
        <link href="https://www.communityone.com/docs/blog/week-1-civic-tech-tracking"/>
        <updated>2026-04-06T00:00:00.000Z</updated>
        <summary type="html"><![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.]]></summary>
        <content type="html"><![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/docs/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/docs/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/docs/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 &amp; Congregation Data<a href="https://www.communityone.com/docs/blog/week-1-civic-tech-tracking#3-church--congregation-data" class="hash-link" aria-label="Direct link to 3. Church &amp; Congregation Data" title="Direct link to 3. Church &amp; 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/docs/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/docs/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/docs/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>
        <author>
            <name>CommunityOne Team</name>
            <uri>https://github.com/getcommunityone</uri>
        </author>
        <category label="Data Model" term="Data Model"/>
        <category label="Civic Tech" term="Civic Tech"/>
        <category label="Community" term="Community"/>
    </entry>
</feed>