Andrew Charlwood
7aa49b0d6b
refactor: restructure sidebar with chart views, remove placeholder items (Task 7.3)
...
- Remove non-functional sidebar items: Cost Analysis, Export Data
- Remove filter trigger items: Drug/Trust/Directory Selection, Indications
- Add Chart Views section: Icicle Chart (active), Sankey Diagram (disabled), Timeline (disabled)
- Remove tab row from chart_card.py (chart view selection now in sidebar)
- Remove open_drawer callback (sidebar no longer has filter triggers)
- Add .sidebar__item--disabled CSS class
2026-02-06 15:29:53 +00:00
Andrew Charlwood
5dc552f8c5
feat: add dmc.Drawer drug browser with directorate cards and drug chips (Task 4.1)
2026-02-06 13:51:24 +00:00
Andrew Charlwood
307563bb31
feat: add KPI row, filter bar, and chart card components (Task 2.2)
2026-02-06 13:20:42 +00:00
Andrew Charlwood
bdc1690f0f
feat: add header and sidebar components for Dash layout (Task 2.1)
...
- header.py: NHS branded top bar with logo, title, breadcrumb,
data freshness indicators (record count + last updated with IDs
for callback updates)
- sidebar.py: Navigation with 7 items across Analysis/Reports
sections, SVG icons via data URI, Drug Selection and Indications
items have IDs for drawer open callbacks (Phase 4)
- app.py: Assembles header + sidebar + main content placeholder
- nhs.css: Added .sidebar__icon rule for img-based SVG icons
2026-02-06 13:13:03 +00:00
Andrew Charlwood
1c3ece6480
feat: create dash_app skeleton with nhs.css and MantineProvider (Phase 0)
...
- dash_app/ directory structure: app.py, assets/, data/, components/, callbacks/, utils/
- run_dash.py entry point at project root
- Added dash>=2.14.0 and dash-mantine-components>=0.14.0 to pyproject.toml
- app.py: Dash app with MantineProvider wrapper and 3 dcc.Store components
- nhs.css: extracted from 01_nhs_classic.html (sans mock icicle CSS)
- Validated: app starts cleanly at localhost:8050
2026-02-06 12:57:47 +00:00