Open Neecolaa opened 1 year ago
We may be able to use the django builtin many to many field for this since this model doesn't have extra custom fields.
We would be able to do something like peopledepot.stack
to get the set of associated stack_elements
. And python.projects
to get the all the projects
using python
.
More links to reference in deciding if this is a good idea to do:
Dependency
207
204
Overview
We need to create the project_stack_element_xref 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
Joining project to stack_element (technologies, tools, and languages table)
Data Fields
Associated Tables
Testing ideas
Set the peopledepot project to have the python language in its stack
stack_element
object of "python" with the "language" typepeopledepot
project
and associate thestack_element
.peopledepot
project
stack associations contains the "python" language