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 |
...
→ TODO
UC-03b | VersionManagement - Update product |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to update a product |
Secuence |
|
Postconditions | Audit fields must save who modified that product. |
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. |
UC-03c | VersionManagement - Remove product |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to remove a product |
Secuence |
|
Postconditions | None |
Exceptions | System will raise and exception if primary key does not exist. |
Comments | None |
UC-03d | VersionManagement - Change product visibility |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to update product visibility |
Secuence |
|
Postconditions | Audit fields must save who modified the product |
Exceptions | System will raise and exception if primarey key does not exist. |
Comments | None |
UC-03e | VersionManagement - Find products |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to search for categories |
Secuence |
|
Postconditions | None |
Exceptions | None |
Comments | None |
...