johndpjr / AgTern

19 stars 5 forks source link

Create DB tables from ERD #120

Closed johndpjr closed 1 year ago

johndpjr commented 1 year ago

Context

@johndpjr created an Entity Relationship Diagram (ERD) that represents the database models. It includes the tables, their attributes, and their relationships to each other. It was created to support new planned features, like internship tracking and user authentication.

TODO

Notes

0001

Figure 1. ERD for AgTern.

0002

Figure 2. Enums for the JobStatus table that describe the status a user-tracked job has (e.g. APPLIED, WAITING, etc.).