🔍 Code Extractor

Search Components

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

Search Results for "collaboration"

Found 16 matching component(s)

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

    A dataclass representing a document with hierarchical structure, versioning, metadata, and collaboration features.

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

    document-management dataclass versioning collaboration serialization
  • function add_approval_comment

    Adds a comment to an approval cycle for a controlled document, with support for threaded comments, different comment types, and automatic notifications to relevant stakeholders.

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

    approval comment document-management collaboration permissions
  • function update_approval_comment

    Updates an approval comment's text and/or status with permission checks, audit logging, and notifications for resolved comments.

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

    approval-workflow comment-management permission-control audit-logging notification
  • function manage_user_share_access

    Manages user access permissions (read-only or edit) to a specific document version share in FileCloud, creating the share if it doesn't exist.

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

    filecloud document-sharing access-control permissions user-management
  • function add_approval_comment_v1

    Adds a comment to an approval cycle with optional location information, page references, and reply threading. Validates user permissions, logs audit trails, and sends notifications to other approvers for issue-type comments.

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

    approval comment document-management collaboration audit-trail
  • function create_review_cycle

    Creates a new review cycle for a controlled document, assigning reviewers with optional sequential workflow, custom instructions, and approval requirements.

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

    document-management review-workflow approval-process permission-control audit-trail
  • function add_review_comment

    Adds a comment to a document review cycle with support for threaded comments, different comment types, and location-based annotations.

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

    review comment document-management collaboration threaded-comments
  • function update_review_comment

    Updates an existing review comment's text and/or status with permission checks, audit logging, and notifications for resolved comments.

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

    review-management comment-update permission-control audit-logging notification
  • function add_reviewer_to_active_review

    Adds a reviewer to an active review cycle with optional sequence ordering and instructions, handling permissions, notifications, and audit logging.

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

    document-management review-cycle reviewer-assignment permissions audit-logging
  • class CommentBase

    Base class for comment objects that provides common functionality for ReviewComment and ApprovalComment types, managing comment data, metadata, and lifecycle operations.

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

    comment review approval base-class abstract
  • class ReviewComment

    A model class representing a comment made during document review, with support for resolution tracking, replies, and integration with review cycles.

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

    review comment document-review workflow resolution-tracking
  • function create_approval_cycle_v2

    Creates an approval cycle for a specific document version, assigning approvers and configuring approval workflow parameters.

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

    approval-workflow document-management controlled-documents workflow-automation permission-controlled
  • 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 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
  • class ConversationContextManager

    Advanced conversation context manager that analyzes conversation history, extracts topics, builds reference maps, and generates contextual intelligence for multi-turn conversations.

    File: /tf/active/vicechatdev/e-ink-llm/conversation_context.py

    conversation-management context-analysis topic-extraction reference-tracking conversation-intelligence

Search Examples