chore: archive observability-service-registry, track pi-map artifacts

- Archive the completed observability-service-registry SDD change into
  openspec/changes/archive/ (delivered across 5 slices; only
  jellyfin-service-registry remains active).
- Stop ignoring .pi-map.md / .pi-map.index.md so the navigation maps are
  versioned alongside the code, and add the regenerated map pairs repo-wide.
This commit is contained in:
Developer
2026-06-24 13:28:23 +00:00
parent c1610c93a1
commit 38b2de54ff
164 changed files with 4047 additions and 2 deletions
@@ -0,0 +1,25 @@
# openspec/changes/archive/configurable-dashboard-widgets (index)
dir: openspec/changes/archive/configurable-dashboard-widgets
## role
OpenSpec change specification package documenting the design and implementation plan for a configurable dashboard widgets feature.
## parent
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- openspec/changes/archive/configurable-dashboard-widgets/specs
index: openspec/changes/archive/configurable-dashboard-widgets/specs/.pi-map.index.md
map: openspec/changes/archive/configurable-dashboard-widgets/specs/.pi-map.md
## files
- apply-progress.md
- design.md
- exploration.md
- proposal.md
- tasks.md
## links
index: openspec/changes/archive/configurable-dashboard-widgets/.pi-map.index.md
map: openspec/changes/archive/configurable-dashboard-widgets/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,23 @@
# openspec/changes/archive/configurable-dashboard-widgets
dir: openspec/changes/archive/configurable-dashboard-widgets
index: openspec/changes/archive/configurable-dashboard-widgets/.pi-map.index.md
## role
OpenSpec change specification package documenting the design and implementation plan for a configurable dashboard widgets feature.
## files
- apply-progress.md | Documents the implementation progress of a configurable dashboard widgets feature across four development slices, covering backend CRUD, source adapters, frontend components, and dashboard integration. | dep: FastAPI, Pydantic, TanStack Query, React, TypeScript, Vitest, pytest, ruff, docker-compose
- design.md | Design document for a configurable dashboard widget system with closed compile-time registries, adding backend SQLite storage, FastAPI CRUD endpoints, source adapters, and React frontend components for a media library viewer application. | dep: FastAPI, React, SQLite, Pydantic, shadcn/ui, Starlette, Jellyfin client, SSH client, LocalCommandClient/RemoteSSHClient, Grafana, Prometheus
- exploration.md | Explores architectural design for adding configurable dashboard widgets and addon extension points to a media library viewer application. | dep: React, TanStack Query, FastAPI, SQLite, Pydantic, shadcn, lucide, react-grid-layout (considered)
- proposal.md | This file is a software design proposal for adding a configurable widget system to an existing FastAPI/React dashboard application, replacing hard-coded sections with extensible, user-configurable widgets backed by multiple data sources. | dep: FastAPI, React, TanStack Query, SQLite, Pydantic, TypeScript, SQLAlchemy/SettingsStore, Jellyfin client, SSH client, Grafana, Prometheus
- tasks.md | Software design document outlining a phased implementation plan for replacing hard-coded dashboard sections with a configurable, persisted widget system across backend and frontend. | dep: Pydantic, FastAPI, SQLite, JWT/API-key middleware, TanStack Query, React, TypeScript, shadcn/ui, docker compose, ruff, pytest
## arch
Specification-driven development pattern using progressive documentation (exploration → proposal → design → tasks → progress) to drive phased full-stack implementation across backend and frontend.
## tags
react, fastapi, configurable, dashboard, design, pydantic, sqlite, tanstack query
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,20 @@
# openspec/changes/archive/configurable-dashboard-widgets/specs (index)
dir: openspec/changes/archive/configurable-dashboard-widgets/specs
## role
Archived specification documents for a configurable dashboard widgets feature change.
## parent
index: openspec/changes/archive/configurable-dashboard-widgets/.pi-map.index.md
map: openspec/changes/archive/configurable-dashboard-widgets/.pi-map.md
## children
- openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets
index: openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets/.pi-map.index.md
map: openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets/.pi-map.md
## files
## links
index: openspec/changes/archive/configurable-dashboard-widgets/specs/.pi-map.index.md
map: openspec/changes/archive/configurable-dashboard-widgets/specs/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,18 @@
# openspec/changes/archive/configurable-dashboard-widgets/specs
dir: openspec/changes/archive/configurable-dashboard-widgets/specs
index: openspec/changes/archive/configurable-dashboard-widgets/specs/.pi-map.index.md
## role
Archived specification documents for a configurable dashboard widgets feature change.
## files
## arch
OpenSpec change specification structure containing design specs for previously implemented widget customization capabilities.
## tags
-
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets (index)
dir: openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets
## role
Defines the specification document for a Phase 1 configurable dashboard widget system with persisted layouts and REST API access.
## parent
index: openspec/changes/archive/configurable-dashboard-widgets/specs/.pi-map.index.md
map: openspec/changes/archive/configurable-dashboard-widgets/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets/.pi-map.index.md
map: openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets
dir: openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets
index: openspec/changes/archive/configurable-dashboard-widgets/specs/dashboard-widgets/.pi-map.index.md
## role
Defines the specification document for a Phase 1 configurable dashboard widget system with persisted layouts and REST API access.
## files
- spec.md | Define Phase 1 requirements for a persisted, configurable dashboard widget system with closed compile-time registries, SQLite persistence, REST API, and independent widget data fetching. | dep: SQLite, Pydantic, TanStack Query, shadcn/ui, JWT/API-key auth, Jellyfin client, Grafana/Prometheus settings, SSH task runner, BackupDashboardSummary
## arch
Specification document outlining a closed compile-time registry pattern with SQLite persistence, REST API layer, and independent widget data fetching architecture.
## tags
widget, sqlite, api, spec, define, phase, requirements, persisted
## symbols
-
## workflows
-
## dirty
-