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

Potential foster can see dog’s stat block on dogs page #105

Open
maggie-larkin opened this issue Aug 22, 2022 · 0 comments
Open

Potential foster can see dog’s stat block on dogs page #105

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

Comments

@maggie-larkin
Copy link
Collaborator

maggie-larkin commented Aug 22, 2022

Notes

  • We’re going to build the “dogs” page bit by bit
  • Mock found here, though I expect it to take a few stories to get the page to look like this mock so follow the instructions on the Acceptance Criteria over the mock
  • There’s another story to group the stat block together as a kind of baseball card, but this story for right now should only care about spitting the info on the page

User Story

As the potential foster
I want to know more about these dogs
So that I can pick one to foster

Acceptance Criteria

Breed

GIVEN I am on the “Dogs” page

WHEN the page loads and I’m looking at a certain dog

THEN I see the word “Breed:” as a label underneath the dog’s name

AND I see the dog’s breed listed below the label

Age

GIVEN I am on the “Dogs” page

WHEN the page loads and I’m looking at a certain dog

THEN I see the word “Age:” as a label underneath the dog’s name

AND I see the dog’s age listed below the label 

Sex

GIVEN I am on the “Dogs” page

WHEN the page loads and I’m looking at a certain dog

THEN I see the word “Sex:” as a label underneath the dog’s name

AND I see the dog’s sex listed below the label 

Weight

GIVEN I am on the “Dogs” page

WHEN the page loads and I’m looking at a certain dog

THEN I see the word “Weight:” as a label underneath the dog’s name

AND I see the dog’s weight listed below the label 
@maggie-larkin maggie-larkin added the dogs page the page that lists all the dogs! label Aug 22, 2022
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

1 participant