Решения
Архитектурные решения проекта. Создавай и правь ADR прямо в панели, чтобы потом не проводить раскопки по чатам.
Decision Log
| ID | Название | Статус | Решение | Причина |
|---|---|---|---|---|
| #3 | Russian-first operator UI with English internals | принято | Use Russian labels in the UI and keep stable English status/API values internally. | This gives readable operations UX without breaking code, migrations, integrations or future API clients. |
| #1 | Start with Command Center MVP | принято | Do not start from infrastructure automation. First build the internal Command Center / Project Tracker module. | The tracker becomes the future operations center and prevents the project from dissolving into unmanaged scripts. |
| #2 | Installer and Updater before Proxmox automation | принято | Build native/systemd installer, updater, backup-before-update, downgrade-through-restore and Updates UI before Proxmox/Windows modules. | Manual file uploads will become operational debt immediately. Updates must be tracked, backed up and recoverable from the start. |