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: event_type #50

Open ericvennemeyer opened 2 years ago

ericvennemeyer commented 2 years ago

Overview

We need to create the event_type 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

Dictonary of event types

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 - Record Id
    • [x] name - varchar()
    • [x] description - 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] event (one-to-many)
  2. In ERD only (having items here indicates a mismatch, which requires a review)

    • None
ExperimentsInHonesty commented 8 months ago

We need to find the issues that have us redesigning the event module and then add them as a dependency to this issue and put this back into the icebox until those issues are resolved.

fyliu commented 4 months ago

This looks like it can be done independently of Event. I'm updating and moving it to New Issues.