hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
7 stars 26 forks source link

Create Table: sdg_target_indicator #71

Open fyliu opened 2 years ago

fyliu commented 2 years ago

Dependency

Overview

We need to create the sdg_target_indicator table so that we can update a shared data store across hackforla.org, vrms, civictechjobs, and tables (onboarding) project.

Details

A table and a model are the same thing

Action Items

Resources/Instructions

Description

Dictionary of SDG targets and indicators with their target number, description, etc.

Data Fields

  1. Copied from spreadsheet and checked off according to ERD. (unchecked items indicate a mismatch between ERD and spreadsheet, which requires a review)

    • [x] (PK) id - int
    • [x] (FK) sdg_id - int
    • [x] code - varchar
    • [x] description_number - varchar
    • [x] descriptoin_text - varchar
  2. In ERD only (having items here indicates a mismatch, which requires a review)

    • None

Associated Tables

  1. Copied from spreadsheet and checked off according to ERD. (unchecked items indicate a mismatch between ERD and spreadsheet, which requires a review)

    • [x] sdg (many-to-one)
  2. In ERD only (having items here indicates a mismatch, which requires a review)

    • None
fyliu commented 2 years ago

sdg_indicator in Fields spreadsheet is completely different from the one in the ERD.

Neecolaa commented 2 years ago

Currently, the spreadsheet still has the sdg_target and sdg_indicator as separate tables, while the ERD and the data we've prepared in the spreadsheet have them combined into sdg_target_indicator.

I've updated the fields tab to match the ERD

ExperimentsInHonesty commented 4 months ago

@Neecolaa I read your last comment. Is this issue ready to work on, or do we need to make a decision on what to do?