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
I suggest this as a first step in resolving #15. My strong recommendation is to first take care of liceums as this is the data we mostly already have in our database and this is the focus of this issue.
The spreadsheet "oddziały na stan 7 września" holds the data in a different format that ours, so first we need to read the data and translate it to our model. This is going to be similar to: load_data_school script. After that we can identify all of the columns that we don't have in our database and propose how to update our model (by creating a list of potential new fields in this discussion).
The final step would be to add the new data to our database, keeping in mind that we probably already have some information (like school's address for example) and we definitely don't want duplicates.
As a list:
Create a script (maybe in csvs/scripts?) that reads the data about high schools from the spreadsheet
(In the script) Create objects from our models (School, HighSchoolClass, Statistics etc) with data from the spreadsheet
Identify the data that cannot be put into our models yet and propose new fields for our models in this issue for discussion
Add the new fields (if we decide it's necessary)
Add the new data to database (checking if it doesn't already exist there!)
The text was updated successfully, but these errors were encountered:
I suggest this as a first step in resolving #15. My strong recommendation is to first take care of liceums as this is the data we mostly already have in our database and this is the focus of this issue.
The spreadsheet "oddziały na stan 7 września" holds the data in a different format that ours, so first we need to read the data and translate it to our model. This is going to be similar to: load_data_school script. After that we can identify all of the columns that we don't have in our database and propose how to update our model (by creating a list of potential new fields in this discussion).
The final step would be to add the new data to our database, keeping in mind that we probably already have some information (like school's address for example) and we definitely don't want duplicates.
As a list:
The text was updated successfully, but these errors were encountered: