🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • class RelTypes_v1

    A constants class that defines string constants for relationship types used in a graph database (Neo4j) for a document management system.

    File: /tf/active/vicechatdev/CDocs single class/db/schema_manager.py | Lines: 41-84

    constants graph-database neo4j relationships document-management
  • class NodeLabels_v1

    A constants class that defines string labels for Neo4j graph database node types used in a controlled document management system (CDocs).

    File: /tf/active/vicechatdev/CDocs single class/db/schema_manager.py | Lines: 20-38

    constants neo4j graph-database node-labels document-management
  • function migrate_audit_trail_v1

    Migrates existing audit events from a legacy format to a new AuditTrail structure in a Neo4j database, returning migration statistics.

    File: /tf/active/vicechatdev/CDocs single class/db/db_operations.py | Lines: 977-1001

    database migration audit-trail neo4j schema-migration
  • class ControlledDocument

    A class representing a controlled document in a document management system, providing access to document metadata stored in a Neo4j database.

    File: /tf/active/vicechatdev/CDocs single class/db/db_operations.py | Lines: 958-975

    document-management database neo4j data-access-object DAO
  • class ControlledDocument_v1

    Model representing a controlled document.

    File: /tf/active/vicechatdev/CDocs/models/document.py | Lines: 700-1639

    class controlleddocument
  • function create_node_with_relationship_v1

    Creates a new node in a Neo4j graph database and optionally establishes a directed relationship with an existing node in a single atomic operation.

    File: /tf/active/vicechatdev/CDocs single class/db/db_operations.py | Lines: 75-162

    neo4j graph-database node-creation relationship database
  • function create_node

    Creates a node in a Neo4j graph database with a specified label and properties, automatically generating a UID and timestamp if not provided.

    File: /tf/active/vicechatdev/CDocs single class/db/db_operations.py | Lines: 21-73

    neo4j graph-database node-creation database cypher
  • function create_node_v1

    Creates a node in a Neo4j graph database with a specified label and properties, automatically generating a unique ID and timestamp if not provided.

    File: /tf/active/vicechatdev/CDocs/db/db_operations.py | Lines: 41-96

    neo4j graph-database node-creation database cypher
  • class DocUser_v1

    Extended User model for document management system. This class wraps and extends the existing User model in the system, adding document-specific roles, departments, and permissions.

    File: /tf/active/vicechatdev/CDocs single class/models/user_extensions.py | Lines: 24-824

    class docuser
  • class ReviewerAssignment

    Model class representing a reviewer assignment within a review cycle, managing reviewer information, status, decisions, and lifecycle of review assignments.

    File: /tf/active/vicechatdev/CDocs single class/models/review.py | Lines: 1295-1596

    review assignment workflow reviewer decision-tracking
  • class ReviewerAssignment_v1

    Model class representing a reviewer assignment within a review cycle, managing reviewer information, status, decisions, and lifecycle tracking for document review processes.

    File: /tf/active/vicechatdev/CDocs/models/review.py | Lines: 1225-1506

    review-management assignment reviewer workflow database-model
  • class ReviewCycle_v1

    Model representing a review cycle for a document version.

    File: /tf/active/vicechatdev/CDocs single class/models/review.py | Lines: 286-1291

    class reviewcycle
  • 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 | Lines: 24-283

    review comment document-review workflow resolution-tracking
  • class ReviewComment_v1

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

    File: /tf/active/vicechatdev/CDocs/models/review.py | Lines: 22-216

    review comment document-management database neo4j
  • class ApproverAssignment

    Model class representing an approver assignment within an approval cycle, managing the state and lifecycle of individual approval tasks assigned to users.

    File: /tf/active/vicechatdev/CDocs single class/models/approval.py | Lines: 1051-1334

    approval workflow assignment approver document-management
  • class ApproverAssignment_v1

    Model class representing an approver assignment within an approval cycle, managing the relationship between an approver and their approval task including status, decisions, and lifecycle tracking.

    File: /tf/active/vicechatdev/CDocs/models/approval_bis.py | Lines: 808-1097

    approval-workflow assignment-management database-model status-tracking decision-tracking
  • class ApprovalCycle_v2

    Model representing an approval cycle for a document version.

    File: /tf/active/vicechatdev/CDocs single class/models/approval.py | Lines: 269-1047

    class approvalcycle
  • 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 | Lines: 25-266

    approval comment workflow document-management review
  • class ControlledDocument_v1

    Model representing a controlled document.

    File: /tf/active/vicechatdev/CDocs single class/models/document.py | Lines: 633-1454

    class controlleddocument
  • class DocumentVersion

    Model class representing a specific version of a controlled document in a document management system, handling version metadata, file paths, status tracking, and review workflows.

    File: /tf/active/vicechatdev/CDocs single class/models/document.py | Lines: 43-629

    document-management version-control file-storage workflow review-cycle