- architecture overview and stack - project structure and development order - API design (endpoints, models, runtimes) - infrastructure overview (k8s cluster, S3, registry) - decisions log with rationale - progress tracker v1/v2
18 lines
345 B
Markdown
18 lines
345 B
Markdown
# Ошибки и решения
|
|
|
|
> Сюда записываем проблемы с которыми столкнулись и как их решили.
|
|
|
|
## Шаблон записи
|
|
|
|
```
|
|
## YYYY-MM-DD — Короткое описание проблемы
|
|
|
|
**Проблема:** ...
|
|
|
|
**Причина:** ...
|
|
|
|
**Решение:** ...
|
|
```
|
|
|
|
---
|