This commit is contained in:
2026-03-15 20:29:11 +03:00
parent 027d17f193
commit 9ddb6a7911
6 changed files with 93845 additions and 2160 deletions

View File

@@ -2,7 +2,7 @@
> High-level module structure for AI Context. Generated automatically.
**Generated:** 2026-03-15T16:33:41.022837
**Generated:** 2026-03-15T16:48:04.692685
## Summary
@@ -124,10 +124,10 @@
### 📁 `core/`
- 🏗️ **Layers:** Core, Domain
- 📊 **Tiers:** CRITICAL: 10, STANDARD: 149, TRIVIAL: 9
- 📄 **Files:** 13
- 📦 **Entities:** 168
- 🏗️ **Layers:** Core, Domain, Infra
- 📊 **Tiers:** CRITICAL: 11, STANDARD: 150, TRIVIAL: 9
- 📄 **Files:** 14
- 📦 **Entities:** 170
**Key Entities:**
@@ -411,9 +411,9 @@
### 📁 `plugins/`
- 🏗️ **Layers:** App, Plugin, Plugins
- 📊 **Tiers:** CRITICAL: 2, STANDARD: 62
- 📊 **Tiers:** CRITICAL: 2, STANDARD: 61
- 📄 **Files:** 7
- 📦 **Entities:** 64
- 📦 **Entities:** 63
**Key Entities:**
@@ -426,7 +426,7 @@
- **MapperPlugin** (Class)
- Plugin for mapping dataset columns verbose names.
- **MigrationPlugin** (Class) `[CRITICAL]`
- Implementation of the migration plugin logic.
- Implementation of the migration plugin workflow and transfor...
- **SearchPlugin** (Class)
- Plugin for searching text patterns in Superset datasets.
- 📦 **BackupPlugin** (Module)
@@ -436,13 +436,15 @@
- 📦 **MapperPluginModule** (Module)
- Implements a plugin for mapping dataset columns using extern...
- 📦 **MigrationPlugin** (Module) `[CRITICAL]`
- A plugin that provides functionality to migrate Superset das...
- Orchestrates export, DB-mapping transformation, and import o...
**Dependencies:**
- 🔗 DEPENDS_ON -> IdMappingService
- 🔗 DEPENDS_ON -> MigrationEngine
- 🔗 DEPENDS_ON -> SupersetClient
- 🔗 DEPENDS_ON -> superset_tool.client
- 🔗 DEPENDS_ON -> superset_tool.utils
- 🔗 IMPLEMENTS -> PluginBase
### 📁 `git/`
@@ -574,9 +576,9 @@
### 📁 `scripts/`
- 🏗️ **Layers:** Scripts, UI, Unknown
- 📊 **Tiers:** CRITICAL: 1, STANDARD: 46, TRIVIAL: 30
- 📊 **Tiers:** CRITICAL: 1, STANDARD: 45, TRIVIAL: 30
- 📄 **Files:** 9
- 📦 **Entities:** 77
- 📦 **Entities:** 76
**Key Entities:**
@@ -2142,6 +2144,7 @@ graph TD
core-->|DEPENDS_ON|backend
core-->|DEPENDS_ON|backend
core-->|DEPENDS_ON|backend
core-->|DEPENDS_ON|backend
__tests__-->|TESTS|backend
auth-->|USES|backend
auth-->|USES|backend