🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function test_json_serialization

    A test function that validates JSON serialization and deserialization of workflow data structures containing status, progress, and results information.

    File: /tf/active/vicechatdev/full_smartstat/test_enhanced_progress.py | Lines: 83-106

    testing json serialization deserialization workflow
  • function test_workflow_progress_structure

    A test function that validates the structure and behavior of a workflow progress tracking system for SQL query processing, including progress states, step transitions, and completion data.

    File: /tf/active/vicechatdev/full_smartstat/test_enhanced_progress.py | Lines: 10-81

    testing workflow progress-tracking sql validation
  • function test_enhanced_workflow

    A comprehensive test function that validates the EnhancedSQLWorkflow system by testing component initialization, request parsing, and data assessment capabilities.

    File: /tf/active/vicechatdev/full_smartstat/test_enhanced_workflow.py | Lines: 13-71

    testing integration-test workflow sql data-analysis
  • class AgentExecutor_v1

    Agent-based script executor that generates standalone Python files, manages dependencies, and provides iterative debugging capabilities

    File: /tf/active/vicechatdev/full_smartstat/agent_executor.py | Lines: 25-938

    class agentexecutor
  • class DynamicSchemaDiscovery

    Discovers database schema from live database connection

    File: /tf/active/vicechatdev/full_smartstat/dynamic_schema_discovery.py | Lines: 69-1251

    class dynamicschemadiscovery
  • class DatabaseInfo

    A dataclass that encapsulates complete database schema information including tables, columns, relationships, and metadata for a specific database instance.

    File: /tf/active/vicechatdev/full_smartstat/dynamic_schema_discovery.py | Lines: 32-67

    database schema metadata dataclass serialization
  • class TableInfo

    A dataclass that encapsulates comprehensive metadata about a database table, including schema information, columns, keys, and data quality metrics.

    File: /tf/active/vicechatdev/full_smartstat/dynamic_schema_discovery.py | Lines: 19-29

    dataclass database metadata schema table-info
  • class DocumentAccessControls

    A Panel-based UI component that manages document access controls, providing view and edit buttons with role-based permissions and status indicators.

    File: /tf/active/vicechatdev/CDocs/ui/components/document_access_controls.py | Lines: 39-241

    ui-component panel document-management access-control permissions
  • class DocumentShareManager

    A Panel-based UI component for managing document sharing permissions, displaying share URLs, and viewing user access information for controlled documents.

    File: /tf/active/vicechatdev/CDocs/ui/components/share_manager.py | Lines: 115-311

    ui-component document-management sharing permissions panel
  • class SharePermissionIndicator

    A Panel-based visual indicator component that displays document sharing permissions, showing whether a user has write access or read-only access to a document with color-coded status indicators.

    File: /tf/active/vicechatdev/CDocs/ui/components/share_manager.py | Lines: 25-113

    panel ui-component permissions access-control document-management
  • function get_admin_view

    Retrieves an admin panel view component for a Panel-based application, handling user authentication and error cases gracefully.

    File: /tf/active/vicechatdev/CDocs/ui/admin_panel.py | Lines: 1761-1790

    admin-panel panel holoviz ui-component authentication
  • function create_embedded_admin_panel

    Creates and returns an embedded AdminPanel instance configured for integration within other application interfaces without its own template or session manager.

    File: /tf/active/vicechatdev/CDocs/ui/admin_panel.py | Lines: 1734-1758

    admin panel embedded ui dashboard
  • function create_admin_panel

    Factory function that creates and returns a configured AdminPanel instance with optional template, session management, parent application reference, and embedding mode.

    File: /tf/active/vicechatdev/CDocs/ui/admin_panel.py | Lines: 1699-1731

    factory-pattern admin-panel ui-creation panel dashboard
  • class AdminPanel

    Admin configuration interface component

    File: /tf/active/vicechatdev/CDocs/ui/admin_panel.py | Lines: 69-1697

    class adminpanel
  • function create_review_panel

    Factory function that creates and initializes a ReviewPanel instance with error handling, supporting both standalone and embedded modes for document review management.

    File: /tf/active/vicechatdev/CDocs/ui/review_panel.py | Lines: 2026-2075

    ui panel review-management factory-function error-handling
  • function create_training_dashboard

    Factory function that creates and initializes a TrainingDashboard instance with optional user context from a parent application.

    File: /tf/active/vicechatdev/CDocs/ui/training_dashboard.py | Lines: 941-984

    factory-function dashboard training ui-component initialization
  • class TrainingDashboard

    Training dashboard for users to view and complete training requirements.

    File: /tf/active/vicechatdev/CDocs/ui/training_dashboard.py | Lines: 22-939

    class trainingdashboard
  • class ApprovalPanel_v1

    Approval management interface component

    File: /tf/active/vicechatdev/CDocs/ui/approval_panel.py | Lines: 62-1956

    class approvalpanel
  • class BaseUIComponent

    Base class for UI components that provides common notification functionality for displaying error, success, warning, and info messages.

    File: /tf/active/vicechatdev/CDocs/ui/base_ui.py | Lines: 14-48

    ui component base-class notification panel
  • function create_approval_panel

    Factory function that creates and initializes an ApprovalPanel instance with error handling, supporting both standalone and embedded modes for document approval management.

    File: /tf/active/vicechatdev/CDocs/ui/approval_panel_bis.py | Lines: 1901-1948

    ui panel approval-management document-control factory-function