feat: complete drug-aware indication matching and cleanup app_v2

- Remove app_v2.py (consolidated into pathways_app.py), fix __init__ import
- Add DimSearchTerm.csv, drug_indication_clusters.csv, drug_snomed_mapping_enriched.csv
  as reference data for SNOMED-based indication matching
- Add snomed_indication_mapping_query.sql (source for embedded cluster mapping)
- Update DESIGN_SYSTEM.md, RALPH_PROMPT.md, ralph.ps1, uv.lock
This commit is contained in:
Andrew Charlwood
2026-02-06 00:33:29 +00:00
parent f3bba6dfab
commit a31907aa1f
11 changed files with 41902 additions and 2306 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Re-export app from app_v2 for the new UI redesign
from pathways_app.app_v2 import app
# Re-export app from pathways_app
from pathways_app.pathways_app import app
__all__ = ["app"]