issues
search
CMPUT301F24syntax
/
syntax-events
0
stars
0
forks
source link
Create Event class
#57
Open
chanmin-jeon
opened
1 day ago
chanmin-jeon
commented
1 day ago
Create an Event class
with appropriate attributes, getters and setters
Connect to database
As user stories related to Events are in progress, this class will be updated
chanmin-jeon
commented
1 day ago
Progress:
Event Model class has been created (Event.java)
Event Repository class (firebase connection) has been created (EventRepository.java)
Todo:
Javadocs
Test class/test cases
Refine classes
Potentially create Event Controller class (EventController.java)
chanmin-jeon
commented
6 hours ago
Progress:
Event Model class has been refined
Event Repository class has been refined with proper Event validation and real-time updates
Todo:
Javadocs
Test Cases
Event Controller
Create an Event class