-
Notifications
You must be signed in to change notification settings - Fork 20
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
[ref] Add model of School #121
Comments
|
When it comes to school names. I think, that at this moment we can stay with just bare school name and omit name of complex of school. Later we can just ask people from supporting centers about thier practice. |
We need to store data of schools so we have to create model of School object.
Fields:
id
schoolName
: string - full name of schoolschoolAddress
: string - eg. Grywałd, ul. Konwaliowa 33,schoolPostcode
: string - eg. 65-256 Poznań,schoolType
: reference to schoolType,We should disscuss what about
school complex
(polish Zespół Szkół eg. Zespół Szkół Budowlanych) which contains many different schools (egZasadnicza Szkoła Zawodowa
orTechnikum Budowlane
). All that names should be included on the school description.If you add fixtures to that model it'd be nice.
The text was updated successfully, but these errors were encountered: