njhargis / dog-club-full-stack

MIT License
0 stars 0 forks source link

As a logged-in user, I should be able to add dogs to my profile. #1

Open njhargis opened 2 years ago

njhargis commented 2 years ago

Adding a dog should be done within profile management. This is not role specific. Any role can perform once logged in. I should be able to fill out the following information about a dog:

  1. Name
  2. Breed
  3. Age (Years + Months)
  4. Select X vaccines to attach to dog, each instance of vaccine should have an "Expiration Date" attached to it. Choose from list of populated vaccines, via database table.
njhargis commented 2 years ago
  1. Get dogs for a specific user (names, breeds)
  2. Post dogs for a user (must be that user or an admin)