Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User can click to see more about a dog #109

Open
maggie-larkin opened this issue Aug 22, 2022 · 1 comment
Open

User can click to see more about a dog #109

maggie-larkin opened this issue Aug 22, 2022 · 1 comment
Labels
dogs page the page that lists all the dogs!

Comments

@maggie-larkin
Copy link
Collaborator

Notes

  • See mock here and click on Hoppy

User Story

As a foster
I want to find out more about this dog I am interested in
So that I can decide if its right for me to foster

Acceptance Criteria

GIVEN I am on the “Dogs” page

WHEN I click anywhere on the baseball card for a certain dog

THEN I am taken to that dog’s page
@maggie-larkin maggie-larkin added the dogs page the page that lists all the dogs! label Aug 22, 2022
@metamoni
Copy link

At the moment, dogs are created from mock data rather than from the actual Dog model. This should be fixed first, to allow the individual Dog page to work properly.

I'm happy to take do the work needed to implement that, as well as to create this "Dog detail" page, but there are a few things that we should clarify about the dogs database table:

  • at the moment, dogs have both a weight and size column; these are both required; what are the rules around this? What are the size categories and which weight ranges fit into them?
  • do we want these values to be both required when creating a dog? If we only add the weight of a dog, we can programatically decide its size based on our own rules. This way, we ensure the size is consistently reflected, rather than inputted by a user, which might cause inconsistencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dogs page the page that lists all the dogs!
Projects
None yet
Development

No branches or pull requests

2 participants