...
UC-01a | CategoryManagement - Add category |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to add new categories |
Secuence |
|
Postconditions | Audit fields must save who created that category. |
Exceptions | System must reject categories if provided category KEY just exists. |
Comments | Category KEYs are mandatory and primery primary keys and could not be modified once a category is created. |
...
UC-01b | CategoryManagement - Update category |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to update a category |
Secuence |
|
Postconditions | Audit fields must save who modified that category. |
Exceptions | System will raise and exception if primarey key does not exist. |
Comments | Category KEYs are mandatory and primery primary keys and could not be modified once a category is created. |
...
UC-01c | CategoryManagement - Remove category |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to remove a category |
Secuence |
|
Postconditions | Audit fields must save who modified that products. |
Exceptions | System will raise and exception if primarey primary key does not exist. |
Comments | None |
...
UC-01d | CategoryManagement - Change category visibility |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to update category visibility |
Secuence |
|
Postconditions | Audit fields must save who modified the category |
Exceptions | System will raise and exception if primarey primary key does not exist. |
Comments | None |
...