ovo.app.components.attachment_components

Module Contents

Functions

add_project_attachments

list_project_attachments

List project attachments with download and delete options.

select_project_attachments

Shows checkboxes with attachments and returns a list of selected project attachments.

API

ovo.app.components.attachment_components.add_project_attachments(project: ovo.core.database.models.Project)
ovo.app.components.attachment_components.list_project_attachments(project: ovo.core.database.models.Project)

List project attachments with download and delete options.

ovo.app.components.attachment_components.select_project_attachments(project: ovo.core.database.models.Project, extensions: tuple = None, missing_message: str = None) list[ovo.core.database.models.AttachmentArtifact]

Shows checkboxes with attachments and returns a list of selected project attachments.