Skip to content

Module: Filer

The Filer module is the centralized and secure document repository for the entire platform. It manages all uploaded files, linking them to specific users, offers, or other entities, and handles the connection to the underlying cloud storage.

The List View

This screen provides a master list of all files uploaded to the platform.

Column TitleDescription
IDThe unique identifier for the file record.
FilenameThe unique, system-generated filename in the cloud storage.
NameThe human-readable name of the file (e.g., ein application.pdf).
LinkA direct, secure link to download the file.
OwnerThe user who owns or uploaded the file.
GroupThe permission group associated with the file.

The Detail View

This view shows all the properties and metadata for a single file stored in the system.

TitleDescription
User / GroupThe user and/or permission group associated with the file.
FilenameThe unique, system-generated filename.
UrlA direct link to upload a new version of the file.
MimeThe file's MIME type, indicating its format (e.g., application/pdf).
Name / DescriptionThe human-readable name and an optional description for the file.
Meta dataA JSON field for storing any additional, custom metadata about the file.
Bucket name / Bucket pathThe specific location of the file within the underlying cloud storage service.