18 lines
1.4 KiB
Markdown
18 lines
1.4 KiB
Markdown
# Frontend Debt Backlog
|
|
|
|
Статус: завершено
|
|
|
|
Порядок реализации:
|
|
|
|
1. `frontend-docs-sync` — сначала синхронизируем docs, чтобы backlog и реальность совпадали.
|
|
2. `frontend-infrastructure-hardening` — затем стабилизируем tooling и окружение для следующих работ.
|
|
3. `frontend-shared-boundary-cleanup` — после этого сужаем shared/public API и границы слоёв.
|
|
4. `frontend-test-hygiene` — в конце нормализуем test helpers и conventions на уже стабилизированной базе.
|
|
|
|
Features:
|
|
- [x] [frontend-debt-audit](../features/frontend-debt-audit/spec.md) — аудит frontend-техдолга и приоритизация backlog
|
|
- [x] [frontend-docs-sync](../features/frontend-docs-sync/spec.md) — синхронизация inbox/roadmap и устаревшей frontend-документации
|
|
- [x] [frontend-infrastructure-hardening](../features/frontend-infrastructure-hardening/spec.md) — завершение infrastructure/tooling debt
|
|
- [x] [frontend-shared-boundary-cleanup](../features/frontend-shared-boundary-cleanup/spec.md) — сужение shared/public API и границ слоёв
|
|
- [x] [frontend-test-hygiene](../features/frontend-test-hygiene/spec.md) — упрощение и нормализация frontend-test infrastructure
|