Приложение для тестирования сотрудников клиники методом один вопрос - до пяти ответов один из которых правильный. Сотрудник должен выбрать правильный вариант ответа
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aleksey Razorvin
8b17c5d3c4
feat: Sprint 1 — infrastructure + test creation
...
Backend:
- FastAPI + SQLAlchemy 2.0 async + Alembic
- Models: Test, Question, Answer
- API: GET /api/tests, GET /api/tests/{id}, POST /api/tests
- Pydantic validation: min 7 questions, min 3 answers, ≥1 correct
Frontend:
- React 18 + TypeScript + Vite + Ant Design + TanStack Query
- Pages: TestList, TestCreate (nested Form.List), TestDetail
Infrastructure:
- Docker Compose: db (postgres:16), backend, frontend, nginx
- Nginx: /api/ → FastAPI, / → Vite dev server with HMR
- Alembic migration 001_init: tests, questions, answers tables
- entrypoint.sh: wait for db, migrate, start uvicorn
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 week ago
..
ШАГ_2026-03-21_001.md
docs: update step 001 with remote repo setup
1 week ago
ШАГ_2026-03-21_002.md
docs: add technical specification and step 002 log
1 week ago
ШАГ_2026-03-21_003.md
docs: close all open questions, update ТЗ to v1.1
1 week ago
ШАГ_2026-03-21_004.md
docs: add tech stack document and step 004 log
1 week ago
ШАГ_2026-03-21_005.md
docs: add sprint plan and step 005 log
1 week ago
ШАГ_2026-03-21_006.md
feat: Sprint 1 — infrastructure + test creation
1 week ago