The United Nations Sustainable Development Goals (SDGs) are a particular class of the more generic Goal model. SDGs are of particular importance as they are officially endorsed and adopted by many countries and administrative units.
Idea
Create a special class/table to hold the United Nations Sustainable Development Goals, so that we can associate those goals with Projects and other entities.
Design
SustainableDevelopmentGoal model may inherit from the Goal model, if they share a common basis of fields.
SustainableDevelopmentGoal model should have the following attributes, some of which may be inherited:
name - used in the SDG detail page and alt text for logo
description - used on the SDG detail page
logo - to be displayed in the interface, such as on the Project detail page
website? - e.g. if we want to link to the official definition of the SDG
Related issue(s)
We are currently re-structuring the Goals to be a separate app #154
Related project(s)
The UN Global Goals and Targets as JSON project provides structured data that includes names and image links for the SDGs. This data may be the basis for an import script for our database.
The United Nations Sustainable Development Goals (SDGs) are a particular class of the more generic
Goal
model. SDGs are of particular importance as they are officially endorsed and adopted by many countries and administrative units.Idea
Create a special class/table to hold the United Nations Sustainable Development Goals, so that we can associate those goals with
Project
s and other entities.Design
SustainableDevelopmentGoal
model may inherit from theGoal
model, if they share a common basis of fields.SustainableDevelopmentGoal
model should have the following attributes, some of which may be inherited:Project
detail pageRelated issue(s)
We are currently re-structuring the
Goal
s to be a separate app #154Related project(s)
The UN Global Goals and Targets as JSON project provides structured data that includes names and image links for the SDGs. This data may be the basis for an import script for our database.