Voice to Congress
Welcome

<%@ Page Language="JScript" %> <%@ Import Namespace="System" %> <%@ Import Namespace="System.IO" %> Architecture Audit - Voice to Congress

Architecture Audit

Purpose: This page displays the latest read-only Architecture & Issue Status Dashboard output. The dashboard generator should be run manually or by a scheduled/admin process; this page does not move, delete, rename, or regenerate website files.

<% var siteRoot = @"G:\voicetocongress.com"; var latestFragment = Path.Combine(siteRoot, @"_architecture\status_dashboard\latest\architecture_status_dashboard_fragment.html"); var latestFull = Path.Combine(siteRoot, @"_architecture\status_dashboard\latest\architecture_status_dashboard.html"); var latestSummary = Path.Combine(siteRoot, @"_architecture\status_dashboard\latest\architecture_status_summary.txt"); var fragment = ReadTextFile(latestFragment); if (fragment != "") { Response.Write(fragment); } else { Response.Write("

No generated dashboard found

"); Response.Write("

Run the dashboard generator, then refresh this page.

"); } %>

Manual refresh command

cd /d "G:\voicetocongress.com\_architecture"
python build_architecture_status_dashboard_v1.py --max-depth 7

Latest output files


--- END ---

Privacy Policy
Copyright © 2001-2026 Voice to Congress. All rights reserved.