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

Design one or more relational database models #3

Open
iFialAtFail opened this issue Mar 15, 2024 · 0 comments
Open

Design one or more relational database models #3

iFialAtFail opened this issue Mar 15, 2024 · 0 comments

Comments

@iFialAtFail
Copy link
Member

Create one or more designs for the database data model (schema) that can be implemented in a later ticket. This design should come from the following requirements:

_Directory of Dog Breed Information

  • All of the useful attributes relevant to dog owners and breeders, regarding each breed, should be included.

Initial attribute ideas are: Picture(s), Average Height and Weight, Life Expectancy, Temperament, Hair Shedding, Activity, Sociability, Intelligence, Child Friendly, Care Level, Health Problems, Genetic Profile (Inheritance) and Feeding Habits. We can clarify this before we do any modelling or introduce any database schema.

We can clarify the source of data for dog breeds at a later stage.

Health data: we should focus on genetically specific problems, where health screening information is a point, e.g. owner can showcase documents about issues, and that doggy is free of these issues. It is also an advantage if a dog has a pedigree.

The first and most important should be: try to imagine that you are a wannabe dog owner. You have no knowledge about dogs, how you need to manage their life, how your life will change if you become a dog owner, etc. That ‘s a cornerstone issue to avoid an inappropriate relation. Having a dog takes more than a decade in your life.

Relevant and useful data relationships
We should be able to query the database and return dog breeds based on factors such as: compatibility with other breeds, biological factors.
We can specify a model for filtering, ordering and we can relate dog breed model_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant