Project: datalens
81 entity types
Matrix/All Domains

All Domains

1587 entities found

IntegrationEndpointIntegrations

frontend/src/lib/api.ts

Frontend API definitions, no additional details provided.

UIComponentUser Interface

frontend/src/lib/components/agent/ChatPane.svelte

The frontend/src/lib/components/agent/ChatPane.svelte is a UI component for the IronClaw-powered Agent Mode.

UIComponentUser Interface

frontend/src/lib/components/agent/FindingCard.svelte

The FindingCard UI component belongs to the IronClaw-powered Agent Mode frontend features.

UIComponentUser Interface

frontend/src/lib/components/agent/FindingsBoard.svelte

The FindingsBoard component is part of the frontend UI for IronClaw-powered Agent Mode.

UIComponentUser Interface

frontend/src/lib/components/agent/GdprWarning.svelte

The GDPR warning UI component is integrated into the IronClaw-powered Agent Mode frontend.

UIComponentUser Interface

frontend/src/lib/components/agent/MessageBubble.svelte

MessageBubble component is part of the IronClaw-powered Agent Mode frontend interface.

UIComponentUser Interface

frontend/src/lib/components/agent/ModelToggle.svelte

ModelToggle frontend component supports user interaction within IronClaw-powered Agent Mode.

UIComponentUser Interface

frontend/src/lib/components/discovery/ConsolidationCard.svelte file

UI component included in the complete discovery feature; provides visual representation of table consolidations, verified in the testing suite.

UIComponentUser Interface

frontend/src/lib/components/discovery/ConsolidationReview.svelte file

Component tested and validated as part of the discovery flow, displaying consolidation choices with metrics and animations, ready for production.

UIComponentUser Interface

frontend/src/lib/components/discovery/DiscoveryFlow.svelte file

Deployment of full Data Discovery E2E test suite with 15 test cases, modern UX, responsive design, and comprehensive coverage validation completed for the DiscoveryFlow component.

UIComponentUser Interface

frontend/src/lib/components/discovery/DiscoveryLoading.svelte file

Part of the successful E2E testing framework; ensures loading animations and UX flow during discovery process work smoothly with real data.

UIComponentUser Interface

frontend/src/lib/stores/agent.svelte.ts

The agent store Svelte module manages state for IronClaw-powered Agent Mode frontend.

PageUser Interface

frontend/src/routes/projects/[id]/+page.svelte

PageUser Interface

frontend/src/routes/projects/[id]/agent/+page.svelte

The frontend route for agent page implements part of IronClaw-powered Agent Mode UI. The page projects > :id > agent is part of the projects > :id page.

PageUser Interface

frontend/src/routes/projects/[id]/analyze/+page.svelte

The DiscoveryFlow component is intended to be added and used in the /projects/[id]/analyze page file. DiscoveryFlow component was integrated into the frontend analysis page to enable discovery UI. IronClaw agent UI button was added to the analysis page frontend to provide navigation to the IronClaw agent feature. The page projects > :id > analyze is part of the projects > :id page. The frontend page at /frontend/src/routes/projects/[id]/analyze/+page.svelte uses the POST /api/v1/analysis/ask-stream endpoint for streaming analysis queries. project analyze page is implemented as a SvelteKit page.

PageUser Interface

frontend/src/routes/projects/new/+page.svelte

CapabilityIntent

frontend/tests/discovery-svgv.spec.ts

The frontend/tests/discovery-svgv.spec.ts file is part of the comprehensive E2E test suite for validating DataLens features on the SVGV dataset. The frontend tests discovery-svgv.spec.ts are part of the Playwright E2E test suite for the Discovery feature.

PageUser Interface

frontend/tests/DISCOVERY_TESTS.md

A detailed test reference document for the DataDiscovery E2E suite, covering core functionality, UX, performance, and data validation scenarios to confirm the system operates reliably with real data and meets user expectations.

Entity

frontend/tests/test-agent-fixed.spec.ts

Entity

frontend/tests/test-agent-improved.spec.ts

PhysicalTableData Model

frontend/tests/test-discovery.sh

A comprehensive test script created to validate the DataDiscovery feature, allowing automated or interactive testing of table discovery, consolidation, and analysis workflows with real SVGV data, ensuring full end-to-end functionality and performance validation.

TestCaseTesting

frontend/tests/test-results-visualization.spec.ts

Frontend test script validating visualization functionalities.

TestCaseTesting

frontend/tests/test-results-with-wait.spec.ts

Frontend test script for visualization with wait states or delays.

RequirementIntent

Full Danish Language Support

Full Danish Language Support was implemented in the Backend to handle user language preference and LLM summary language. Full Danish Language Support was implemented in the Frontend with 150+ UI strings translated to Danish and language selector support. Admin User was configured with language set to Danish to receive all summaries and UI in Danish.

CapabilityIntent

Full Findings Visualization Layer

findings_generator.py realizes the Full Findings Visualization Layer capability by producing structured Finding objects including metrics, trends, and outliers. The Full Findings Visualization Layer capability requires the support of 7 filter categories for filtering findings in the UI. The Full Findings Visualization Layer depends on integration with Agent.py to return findings on each query. The findings_generator.py service implements the Full Findings Visualization Layer by analyzing query results and generating structured findings. The MetricCard.svelte UI component is part of the Full Findings Visualization Layer providing KPI display with statistics. The TrendChart.svelte UI component is part of the Full Findings Visualization Layer and provides SVG line charts with grid. The OutlierHighlight.svelte UI component is part of the Full Findings Visualization Layer showing anomaly detection displays. The FindingsPanelNew.svelte UI component is part of the Full Findings Visualization Layer serving as a master panel with filtering capabilities. The Full Findings Visualization Layer is planned to be integrated with agent.py to return findings on each query.

BusinessRuleIntent

GDPR PII detection

GDPR PII detection results are recorded in the project_gdpr_flags table to track personal data sensitivity.

DataSensitivityData Model

GDPR-blocked data

SecurityConstraintSecurity

GDPR-compatible security model

IronClaw conforms to a GDPR-compatible security model to ensure data protection compliance.

BusinessProcessIntent

GdprDetector

GdprDetector uses StorageService to scan project data for GDPR-relevant personal data indicators.

ThirdPartyComponentArchitecture

genai-prices