Closed nathanieltylerowens closed 4 years ago
As a user, when I click the 'edit (Category)' button below a dog on the Dog's profile, i will be able to update dog info (name, age, breed, picture).
Category is updated whenever the user updates whichever catagory they are choosing.
Get all keys/values of the Dog the user is updating. axios.put() updated(Category) in src/helpers/data/(Category)Data
User Story
As a user, when I click the 'edit (Category)' button below a dog on the Dog's profile, i will be able to update dog info (name, age, breed, picture).
AC
Category is updated whenever the user updates whichever catagory they are choosing.
Dev Notes
Get all keys/values of the Dog the user is updating. axios.put() updated(Category) in src/helpers/data/(Category)Data