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

Update Table: project #197

Closed Neecolaa closed 11 months ago

Neecolaa commented 1 year ago

Overview

We need to update the project table model to remove the url fields (and move the types to the url_type table).

Details

The initial model issue is #16

Discussion leading to this change is here: #78

Action Items

Changes Needed

Columns to Remove

Columns to Add

Additional Changes

Neecolaa commented 1 year ago

ERD and Spreadsheet adjustments done, ready for Django work.