CaraMcAvinchey / purrfect-sitters

A full-stack web application for a pet sitting service. Built with full CRUD operations using HTML, CSS, Django, Bootstrap and MySQL with Stripe as the payment system.
1 stars 2 forks source link

USER STORY: UPDATE CAT PROFILES #11

Open CaraMcAvinchey opened 1 year ago

CaraMcAvinchey commented 1 year ago

As an authenticated user, I can edit/update information about each cat in my profile, so that I can receive accurate services for my cats.

Scenario: Valid Credentials Given I am on the edit cat form When I update the fields I desire And I click on save Then the form will redirect me to the edit cat form And I can see the updated information displayed on the profile

CaraMcAvinchey commented 1 year ago

Issue with cat image requirements when editing a cat. The field was still asking for an image when one was already there.

Image

Solution:

Image