docs(): last change i promise
This commit is contained in:
@@ -39,4 +39,3 @@
|
||||
Текущие ограничения:
|
||||
- в режиме `async` устойчивость записи зависит от здоровья Celery worker/broker;
|
||||
- SQL-ветка percentile зависит от СУБД (PostgreSQL/не-PostgreSQL fallback);
|
||||
- отдельный нагрузочный benchmark-артефакт не приложен.
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
# 8. Проверяемость
|
||||
|
||||
## Базовый набор
|
||||
|
||||
1. `cd src/backend && just --list`
|
||||
2. `cd src/backend && just test`
|
||||
3. `cd src/backend && just test-coverage && just show-coverage`
|
||||
|
||||
## Точечные проверки по доменам
|
||||
|
||||
1. `cd src/backend && uv run python manage.py test apps.decision.tests.test_decide`
|
||||
2. `cd src/backend && uv run python manage.py test apps.events.tests.test_services tests.integration.test_events`
|
||||
3. `cd src/backend && uv run python manage.py test apps.reports.tests.test_reports apps.guardrails.tests.test_guardrails`
|
||||
4. `cd src/backend && uv run python manage.py test apps.reviews.tests.test_reviews_policy apps.experiments.tests.test_services`
|
||||
5. `cd src/backend && uv run python manage.py test apps.conflicts.tests.test_conflicts apps.notifications.tests.test_notifications apps.learnings.tests.test_learnings`
|
||||
|
||||
## Runtime
|
||||
|
||||
- `GET /health` -> `200`
|
||||
- `GET /ready` -> `200` после готовности зависимостей
|
||||
- `GET /metrics` -> есть инфраструктурные и бизнес метрики
|
||||
@@ -11,6 +11,5 @@
|
||||
| `05-critical-path.md` | Критичный поток `decide -> event -> report/guardrail` |
|
||||
| `06-operations.md` | Эксплуатация и наблюдаемость |
|
||||
| `07-simplifications.md` | Явные упрощения |
|
||||
| `08-verification.md` | Как проверять критерии |
|
||||
|
||||
Связанная матрица соответствия: [compliance-matrix.md](../compliance-matrix.md).
|
||||
|
||||
Reference in New Issue
Block a user