Upload and Management of Assets and Media by UI #25

Open
opened 2024-11-19 16:27:58 +00:00 by Fastwind · 1 comment
Owner

This Feature should allow Curators to add content directly, and not by devices.

Changes Required in the API:

  • Adding endpoint for file upload
  • Changes to AssetsEndpoint to handle the URI generated by the Upload
  • Changes to AssetsEndpoint to handle the delete of Uploaded files, but not for Devices (major rework)
This Feature should allow Curators to add content directly, and not by devices. Changes Required in the API: + Adding endpoint for file upload + Changes to AssetsEndpoint to handle the URI generated by the Upload + Changes to AssetsEndpoint to handle the delete of Uploaded files, but not for Devices (major rework)
Fastwind added the enhancement label 2024-11-19 16:27:58 +00:00
Owner

🤖 Automated AI-generated analysis (2026-07-08):

Partial progress — download/display side is implemented, upload is not:

Commit Description
632ca0d feat: add full-size view and download buttons in preview overlay
9829e02 fix: download button now fetches blob and triggers actual file download
29b021b feat: pass JWT token in media URLs for authenticated thumbnail/preview requests
d10e062 feat: add albums list page and album detail page with inline preview

The UI now handles asset viewing, preview overlays, and downloads. What's missing per the issue:

  • Upload endpoint — no AssetController endpoint for file upload yet
  • Upload UI — no file upload component in the WASM client
  • Uploaded file deletion — related to #20 (handling deletion of uploaded vs device-originated files)
  • URI generation for uploads — new assets from uploads need a different URI scheme than device-scanned assets
🤖 *Automated AI-generated analysis (2026-07-08):* **Partial progress — download/display side is implemented, upload is not:** | Commit | Description | |---|---| | `632ca0d` | feat: add full-size view and download buttons in preview overlay | | `9829e02` | fix: download button now fetches blob and triggers actual file download | | `29b021b` | feat: pass JWT token in media URLs for authenticated thumbnail/preview requests | | `d10e062` | feat: add albums list page and album detail page with inline preview | The UI now handles asset viewing, preview overlays, and downloads. What's missing per the issue: - **Upload endpoint** — no `AssetController` endpoint for file upload yet - **Upload UI** — no file upload component in the WASM client - **Uploaded file deletion** — related to #20 (handling deletion of uploaded vs device-originated files) - **URI generation for uploads** — new assets from uploads need a different URI scheme than device-scanned assets
REDCODE added the AI Gen label 2026-07-08 16:32:38 +00:00
Ai_Agent added the area:backendarea:frontend labels 2026-07-12 17:46:33 +00:00
Ai_Agent added this to the v1.1 - Upload, Admin Tooling & Site Quality milestone 2026-07-13 17:15:32 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MilkyShots/MilkyShots#25