issues
search
CMPUT301F24syntax
/
syntax-events
0
stars
0
forks
source link
Create Event Repository Class
#70
Open
chanmin-jeon
opened
2 hours ago
chanmin-jeon
commented
2 hours ago
Create Event Repository class
initialize database connection
implement live updates
methods for adding an event
methods for deleting an event
methods for updating an event
chanmin-jeon
commented
2 hours ago
EventRepository.java created
event validation also implemented
Still need to add event updating feature (when event details are changed)
Still need to complete JavaDocs
Create Event Repository class