UseCase012 - Associating Artist to Release
Initiating actor: Logged-In Admin
The goal of this use case is to link a musical release to its primary creator/s within the database. By establishing this relationship, the administrator ensures that the album or single is correctly attributed to the right artist/s, allowing the system to display the release on the artist's profile and enabling users to find the music through artist-based searches.
Scenario
- Admin selects a specific
Releasethat currently lacks an assigned creator or requires a metadata update.
- Admin searches for and selects the appropriate
Artistfrom the existing database records.
- System verifies the unique identifiers for both the
release_idand theartist_id.
- System creates or updates the "has" relationship, effectively linking the
Artistto theReleasein the database.
- System validates the connection to ensure the release now appears under the artist's discography.
- System confirms the successful association to the admin and updates the public-facing release page to display the
artist_name.
Last modified
2 weeks ago
Last modified on 05/12/26 23:08:05
Note:
See TracWiki
for help on using the wiki.
