Set an image from an album as its cover #34

Closed
opened 2025-07-13 19:20:22 +00:00 by REDCODE · 1 comment
Owner
No description provided.
REDCODE added the enhancement label 2025-07-13 19:20:22 +00:00
Author
Owner

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

This feature appears to be implemented.

Recent commits directly address this:

Commit Description
d602d2d feat: add CoverAssetId to albums with resolution data in full DTO
4c90e55 feat: auto-assign album cover from first alphabetically-sorted asset

The CoverAssetId field was added to the Album model, AlbumCreateDto, AlbumFullDto, AlbumPreviewDto, and AlbumUpdateDto. A migration (20260708104055_AddAlbumCoverAsset) was generated. The cover is auto-assigned from the first alphabetically-sorted asset in the album.

If manual cover selection is still desired beyond auto-assignment, this issue can remain open. Otherwise, consider closing.

🤖 *Automated AI-generated analysis (2026-07-08):* **This feature appears to be implemented.** Recent commits directly address this: | Commit | Description | |---|---| | `d602d2d` | feat: add CoverAssetId to albums with resolution data in full DTO | | `4c90e55` | feat: auto-assign album cover from first alphabetically-sorted asset | The `CoverAssetId` field was added to the `Album` model, `AlbumCreateDto`, `AlbumFullDto`, `AlbumPreviewDto`, and `AlbumUpdateDto`. A migration (`20260708104055_AddAlbumCoverAsset`) was generated. The cover is auto-assigned from the first alphabetically-sorted asset in the album. If manual cover selection is still desired beyond auto-assignment, this issue can remain open. Otherwise, consider closing.
REDCODE added the AI Gen label 2026-07-08 16:32:29 +00:00
Ai_Agent added the area:backendarea:frontendpage:album-detail labels 2026-07-12 17:46:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MilkyShots/MilkyShots#34