Changes between Version 3 and Version 4 of UseCase003


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase003

    v3 v4  
    20201. User navigates to the store's catalog or search page to view available music.
    2121
    22 2. System retrieves the list of Releases from the database, including metadata such as title, genre, and record_label.
     222. System retrieves the list of {{{Releases}}} from the database, including metadata such as {{{title}}}, {{{genre}}}, and {{{record_label}}}.
    2323
    24 3. System matches each Release with its corresponding Artist to display the artist_name.
     243. System matches each {{{Release}}} with its corresponding {{{Artist}}} to display the {{{artist_name}}}.
    2525
    26 4. System identifies the specific physical Products available for each release (such as Vinyl, CD, or Cassette) along with their current price and stock levels.
     264. System identifies the specific physical {{{Product/s}}} available for each release (such as Vinyl, CD, or Cassette) along with their current {{{price}}} and {{{stock levels}}}.
    2727
    28 5. System displays the results to the user, formatted by the release type (Album or Single) and featuring the cover_photo.
     285. System displays the results to the user, formatted by the release type (Album or Single) and featuring the {{{cover_photo}}}.
    2929}}}