UseCase011 - Associating featured Artists to Song
Initiating actor: Logged-In Admin
The goal of this use case is to allow an administrator to credit additional performers on a specific track. By establishing a relationship between a song and one or more featured artists, the system ensures that these tracks appear on the performers' individual profiles and are correctly identified in the song's metadata.
Scenario
- Admin selects a specific
Songfrom the database that requires featured artist credits.
- Admin searches for and selects the
Artist/swho contributed as featured performers on the track.
- System verifies the existence of the unique
artist_idandsong_id.
- System creates a relationship in the "features" table, linking the selected
Songto the featuredArtist/s.
- System updates the metadata for the
Songto display the primaryArtistalong with the newly associated featured performers.
- System confirms the successful association, ensuring the track now appears under the "Featured In" section of the relevant
Artistpages.
Last modified
2 weeks ago
Last modified on 05/12/26 23:12:34
Note:
See TracWiki
for help on using the wiki.
