Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ Goodwill-KPI/
│ └── dashboard.html # Read-only browser dashboard
├── docs/
│ ├── CALIBRATION.md # Calibration guidance and tuning notes
│ ├── CITATION.cff # Citation metadata
│ ├── INPUT-GOVERNANCE.md # Input governance and data quality guidelines
│ ├── LICENSE # MIT License
│ ├── OBSERVABILITY.md # Observability and monitoring notes
│ ├── ROADMAP.md # Project roadmap
│ ├── SECURITY.md # Security policy
Expand All @@ -52,7 +50,9 @@ Goodwill-KPI/
│ ├── __init__.py
│ ├── test_dashboard.py # API and dashboard integration tests
│ └── test_goodwill.py # Unit tests for all metric functions
├── CITATION.cff # Citation metadata
├── conftest.py # Shared pytest fixtures
├── LICENSE # Non-commercial license
├── render.yaml # Render.com deployment configuration
├── requirements-dev.txt # Development dependencies (pytest, httpx, …)
└── requirements.txt # Runtime dependencies (fastapi, uvicorn, …)
Expand Down
Loading