feat(web): implement schedule editor in MaintenancePoliciesTab
CI / changes (push) Successful in 8s
CI / commitlint (push) Has been skipped
CI / openapi (push) Has been skipped
CI / web (push) Successful in 31s
CI / go (push) Successful in 51s
CI / bird2 (push) Successful in 15s
CI / release (push) Successful in 3m48s

Enhanced the MaintenancePoliciesTab by integrating a schedule editor for maintenance policies. Users can now select schedule modes, input custom cron expressions, and dynamically update the schedule preview. This update improves the user interface and experience for managing maintenance schedules.
This commit is contained in:
Denozordec
2026-06-12 18:40:22 +07:00
parent 132559cb8e
commit de64374c91
71 changed files with 15643 additions and 4 deletions
+32
View File
@@ -0,0 +1,32 @@
# Memory Bank: Tasks
## Current Task
**[Не определена]** — пользователь вызвал `/van` без описания задачи.
## Status
- [x] VAN: platform detection
- [x] VAN: Memory Bank verification & creation
- [x] VAN: baseline project context
- [ ] Task definition (от пользователя)
- [ ] Complexity determination (Level 1–4)
- [ ] Implementation plan
- [ ] Execution
- [ ] Documentation / reflect
## Candidate Context (из git, не подтверждено)
Возможное продолжение работы над **Maintenance Policies UI**:
- `MaintenancePoliciesTab.svelte` — вкладка политик в мониторинге
- `policy-schedule.ts` — редактор cron-расписания (5-field, UTC)
## Requirements
_Ожидается формулировка задачи от пользователя._
Пример:
```
/van Доработать MaintenancePoliciesTab: валидация cron и тесты
```