chrysopedia/backend
jlightner bef8d95e64 test: Added 6 integration tests proving ingestion, creator auto-detecti…
- "backend/tests/conftest.py"
- "backend/tests/test_ingest.py"
- "backend/tests/fixtures/sample_transcript.json"
- "backend/pytest.ini"
- "backend/requirements.txt"
- "backend/models.py"

GSD-Task: S02/T02
2026-03-29 22:16:15 +00:00
..
routers feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00
tests test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +00:00
config.py chore: Built FastAPI app with DB-connected health check, Pydantic schem… 2026-03-29 21:54:57 +00:00
database.py fix: Created SQLAlchemy models for all 7 entities, Alembic async migrat… 2026-03-29 21:48:36 +00:00
main.py feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00
models.py test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +00:00
pytest.ini test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +00:00
requirements.txt test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +00:00
schemas.py feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00