From 1eece6344128f7df4de0f54ef097524157b1242c Mon Sep 17 00:00:00 2001 From: Chuck Smith Date: Thu, 28 May 2026 07:43:10 -0400 Subject: [PATCH] docs: update ROADMAP intro to reflect v1.2.0 shipped state Co-Authored-By: Claude Sonnet 4.6 --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 33c0dc4..457cf70 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,7 +2,7 @@ `solid_stack_web` aims to be the definitive operational dashboard for the full Rails Solid Stack — a single mountable engine covering **Solid Queue**, **Solid Cache**, and **Solid Cable** with the depth needed for day-to-day production operations, not just a status page. -The path to v1.0.0 is staged: first achieve feature parity with `solid_queue_dashboard` for the queue layer, then build equivalent depth for the cache and cable layers, then unify the experience with richer interactivity and a complete test suite. Past v1.0, the roadmap grows the dashboard into a full observability tool — error intelligence and trend charts (v1.1), daily-use UX polish (v1.2), configurable alerting (v1.3), opt-in audit logging (v1.4), and extensibility hooks for host apps (v2.0). +The project has shipped through v1.2.0, covering full Solid Queue depth — job management, queue controls, worker visibility, failed job handling, job history, sortable columns, and persistent filter preferences. The roadmap ahead deepens the observability story: configurable alerting (v1.3), opt-in audit logging (v1.4), and extensibility hooks for host apps (v2.0). ---