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
5 stars 24 forks source link

Update Table: user (replace role association with practice area) #172

Open Neecolaa opened 12 months ago

Neecolaa commented 12 months ago

Overview

We need to update the user table model to utilize the practice area table instead of the outdated role table.

Details

The initial model issue is #15

Discussion leading to this change is here: https://github.com/hackforla/peopledepot/discussions/170

Action Items

Changes Needed

Columns to Remove

Columns to Add

Additional Changes

Resources

fyliu commented 11 months ago

This looks ready to be worked on to me.

drakeredwind01 commented 1 month ago

@Neecolaa -[ ]Columns to Add -[ ]practice_area_primary - int (practice_area_id) # add to which model -[ ]practice_areas_secondary - int[] (practice_area_id) # add to which model nicole will decide if we are keeping this in this issue or adding it to a join table

Neecolaa commented 1 month ago

We're going to add a join table. Issues will be created to add the new table to the schema. This issue is fine otherwise