dashboard
personal automation onStatus
# Project Status — Dashboard
**Last updated:** 2026-03-28
**Updated by:** Dominic / Claude Code
**Project phase:** Active
**Project type:** personal
**Version:** 1.2.0
---
## What This Project Does
The Entropic Dashboard is a Flask + HTMX web application running on entropicsignal
that provides a mobile-friendly interface for managing the entropic-workspace. It
enables Dominic to submit prompts, respond to agent queue items, create projects
and ideas, and monitor automation — all from any device via Tailscale Funnel.
---
## Current Status
Core dashboard live at https://entropicsignal.tail806a60.ts.net with prompt
submission, voice input, quick actions, session mode toggle, and thread replies.
---
## Ideas Tracker IDs
- #7: Web dashboard (Flask + HTMX) — Active
- #11: Prompt triage and routing — Complete
- #12: Smart mode detection from prompt content — Idea
- #13: Recent context chip on prompt card — Idea
- #14: Location tracking for submissions — Idea
- #15: New Idea / New Project / New Task buttons — Idea
- #18: Changelog auto-generation via git hooks — Idea
- #19: Worker progress bars — Idea
---
## Key Files
| File | Location | Purpose |
|------|----------|---------|
| app.py | scripts/dashboard/app.py | Flask application — routes, data layer |
| style.css | scripts/dashboard/static/style.css | Mobile-first dark theme CSS |
| index.html | scripts/dashboard/templates/index.html | Home page with prompt, feed, quick actions |
| queue.html | scripts/dashboard/templates/queue.html | Agent queue view with voice + quick responses |
| inbox_worker.sh | scripts/core/inbox_worker.sh | Background worker processing submissions |
| VERSION | projects/dashboard/VERSION | Current semantic version (1.1.0) |
| CHANGELOG.md | projects/dashboard/CHANGELOG.md | Versioned change history |
---
## Automation Status
- **Automation enabled:** yes
- **Queued tasks:** 0 pending
- **Scheduled tasks:** 2 active (dashboard service, inbox worker timer)
- **Reactive triggers:** 0
Ideas & Tasks
Loading ideas...
Legacy Roadmap
8 items from ideas_tracker.md
#7
Web dashboard
Active
Flask + HTMX dashboard live on Tailscale Funnel with voice, activity feed, threads
#12
Smart mode detection from prompt content
Idea
Auto-detect "idea:", "task:", "project:" prefixes and switch mode automatically
#13
Recent context chip on prompt card
Idea
Show "Continue: [last project]" button to quickly resume without dropdown
#14
Location tracking for submissions
Idea
Log geolocation with submissions by default; option to remove per-submission. Include location metadata from uploaded photos for historical context
#15
New Idea / New Project / New Task buttons on prompt card
Idea
Add buttons alongside Work/Play/Both for initiating ideas, projects, and tasks. Single text box for all 5 modes. New Idea and New Project ask follow-ups in feed before processing. New Task auto-assigns via context or asks follow-ups. Backend mode handling already exists in inbox_worker.sh
#18
Changelog auto-generation via git hooks
Idea
Auto-update CHANGELOG.md from commit messages or structured commit metadata
#19
Worker progress bars
Idea
Real completion progress via `progress` field on submissions, displayed as visual bars in activity feed
#11
Prompt triage and routing
Complete
Non-blocking attention bar replaces blocking triage. Drop-down + dismiss buttons
Budget
0 / 500,000
$0.00 / $10.00
Recent Commits
9f32256Worker: process submission 20260328-194333-bcc9090a19d81Add semantic versioning system across all projectseabbb45Add project tracker, task tracker, and brainstorming workflow94ec85bWorker: process submission 20260328-185030-bfbee530fd6deWorker: process submission 20260328-184243-dca4ba2dfb23fAdd per-project ideas & tasks tracking with timeline and prompt buttons2cdf87dWorker: process submission 20260328-185030-bfbee55a79e08Worker: process submission 20260328-184427-19ff25cb38c11Worker: process submission 20260328-184243-dca4ba5ae5d6eWorker: process submission 20260328-184648-324419