Commit Graph

3 Commits

Author SHA1 Message Date
e95e2f1338 feat: add analysis pages and raster risk map
Ship a new app version with broader analytics, restructured
dashboards, and a server-rendered risk map.

Frontend:
- Add Overview, Demographic, Disease, and Environmental Health
  analysis pages
- Add AnomalyMarkers, CalendarHeatmap, and MetricHeatmapTable
  components
- Rebuild Alerts map onto server-rendered raster risk tiles;
  expand Monitoring, Trend, and District Comparison views
- Extend API client, stores, and TypeScript types

Backend:
- Add environment router (pollutants, lag correlations)
- Add risk_raster util serving XYZ 100m risk tiles
- Expand cases endpoints (demographics, seasonality, diagnoses)
  and insights; harden auth and file-based loaders

Data & tooling:
- Add processed outpatient/inpatient/combined case parquet (LFS)
- Add nested CLAUDE.md guides, pyrightconfig, and test updates
2026-06-21 17:35:03 +08:00
bc73351234 chore: configure git-lfs and migrate data to LFS
- Add .gitattributes with LFS tracking for binary/data files
- Migrate processed parquet/npy/npz files from regular git to LFS
- Add Datas/ raw data via LFS (DEM, weather, air quality, maps)
- Add outputs/ GIS analysis and street matching results
- Enable cross-machine development with full data portability
2026-06-07 06:28:30 +08:00
5ae30ea4a8 chore: add processed data, outputs, and proposal
- Add processed/ ML features and GCN model inputs
- Add Outputs/ GIS analysis, deploy configs, lit review
- Add proposal document for 湖北省卫生健康科技项目
- Enable full data portability for cross-machine development
2026-06-07 05:31:02 +08:00