hopetambala / django-sustainable_development_goals

Django Project
MIT License
0 stars 0 forks source link

Data model recommendations #1

Open arwhyte opened 5 years ago

arwhyte commented 5 years ago

Consolidation

You should be able to refactor the following four table relationships:

down to:

There should be no countries in the MDG tables that are not in the UNSD country_area table.

Table names

Change the following:

Property names

hopetambala commented 5 years ago

I changed my model in accordance to this (i think) however before I load the CSV into the database, I wanted to make sure everything was right

https://github.com/hopetambala/django-sustainable_development_goals/tree/master/static/reference