smithev95 / NEFP-Capstone

0 stars 0 forks source link

Explore generating dynamic questions through DB table #29

Closed ployniti closed 1 month ago

ployniti commented 1 month ago

We might want to create a separate table/object for questions through models.py so that we can use the rows there as foreign keys for the ClientData object.

This might help with Jon adding and removing questions as well.

ployniti commented 1 month ago

ER Diagram for DB/Models: Image

ployniti commented 1 month ago

Potential workflow: Image