sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

Appointment Class #27

Closed LKASTI closed 5 months ago

LKASTI commented 6 months ago

Creating the class for an Appointment. An Appointment class has a relationship with a Location and UserAccount under the foreign keys locationID and userAccountID. Association annotations must be used when implementing this class (See this Spring-boot Resources tab in Discord for understanding relationship implementations)

LKASTI commented 6 months ago

Created entity file with relationship annotations. Need UserAccount and Location class implementations to fully test.

LKASTI commented 5 months ago

Need to address startTime and endTime fields not being stored in DB.