semantic update

This commit is contained in:
2026-03-10 21:33:09 +03:00
parent 542835e0ff
commit b77fa45e4e
10 changed files with 2084 additions and 1499 deletions

View File

@@ -68,6 +68,8 @@
- 📝 Calculate score and determine module's max tier for weighted global score
- ƒ **_generate_artifacts** (`Function`) `[CRITICAL]`
- 📝 Writes output files with tier-based compliance data.
- ƒ **_print_agent_report** (`Function`)
- 📝 Prints a JSON report optimized for AI agent orchestration and control.
- ƒ **_generate_report** (`Function`) `[CRITICAL]`
- 📝 Generates the Markdown compliance report with severity levels.
- ƒ **_collect_issues** (`Function`)
@@ -84,6 +86,8 @@
- 📝 Flattens entity tree for easier grouping.
- ƒ **to_dict** (`Function`) `[TRIVIAL]`
- 📝 Auto-detected function (orphan)
- ƒ **collect_recursive** (`Function`) `[TRIVIAL]`
- 📝 Auto-detected function (orphan)
- 📦 **DashboardTypes** (`Module`) `[TRIVIAL]`
- 📝 TypeScript interfaces for Dashboard entities
- 🏗️ Layer: Domain
@@ -1205,6 +1209,8 @@
- 📝 Fetches the list of environments from the API.
- ƒ **fetchDashboards** (`Function`) `[CRITICAL]`
- 📝 Fetches dashboards for the selected source environment.
-**ReactiveDashboardFetch** (`Block`) `[CRITICAL]`
- 📝 Automatically fetch dashboards when the source environment is changed.
- ƒ **fetchDatabases** (`Function`) `[CRITICAL]`
- 📝 Fetches databases from both environments and gets suggestions.
- ƒ **handleMappingUpdate** (`Function`) `[CRITICAL]`
@@ -1213,15 +1219,25 @@
- 📝 Opens the log viewer for a specific task.
- ƒ **handlePasswordPrompt** (`Function`) `[CRITICAL]`
- 📝 Reactive logic to show password prompt when a task is awaiting input.
-**ReactivePasswordPrompt** (`Block`) `[CRITICAL]`
- 📝 Monitor selected task for input requests and trigger password prompt.
- ƒ **handleResumeMigration** (`Function`) `[CRITICAL]`
- 📝 Resumes a migration task with provided passwords.
- ƒ **startMigration** (`Function`) `[CRITICAL]`
- 📝 Starts the migration process.
- 📝 Initiates the migration process by sending the selection to the backend.
- ƒ **startDryRun** (`Function`) `[CRITICAL]`
- 📝 Builds pre-flight diff and risk summary without applying migration.
- 📝 Performs a dry-run migration to identify potential risks and changes.
-**MigrationDashboardView** (`Block`) `[CRITICAL]`
- 📝 Render migration configuration controls, action CTAs, dry-run results, and modal entry points.
-**MigrationHeader** (`Block`) `[CRITICAL]`
-**TaskHistorySection** (`Block`) `[CRITICAL]`
-**ActiveTaskSection** (`Block`) `[CRITICAL]`
-**EnvironmentSelectionSection** (`Block`) `[CRITICAL]`
- 🧩 **DashboardSelectionSection** (`Component`) `[CRITICAL]`
-**MigrationOptionsSection** (`Block`) `[CRITICAL]`
-**DryRunResultsSection** (`Block`) `[CRITICAL]`
-**MigrationModals** (`Block`) `[CRITICAL]`
- 📝 Render overlay components for log viewing and password entry.
-**MappingsPageScript** (`Block`) `[CRITICAL]`
- 📝 Define imports, state, and handlers that drive migration mappings page FSM.
- 🔗 CALLS -> `fetchEnvironments`