refactor(web): модуляризация модальных окон index.html и синхронизация диагностических слепков

This commit is contained in:
2026-09-11 16:02:49 +03:00
parent 86f223a21e
commit 565cf5af37
9 changed files with 637 additions and 559 deletions
+9 -1
View File
@@ -42,12 +42,20 @@ TARGET_FILES = [
"services/knowledge_base.py",
"services/knowledge/service.py",
# Модули сборки Сводки и Отчета
# Модули генерации отчетов Excel
"services/reports/styles.py",
"services/reports/calculators.py",
"services/reports/svodka_builder.py",
"services/reports/otchet_builder.py",
"services/reports/raw_scud_builder.py",
# Модули сборки Сводки, Отчета и запросы
"services/scud_etl/pipeline.py",
"services/scud_etl/merger.py",
"services/scud_etl/svodka_generator.py",
"services/scud_etl/otchet_generator.py",
"services/scud_etl/anomaly_detector.py",
"services/scud_etl/sql_queries.py",
"services/snapshots/service.py",
"services/tasks/repository.py",
"services/tasks/service.py"