| Version 1 (modified by , 2 weeks ago) ( diff ) |
|---|
UseCase009 - Modification of a Product
Initiating actor: Logged-In Admin
The goal of this use case is to allow an administrator to update the details of an existing physical product in the inventory. This ensures that information such as current pricing, stock availability, and format descriptions remain accurate, reflecting real-time changes in the store's supply and business requirements.
Scenario
- Admin selects an existing
Productfrom the inventory management interface that requires an update.
- System retrieves the current data for the
Product, includingprice,stock,description, andformat.
- Admin enters the new values for the attributes that need to be modified.
- System validates the updated information to ensure it adheres to the required data formats (e.g., non-negative values for price and stock).
- System updates the corresponding record in the
Producttable with the new data.
- System confirms the successful modification to the admin and updates the product information across the public catalog immediately.
Note:
See TracWiki
for help on using the wiki.
