...
UC-03a | VersionManagement - Add version |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to add new product versions |
Secuence |
|
Postconditions | Audit fields must save who created that version. |
Exceptions | System must reject version if provided product KEY does not exist. |
Comments | None |
...
→ TODO
UC-03b | VersionManagement - Updateproductversion |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to update a productversion |
Secuence |
|
Postconditions | Audit fields must save who modified that productversion. |
Exceptions | System will raise and exception if primarey key does not exist. |
Comments | Product KEYs are mandatory and primary keys and could not be modified once a product is created.None |
UC-03c | VersionManagement - Removeproductversion |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to remove a productversion |
Secuence |
|
Postconditions | None |
Exceptions | System will raise and exception if primary key does not exist. |
Comments | None |
UC-03d | VersionManagement -Change product visibilityPublish version |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to update product visibilitypublish a version |
Secuence |
|
Postconditions | Audit fields must save who modified the productupdated version |
Exceptions | System will raise and exception if primarey key does not exist. System will raise and exception if current version has just been published |
Comments | None |
UC-03e | VersionManagement - Findproductsversions |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to search for categoriesversions |
Secuence |
|
Postconditions | None |
Exceptions | None |
Comments | None |
...