🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "feedback"

Found 50 matching component(s)

  • function test_template_with_data

    Tests a template file by replacing placeholders with test data and validates that all required placeholders have been filled, excluding known conditional placeholders.

    File: /tf/active/vicechatdev/test_comprehensive_templates.py

    template-testing validation placeholder-replacement jinja2 file-processing
  • function main_v30

    Main entry point function that reads a markdown file, converts it to an enhanced Word document with preserved heading structure, and saves it with a timestamped filename.

    File: /tf/active/vicechatdev/improved_word_converter.py

    document-conversion markdown-to-word file-processing docx main-entry-point
  • function _download_current_version

    Downloads the current version of a document from either FileCloud storage or standard storage, handling different storage types and triggering a browser download.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management file-download filecloud storage panel
  • function main_v41

    Entry point function that orchestrates the process of loading a meeting transcript, generating structured meeting minutes using OpenAI's GPT-4o API, and saving the output to a file.

    File: /tf/active/vicechatdev/meeting_minutes_generator.py

    main-function entry-point meeting-minutes transcript-processing openai
  • function merge_word_documents

    Merges track changes and comments from a revision Word document into a base Word document, creating a combined output document.

    File: /tf/active/vicechatdev/word_merge.py

    document-processing word-documents docx merge track-changes
  • function main_v42

    Entry point function that orchestrates the Project Victoria disclosure analysis by initializing the generator, running the complete analysis, and displaying results with next steps.

    File: /tf/active/vicechatdev/project_victoria_disclosure_generator.py

    main-entry-point cli disclosure-analysis legal-documentation project-victoria
  • function test_web_ui

    Integration test function that validates a Flask web UI for meeting minutes generation by testing file upload, generation, and regeneration endpoints with sample transcript and PowerPoint files.

    File: /tf/active/vicechatdev/leexi/test_ui.py

    testing integration-test web-ui flask api-testing
  • function test_document_extractor

    A test function that validates the DocumentExtractor class by testing file type support detection, text extraction from various document formats, and error handling.

    File: /tf/active/vicechatdev/leexi/test_document_extractor.py

    testing document-extraction file-processing validation text-extraction
  • function main_v49

    A validation function that checks SharePoint configuration settings from environment variables and provides diagnostic feedback on their validity.

    File: /tf/active/vicechatdev/SPFCsync/validate_config.py

    validation configuration sharepoint azure environment-variables
  • function explore_site_lists

    Retrieves and displays all SharePoint lists from a specified site using Microsoft Graph API, printing their display names, IDs, template types, and web URLs.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph api lists discovery
  • function main_v51

    A diagnostic function that explores SharePoint site structure to investigate why only 2 folders are visible when more are expected in the web interface.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    diagnostic sharepoint debugging folder-exploration configuration-validation
  • function main_v28

    Executes a diagnostic analysis for file synchronization issues, analyzes missing files, and saves the results to a JSON file.

    File: /tf/active/vicechatdev/SPFCsync/deep_diagnostics.py

    diagnostics file-synchronization sharepoint filecloud analysis
  • function test_filecloud_connection_v1

    Tests the connection to a FileCloud server by attempting to instantiate a FileCloudClient with credentials from configuration.

    File: /tf/active/vicechatdev/SPFCsync/test_connections.py

    testing connection-test filecloud diagnostic health-check
  • function test_azure_token

    Tests Azure AD authentication by attempting to acquire an OAuth2 access token using client credentials flow for Microsoft Graph API access.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_sharepoint.py

    azure authentication oauth2 access-token microsoft-graph
  • function main_v71

    Orchestrates a comprehensive SharePoint connection diagnostic tool that validates Azure AD authentication and SharePoint access by running multiple tests and reporting results.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_sharepoint.py

    diagnostics sharepoint azure-ad authentication testing
  • function test_drive_items

    Tests access to items in a Microsoft SharePoint drive by querying the Microsoft Graph API and verifying the response.

    File: /tf/active/vicechatdev/SPFCsync/check_tenant_config.py

    microsoft-graph-api sharepoint authentication api-testing drive-access
  • function main_v73

    Orchestrates and executes a series of example demonstrations for the DocChat system, including document indexing, RAG queries, and conversation modes.

    File: /tf/active/vicechatdev/docchat/example_usage.py

    demo examples orchestration RAG document-chat
  • function check_dependencies

    Validates the installation status of all required Python packages for the DocChat application by attempting to import each dependency and logging the results.

    File: /tf/active/vicechatdev/docchat/integration.py

    dependency-check validation installation package-management flask
  • function main_v34

    Interactive CLI function that allows users to select and run document processing test scenarios with varying document counts, providing feedback on test success and next steps.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_real_documents.py

    cli interactive testing document-processing user-input
  • function auth_callback

    OAuth callback handler that processes Azure SSO authentication responses, exchanges authorization codes for access tokens, and establishes user sessions.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    oauth authentication azure-sso callback flask-route
  • function load_data

    Loads a CSV dataset from a specified filepath using pandas, with fallback to creating sample data if the file is not found.

    File: /tf/active/vicechatdev/vice_ai/smartstat_scripts/5a059cb7-3903-4020-8519-14198d1f39c9/analysis_1.py

    data-loading csv pandas file-io error-handling
  • function export_results

    Exports correlation analysis results to multiple CSV files, including overall correlations, grouped correlations, and significant findings.

    File: /tf/active/vicechatdev/vice_ai/smartstat_scripts/5a059cb7-3903-4020-8519-14198d1f39c9/analysis_1.py

    data-export csv file-io correlation-analysis results-persistence
  • function get_review_cycle

    Retrieves comprehensive information about a review cycle, including optional reviewer assignments, comments, and associated document details.

    File: /tf/active/vicechatdev/CDocs/controllers/review_controller.py

    review-cycle document-management review-workflow data-retrieval graph-database
  • function get_review

    Retrieves a specific review cycle by its unique identifier (UID) with optional inclusion of associated document details and review comments.

    File: /tf/active/vicechatdev/CDocs/controllers/review_controller.py

    document-management review-cycle workflow retrieval query
  • function validate_document_structure

    Validates the structural integrity of a DOCX document by checking if it contains all required sections specified in the document type template configuration.

    File: /tf/active/vicechatdev/CDocs/utils/document_processor.py

    document-validation docx structure-validation template-compliance file-processing
  • class DocumentDashboard

    Dashboard for viewing and managing controlled documents.

    File: /tf/active/vicechatdev/CDocs/ui/document_dashboard.py

    class documentdashboard
  • 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

    panel ui-component permissions access-control document-management
  • 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

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

    A dataclass representing a single iteration in an iterative SQL query generation and evaluation workflow, capturing the query, its results, assessment, and improvement suggestions.

    File: /tf/active/vicechatdev/full_smartstat/enhanced_sql_workflow.py

    dataclass sql query-generation iteration evaluation
  • class EnhancedSQLWorkflow

    Enhanced SQL workflow with iterative optimization

    File: /tf/active/vicechatdev/full_smartstat/enhanced_sql_workflow.py

    class enhancedsqlworkflow
  • function main_v74

    Entry point function that orchestrates vendor enrichment testing by parsing command-line arguments, running setup validation, and executing a single vendor test against a ChromaDB collection.

    File: /tf/active/vicechatdev/find_email/test_enrichment.py

    testing vendor-enrichment command-line argparse chromadb
  • function test_configuration_v1

    Validates that all required configuration variables (Azure AD credentials, OpenAI API key, and domain) are properly set and not using placeholder values.

    File: /tf/active/vicechatdev/find_email/test_vendor_extractor.py

    configuration validation testing setup credentials
  • function check_dependencies_v1

    Validates the presence of required Python packages by attempting to import them and returns a list of any missing dependencies.

    File: /tf/active/vicechatdev/email-forwarder/run_service.py

    dependency-check validation package-management installation prerequisites
  • function main_v91

    Entry point function that validates the working directory and starts an email forwarding service.

    File: /tf/active/vicechatdev/email-forwarder/run_service.py

    entry-point main-function email-forwarder service-startup directory-validation
  • function run_command

    Executes a shell command with error handling and provides formatted console output with status indicators (emoji-based feedback).

    File: /tf/active/vicechatdev/email-forwarder/setup_venv.py

    shell subprocess command-execution error-handling automation
  • function check_file_exists

    Checks if a file exists at the specified filepath and prints a formatted status message with a description.

    File: /tf/active/vicechatdev/email-forwarder/setup_venv.py

    file-validation file-system utility validation file-check
  • function test_configuration_v2

    A test function that validates configuration settings by calling settings.validate_config() and prints the result with success/failure indicators.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py

    testing configuration validation diagnostics setup
  • function test_o365_connection

    Tests the connection to Microsoft Office 365 (O365) by attempting to obtain an authentication token through the O365Client.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py

    o365 office365 microsoft authentication connection-test
  • function send_test_email

    Sends a test email via SMTP to verify email forwarding service functionality, creating a MIME multipart message with customizable sender, recipient, subject, and body content.

    File: /tf/active/vicechatdev/email-forwarder/send_test_email.py

    email smtp testing mail-sending email-forwarding
  • function test_configuration_v3

    A test function that validates the presence and loading of required Microsoft 365 and SMTP configuration settings from a settings module.

    File: /tf/active/vicechatdev/email-forwarder/test_imports.py

    configuration validation testing microsoft-365 oauth
  • function login_filecloud

    Authenticates with FileCloud service using guest login credentials and returns an active session object for subsequent API calls.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    authentication filecloud login session-management api-client
  • function download_file_v1

    Downloads a single file from a FileCloud server using an authenticated session and saves it to a local path with streaming support.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    file-download filecloud cloud-storage streaming http-client
  • class CommentType

    An enumeration class that defines standardized types for comments used in review and approval workflows.

    File: /tf/active/vicechatdev/CDocs single class/models/workflow_base.py

    enum enumeration comment review approval
  • function add_approval_comment_v2

    Adds a comment to an approval cycle in a document management system, with optional resolution requirements and comment type specification.

    File: /tf/active/vicechatdev/CDocs single class/controllers/approval_controller.py

    approval-workflow document-management comments collaboration controlled-documents
  • function resolve_approval_comment

    Resolves an approval comment by delegating to the underlying controller's resolve_comment method, with automatic action logging via decorator.

    File: /tf/active/vicechatdev/CDocs single class/controllers/approval_controller.py

    approval comment resolution workflow document-management
  • function complete_approval_v2

    Completes an approval cycle by recording a decision (approve/reject) and optional comments, then returns the operation status.

    File: /tf/active/vicechatdev/CDocs single class/controllers/approval_controller.py

    approval workflow document-management controller decision
  • function get_document_review_cycles_v1

    Retrieves all review cycles associated with a specific document, with an option to filter for only active cycles.

    File: /tf/active/vicechatdev/CDocs single class/controllers/review_controller.py

    document-management review-cycles workflow controller document-review
  • function add_review_comment_v1

    Adds a comment to a document review cycle, with options to mark it as requiring resolution and specify comment type.

    File: /tf/active/vicechatdev/CDocs single class/controllers/review_controller.py

    document-management review-cycle comments workflow controlled-documents
  • function extend_review_deadline_v1

    Extends the deadline of a review cycle by updating its due date and returns a success status with a message.

    File: /tf/active/vicechatdev/CDocs single class/controllers/review_controller.py

    review-management deadline-extension document-control workflow audit-logging
  • class ReviewPanel

    ReviewPanel is a UI component class for managing document review workflows, providing interfaces for viewing review details, submitting review decisions, and managing review cycles.

    File: /tf/active/vicechatdev/CDocs single class/ui/review_panel.py

    ui-component review-management workflow panel document-management

Search Examples