Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

UC-01b

CategoryManagement - Update category

Versión1.0
DependenciesNone
Preconditions
  • User must be logged
  • User must have ROLE_ADMINISTRATIVE_USER
DescriptionFunctionality to update a category
Secuence
  1. User request to obtain a category by primary key.
  2. System returns category detailed model.
  3. User updates general category information. User can updates I18n fields for the defined languages, add new languages or remove an existent one.
  4. System receives request and save it to storage. CATEGORY_KEY AND VISIBILITY field will be ignored.
  5. System may offer the option to update the products associated to category (@see UC-01f CategoryManagement-updateCategoryProducts)
PostconditionsAudit fields must save who modified that category.
Exceptions

System will raise and exception if primarey key does not exist.

CommentsCategory KEYs are mandatory and primery keys and could not be modified once a category is created.

...