DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Product Management #78

Closed DarrachBarneveld closed 8 months ago

DarrachBarneveld commented 8 months ago

As a Moderator or Superuser, I can manage products by adding, editing, and deleting so that I can keep business inventory up to date.

Acceptance Criteria:

  1. Navigation to product management appears to moderators and admins
  2. The form allows for editing existing product information including fields such as name, description, price, and availability.
  3. Moderators and Superusers have the capability to delete products from the inventory via the rendered form.
  4. Changes made through the form by Moderators and Superusers are accurately reflected in the product inventory.
  5. The system provides appropriate feedback messages upon successful addition, editing, or deletion of products.
  6. Error handling mechanisms are in place to handle any issues encountered during product management operations.

Tasks:

DarrachBarneveld commented 8 months ago

Admin and moderators can edit and add products