Remove old inline dashboard snapshot from production builds #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created from local project scan after fixing the live-data bug.
Current status: dashboard/public/jarvis.html still contains a large inline April 2026 snapshot as offline fallback. The server now ignores it and fetches /api/data, but keeping old operational-looking data in the shipped HTML remains confusing and risky for cache/offline scenarios.
Acceptance criteria:
In Bearbeitung durch Codex auf Branch codex/issue-5-dashboard-shell. Scope: alten inline Dashboard-Snapshot aus production jarvis.html entfernen bzw. Demo/offline eindeutig machen, server-mode /api/data Fetch vor Operational-Rendering absichern, kleiner Regressionstest. Keine Source-/Docker-/Alert-Aenderungen, damit parallele Branches sauber mergbar bleiben.
PR geoeffnet: #20\n\nStatus: Umsetzung fuer Issue #5 ist fertig auf Branch codex/issue-5-dashboard-shell. Der alte April-2026-Snapshot ist aus jarvis.html entfernt, Server-Mode fetches /api/data vor init/render, offline/file mode nutzt nur eine explizite Offline-Shell. Lokale npm/node Tests nicht ausgefuehrt; Runner soll npm run test:unit pruefen.
Update: PR #20 wurde auf die aktuelle codex/production-intelligence-terminal rebased und ist wieder mergeable. Konflikt in dashboard/public/jarvis.html geloest: neue Terminal-Actions-UI bleibt erhalten, alter Inline-Snapshot bleibt entfernt. Runner-only: keine lokalen npm/node Tests.