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: Add/Edit Programs #79

Open DarrachBarneveld opened 6 months ago

DarrachBarneveld commented 6 months ago

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

Acceptance Criteria:

  1. Navigation to programs 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 programs 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 programs management operations.

Tasks: