🔍 Code Extractor

Search Components

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

Search Results for "replies"

Found 7 matching component(s)

  • 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
  • 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 ApprovalComment_v2

    A model class representing a comment made during document approval workflows, with support for resolution tracking, replies, and database persistence.

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

    approval comment workflow document-management review
  • 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
  • class ApprovalController

    Controller for managing document approval processes.

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

    class approvalcontroller
  • class WorkflowControllerBase

    Abstract base class that defines the interface for workflow controllers managing document review and approval processes.

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

    workflow abstract-base-class document-management review approval
  • class ReviewController

    Controller for managing document review processes.

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

    class reviewcontroller

Search Examples