Correcting the note this was tracked under: "114 tied conditions need a human call" counted duplicated *names*, not ties. 99 of them had a clear plurality and were merged; 15 are genuine even splits. Same script and same safety property as the earlier pass — every moved question gains a question_category_links row to the system folded away, so filtering by that system still finds it. 786 categories to 662, 124 rows removed. Checked after: 0 questions with no category at all, 0 links pointing at a deleted row, and Pneumonia's questions still reach Pulmonology and Allergy/Immunology. The remaining 15 are written up in docs/tied-conditions.md as a decision rather than left as a task: what each is tied between, and the note that the choice only sets where a condition lives, since the other systems survive as cross-links either way. Backend 242/242. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TqXevQJhxFrM7jJg82cgZN |
||
|---|---|---|
| .. | ||
| quiz-revamp | ||
| api-reference.md | ||
| architecture.md | ||
| deployment.md | ||
| frontend.md | ||
| migrations.md | ||
| quiz-revamp-plan.md | ||
| quiz-revamp-progress.md | ||
| README.md | ||
| services.md | ||
| study-recommendations.md | ||
| tied-conditions.md | ||
| TODO.md | ||
PedsHub Documentation
Deep technical documentation for the PedsHub pediatric learning platform.
Pages
| Document | Description |
|---|---|
| Architecture | System overview, database schema, multi-worker setup, vector search, auth, rate limiting, concurrent quiz protection |
| API Reference | Every endpoint: method, path, auth, request/response, notes |
| Services | Backend service layer: AI extraction, embedding, vector search, PDF processing, email, reminders |
| Frontend | React app structure, pages, components, state patterns, runtime config |
| Deployment | Docker setup, environment variables, HTTPS, rebuilding, monitoring, troubleshooting, scaling |
Quick Links
- Main README: ../README.md
- Backend .env template: ../backend/.env.example
- Docker Compose: ../docker-compose.yml