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

Create Table: stack_element_type #206

Closed Neecolaa closed 7 months ago

Neecolaa commented 9 months ago

Dependency

Overview

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

Indicating whether a record in the ttl table is a technology, tool, or language (and possibly other types in the future).

Data Fields

  1. New fields
    • [ ] (PK) id - int - Record Id
    • [ ] name - varchar
    • [ ] description - varchar

Associated Tables

  1. New associations
    • [ ] stack_element (one-to-many)
AzaniaBG commented 9 months ago

Availability: Tuesday: 12:45 - 1:45 PM Wednesday: 8 - 9 AM Thursday: 10:30 - 12:30 PM Note: I added a link to the ERD and Table and Field Definitions in this issue (under Resources/Instructions)

AzaniaBG commented 9 months ago

In addition to tasks above the following were done so far:

AzaniaBG commented 8 months ago

I need help with this, and posted my issue in Slack earlier this week.

AzaniaBG commented 8 months ago

write a test for the relationships this model will have with other models (e.g., creating a user and assigning them a set of permissions on a project).

Questions:

AzaniaBG commented 8 months ago

Working on the requested changes - availability: 11/3: 10 AM - 12 PM 11/6: 10 AM - 12 PM

AzaniaBG commented 7 months ago

Working on requested changes. I will follow up with Fang if I can't figure out the issues I'm facing. Availability: 11/11: 9 AM - 12 PM 11/12: 9 AM - 12 PM

AzaniaBG commented 7 months ago

I re-requested review today.