🔍 Code Extractor

Search Components

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

Search Results for "dashboard"

Found 42 matching component(s)

  • class DocumentDetail

    Document detail view component

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

    class documentdetail
  • function create_document_detail

    Factory function that creates and initializes a DocumentDetail panel component, optionally loading a specific document by its UID.

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

    ui panel document-management factory-function controlled-documents
  • function main_page

    Renders the main navigation page for the FileCloud Data Processor application, providing authenticated users with access to various modules including document audit, controlled documents, settings, and reports.

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

    streamlit ui navigation authentication dashboard
  • function controlled_docs_navigation

    Navigation controller for a Streamlit-based controlled documents module that manages document and review dashboards with URL parameter-based routing.

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

    streamlit navigation ui routing document-management
  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • function create_data_quality_dashboard_v1

    Creates an interactive data quality dashboard for analyzing treatment timing issues in poultry flock management data by loading and processing CSV files containing timing anomalies.

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

    data-quality dashboard visualization poultry-management treatment-timing
  • function create_data_quality_dashboard

    Creates an interactive command-line dashboard for analyzing data quality issues in treatment timing data, specifically focusing on treatments administered outside of flock lifecycle dates.

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

    data-quality dashboard interactive menu-driven timing-analysis
  • class ControlledDocApp

    A standalone Panel web application class that provides a complete controlled document management system with user authentication, navigation, and document lifecycle management features.

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

    panel web-application document-management authentication navigation
  • class CDocsApp

    Panel-based web application class for the CDocs Controlled Document System that provides a complete UI with navigation, authentication, and document management features.

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

    panel web-application ui document-management authentication
  • function main_v20

    Entry point function that initializes and serves the CDocs Panel web application with configurable port and debug mode options.

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

    entry-point web-application panel server cli
  • class ControlledDocumentFlaskApp

    Main Flask application class for Controlled Document Management System.

    File: /tf/active/vicechatdev/CDocs/main_flask.py

    class controlleddocumentflaskapp
  • class ControlledDocumentApp

    Main application class for the Controlled Document Management System. This class initializes all components and provides the main Panel interface for the application. It is designed to be served via `panel serve` command and integrates with the existing datacapture application.

    File: /tf/active/vicechatdev/CDocs/main.py

    class controlleddocumentapp
  • class AuthCodeHandler

    A callable handler class that processes OAuth authentication codes from form POST requests, exchanges them for access tokens, and authenticates users via Azure SSO.

    File: /tf/active/vicechatdev/CDocs/main.py

    authentication oauth azure-sso callback-handler webhook
  • function process_auth_code

    Processes OAuth authorization codes from POST requests, exchanges them for access tokens via Azure SSO, and authenticates users into the application.

    File: /tf/active/vicechatdev/CDocs/main.py

    authentication oauth azure-sso authorization-code token-exchange
  • function get_system_stats

    Retrieves comprehensive system statistics from a Neo4j graph database for display on an admin dashboard, including user counts, document counts, review cycles, and approval metrics.

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

    admin dashboard statistics metrics neo4j
  • function get_document_stats

    Retrieves aggregated statistics about controlled documents from a Neo4j database, including status and type distributions for visualization in charts.

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

    statistics analytics neo4j graph-database document-management
  • function get_approval_statistics_v1

    Retrieves comprehensive approval statistics from a Neo4j graph database, including counts of total, pending, completed, approved, and rejected approval cycles and decisions, along with calculated approval rates.

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

    statistics analytics approval-workflow neo4j graph-database
  • function get_user_pending_approvals

    Retrieves all pending approval assignments for a specific user, with optional filtering by completion status and date range, returning structured approval data for UI display.

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

    approval-management user-approvals document-workflow pagination date-filtering
  • function get_user_training_dashboard

    Retrieves a user's training dashboard data by querying Neo4j for required and completed training records associated with controlled documents.

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

    training dashboard neo4j graph-database user-training
  • function get_training_overview

    Retrieves a comprehensive training overview for the admin panel, including training plans, active assignments, and recent completions from a Neo4j graph database.

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

    training admin overview dashboard neo4j
  • function log_controller_action

    A decorator factory that logs controller actions with different log levels based on whether the action is routine or non-routine, and handles exceptions during execution.

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

    decorator logging controller error-handling monitoring
  • function get_review_statistics

    Retrieves comprehensive review statistics from a Neo4j graph database, including counts of review cycles, approval rates, and reviewer decisions.

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

    statistics analytics review-system neo4j graph-database
  • function get_user_pending_reviews

    Retrieves all pending (and optionally completed) document reviews assigned to a specific user, with support for date filtering and pagination.

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

    review-management user-assignments document-review pagination filtering
  • class TrainingCompletion

    UI component for completing training requirements.

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

    class trainingcompletion
  • class DocumentDashboard

    Dashboard for viewing and managing controlled documents.

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

    class documentdashboard
  • class DocumentDetail_v2

    Document detail view component

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

    class documentdetail
  • class UserTasksPanel

    Panel showing pending tasks for the current user

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

    class usertaskspanel
  • function create_user_tasks_panel

    Factory function that creates and initializes a UserTasksPanel instance, optionally setting the current user from a parent application.

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

    ui panel dashboard user-tasks factory-pattern
  • class ApprovalPanel

    Approval management interface component

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

    class approvalpanel
  • class ApprovalPanel_v1

    Approval management interface component

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

    class approvalpanel
  • class TrainingDashboard

    Training dashboard for users to view and complete training requirements.

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

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

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

    Review management interface component

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

    class reviewpanel
  • class AdminPanel

    Admin configuration interface component

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

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

    factory-pattern admin-panel ui-creation panel dashboard
  • 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

    admin panel embedded ui dashboard
  • 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

    admin-panel panel holoviz ui-component authentication
  • 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 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

    ui-component document-management sharing permissions panel
  • function admin_status

    Flask route handler that retrieves comprehensive system status information including disk usage, session counts, analysis counts, and orphaned file detection for an admin dashboard.

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

    admin monitoring disk-usage system-status flask-route
  • function _eval_panel

    Evaluates and initializes a panel component (function, template, or panel object) within a Bokeh document context, handling different panel types and modifying the document accordingly.

    File: /tf/active/vicechatdev/patches/server.py

    panel bokeh document server template
  • function serve

    Serves one or more Panel objects on a single web server, allowing interactive dashboards and applications to be deployed locally or remotely with configurable networking and threading options.

    File: /tf/active/vicechatdev/patches/server.py

    server deployment web-server panel dashboard

Search Examples