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 Title | Description |
|---|---|
| ID | The unique identifier for the file record. |
| Filename | The unique, system-generated filename in the cloud storage. |
| Name | The human-readable name of the file (e.g., ein application.pdf). |
| Link | A direct, secure link to download the file. |
| Owner | The user who owns or uploaded the file. |
| Group | The 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.
| Title | Description |
|---|---|
| User / Group | The user and/or permission group associated with the file. |
| Filename | The unique, system-generated filename. |
| Url | A direct link to upload a new version of the file. |
| Mime | The file's MIME type, indicating its format (e.g., application/pdf). |
| Name / Description | The human-readable name and an optional description for the file. |
| Meta data | A JSON field for storing any additional, custom metadata about the file. |
| Bucket name / Bucket path | The specific location of the file within the underlying cloud storage service. |