Changes between Version 1 and Version 2 of UseCase005


Ignore:
Timestamp:
05/12/26 22:45:27 (2 weeks ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase005

    v1 v2  
    1818
    1919{{{#!div style="text-align: justify; width: 100%;"
    20 1. User clicks on an artist's name or photo from a release page or search result.
     201. User clicks on an {{{artist_name}}} or {{{photo}}} from a {{{Release}}} page or search result.
    2121
    22 2. System retrieves the Artist record from the database, specifically accessing the artist_name, description, and photo.
     222. System retrieves the {{{Artist}}} record from the database, specifically accessing the {{{artist_name}}}, {{{description}}}, and {{{photo}}}.
    2323
    24 3. System identifies all entries in the Release table that have a relationship with the selected artist_id.
     243. System identifies all entries in the {{{Release}}} table that have a relationship with the selected {{{artist_id}}}.
    2525
    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.
     264. 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.
    2727
    28 5. System retrieves metadata for these linked releases and featured tracks, including titles, cover_photos, and release_dates.
     285. System retrieves metadata for these linked releases and featured tracks, including {{{titles}}}, {{{cover_photos}}}, and {{{release_dates}}}.
    2929
    30306. System displays the consolidated artist profile, featuring their biography, primary !Albums/Singles, and a list of songs where they are featured.