Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Charlwood 1581b1d3dd docs: update CLAUDE.md to reflect slimmed database architecture
Remove references to deleted tables (fact_interventions,
mv_patient_treatment_summary, ref_drug_snomed_mapping, processed_files),
deleted files (patient_data.py, load_snomed_mapping.py), and removed
classes (SQLiteDataLoader). Update package structure, data loaders,
database schema, fallback chain, and AppState descriptions.
2026-02-06 09:39:19 +00:00
Andrew Charlwood fed909481e docs: update CLAUDE.md with indication chart architecture and CLI docs (Task 5.2) 2026-02-05 20:50:01 +00:00
Andrew Charlwood 76e0d64820 docs: complete Task 4.3 Documentation
Update CLAUDE.md with new pathway data architecture:
- Add Pathway Data Architecture section with date filter table
- Update package structure with cli/ and pathway_pipeline.py
- Add CLI module and pathway pipeline documentation
- Update data flow diagrams (pre-computed vs legacy)
- Add pathway tables to database schema section
- Add CLI commands section with usage examples
- Add Breaking Changes section documenting:
  - Date filter changes (pickers -> dropdowns)
  - Data refresh model (real-time -> pre-computed)
  - State variable changes
  - Icicle chart enhancements

Mark all Task 4.3 subtasks complete in IMPLEMENTATION_PLAN.md
Update completion criteria status
2026-02-05 00:56:34 +00:00
Andrew Charlwood fdd33a67af Initial commit before Ralph loop 2026-02-04 13:04:29 +00:00