Changes between Version 3 and Version 4 of UseCase003
- Timestamp:
- 05/12/26 22:49:38 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase003
v3 v4 20 20 1. User navigates to the store's catalog or search page to view available music. 21 21 22 2. System retrieves the list of Releases from the database, including metadata such as title, genre, and record_label.22 2. System retrieves the list of {{{Releases}}} from the database, including metadata such as {{{title}}}, {{{genre}}}, and {{{record_label}}}. 23 23 24 3. System matches each Release with its corresponding Artist to display the artist_name.24 3. System matches each {{{Release}}} with its corresponding {{{Artist}}} to display the {{{artist_name}}}. 25 25 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.26 4. 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}}}. 27 27 28 5. System displays the results to the user, formatted by the release type (Album or Single) and featuring the cover_photo.28 5. System displays the results to the user, formatted by the release type (Album or Single) and featuring the {{{cover_photo}}}. 29 29 }}}
