🔍 Code Extractor

Search Components

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

Search Results for "editable"

Found 32 matching component(s)

  • class MetadataCatalog

    Helper class to manage FileCloud metadata sets and attributes. This class provides methods to work with FileCloud metadata by providing a more user-friendly interface on top of the raw API.

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

    class metadatacatalog
  • function publish_document

    Publishes an approved controlled document by converting it to PDF with signatures and audit trail, uploading to FileCloud, and updating the document status to PUBLISHED.

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

    document-management publishing pdf-conversion audit-trail controlled-documents
  • function get_document_download_url

    Retrieves a download URL for a controlled document, automatically selecting between editable (Word) and PDF formats based on document status or explicit request.

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

    document-management file-download url-generation version-control filecloud
  • function convert_document_to_pdf_v1

    Converts a document version from an editable format (e.g., Word) to PDF without changing the document's status, uploading the result to FileCloud and updating the version record.

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

    document-conversion pdf-generation filecloud controlled-documents document-management
  • function get_document_edit_url

    Generates an online editing URL for a document stored in FileCloud, allowing users to edit documents that are in editable states.

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

    document-management filecloud url-generation permission-control version-control
  • function update_document

    Updates properties of a controlled document including title, description, status, owner, and metadata, with special handling for status transitions that require format conversions or publishing workflows.

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

    document-management update controlled-document status-transition audit-trail
  • class pathobrowser_base

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

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

    class pathobrowser_base
  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • class pathobrowser_base_v1

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

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

    class pathobrowser_base
  • class DocumentVersion_v1

    Model representing a specific version of a controlled document.

    File: /tf/active/vicechatdev/CDocs/models/document.py

    class documentversion
  • class ControlledDocument_v1

    Model representing a controlled document.

    File: /tf/active/vicechatdev/CDocs/models/document.py

    class controlleddocument
  • function is_editable_status

    Validates whether a given document status string allows editing by checking it against a predefined list of editable statuses.

    File: /tf/active/vicechatdev/CDocs/models/document_status.py

    validation status-check document-management permissions configuration
  • function is_published_status

    Validates whether a document status string represents a published or non-editable state by checking against a predefined list of non-editable statuses.

    File: /tf/active/vicechatdev/CDocs/models/document_status.py

    validation document-management status-check workflow permissions
  • function get_filecloud_document_path_v1

    Constructs and returns the FileCloud storage path for a controlled document, supporting both custom and standard folder structures with version-specific file paths.

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

    filecloud document-management path-generation version-control file-storage
  • function publish_document_v3

    Publishes a controlled document by incrementing its version to the next major revision, converting it to a signed PDF, and updating its status to PUBLISHED.

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

    document-management publishing version-control pdf-generation workflow
  • function convert_document_to_pdf_v1

    Converts a document version to PDF format with audit trail, signatures, watermarks, and PDF/A compliance options, then uploads the result to FileCloud storage.

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

    document-conversion pdf-generation document-management audit-trail compliance
  • function get_document_edit_url_v1

    Generates a FileCloud URL to view or edit a controlled document, selecting the appropriate file format (PDF or Word) based on document status and version availability.

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

    document-management filecloud url-generation version-control audit-logging
  • function update_document_v3

    Updates a controlled document's properties (title, description, status, owner, metadata) with validation, audit logging, and special handling for status transitions that require PDF publishing or training resets.

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

    document-management update status-transition audit-trail permissions
  • class FileCloudIntegration

    Manages integration with FileCloud for document storage and metadata

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

    class filecloudintegration
  • function render_template

    Renders a template string by replacing placeholders with data values and processing conditional blocks (if/endif tags).

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

    template-rendering string-formatting conditional-logic placeholder-replacement text-processing
  • 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 pathobrowser_base_v2

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

    File: /tf/active/vicechatdev/datacapture_backup_16072025/datacapture.py

    class pathobrowser_base
  • class pathobrowser_base_v3

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

    File: /tf/active/vicechatdev/data_capture_backup_18072025/datacapture.py

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

    document-management version-control file-storage workflow review-cycle
  • class ControlledDocument_v1

    Model representing a controlled document.

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

    class controlleddocument
  • function is_editable_status_v1

    Validates whether a given status value belongs to the predefined group of editable statuses by checking membership in the EDITABLE_STATUSES constant.

    File: /tf/active/vicechatdev/CDocs single class/config/settings.py

    validation status-check workflow state-management business-logic
  • function is_published_status_v1

    Checks whether a given status value belongs to the published/non-editable status group by verifying its membership in NON_EDITABLE_STATUSES.

    File: /tf/active/vicechatdev/CDocs single class/config/settings.py

    validation status-check business-logic content-management workflow
  • function publish_document_v1

    Publishes a controlled document by converting it to PDF with signatures and audit trail, updating its status to PUBLISHED, and storing it in FileCloud.

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

    document-management publishing pdf-conversion audit-trail filecloud
  • function convert_document_to_pdf

    Converts a controlled document version to PDF format with audit trail, signatures, watermarking, and PDF/A compliance capabilities, then uploads the result to FileCloud storage.

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

    document-conversion pdf-generation pdf-a audit-trail compliance
  • function update_document_v1

    Updates properties of a controlled document including title, description, status, owner, and metadata, with special handling for status transitions that require format conversions or publishing workflows.

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

    document-management update controlled-document status-transition audit-trail
  • class DocumentDetail_v3

    Document detail view component

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

    class documentdetail

Search Examples