...
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 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 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 primary key does not exist. |
Comments | None |
...
UC-01f | CategoryManagement - Update category products |
---|---|
Versión | 1.0 |
Dependencies | None |
Preconditions |
|
Description | Functionality to update products associated to a category |
Secuence |
|
Postconditions | None |
Exceptions | None |
Comments | None |
...