You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Notes
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
The text was updated successfully, but these errors were encountered: