Changes between Version 1 and Version 2 of UseCase005
- Timestamp:
- 05/12/26 22:45:27 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase005
v1 v2 18 18 19 19 {{{#!div style="text-align: justify; width: 100%;" 20 1. User clicks on an artist's name or photo from a releasepage or search result.20 1. User clicks on an {{{artist_name}}} or {{{photo}}} from a {{{Release}}} page or search result. 21 21 22 2. System retrieves the Artist record from the database, specifically accessing the artist_name, description, and photo.22 2. System retrieves the {{{Artist}}} record from the database, specifically accessing the {{{artist_name}}}, {{{description}}}, and {{{photo}}}. 23 23 24 3. System identifies all entries in the Release table that have a relationship with the selected artist_id.24 3. System identifies all entries in the {{{Release}}} table that have a relationship with the selected {{{artist_id}}}. 25 25 26 4. System retrieves every specific songwhere the artist is credited through the "features" relationship, ensuring appearances on singles or other albums are included in the profile.26 4. System retrieves every specific {{{Song}}} where the artist is credited through the "features" relationship, ensuring appearances on singles or other albums are included in the profile. 27 27 28 5. System retrieves metadata for these linked releases and featured tracks, including titles, cover_photos, and release_dates.28 5. System retrieves metadata for these linked releases and featured tracks, including {{{titles}}}, {{{cover_photos}}}, and {{{release_dates}}}. 29 29 30 30 6. System displays the consolidated artist profile, featuring their biography, primary !Albums/Singles, and a list of songs where they are featured.
