LetsMesh / Site

Repository for the Website named Let's Mesh
https://letsmesh.vercel.app
6 stars 2 forks source link

BUG: Add Dates to Occupation #283

Closed misslame closed 1 year ago

misslame commented 1 year ago

Include optional start & end date for the individual occupation within the database schema.

Notes: MySQL Django Python Back-End

JRSiwiecki commented 1 year ago

Note: The start and end dates would be present on the OccupationBridge table, and it also appears that the accountID and occupationID would both need to be changed from OneToOne field to ForeignKey to properly implement the UML design, as the current OneToOne field only allows for 1 account to have 1 OccupationBridge, which means an account can only ever display 1 occupation, which is incorrect.