cis498-g4 / GuestBook

Guest book and feedback system for events
1 stars 1 forks source link

Organizer should not be able to register a guest for an event that is full #31

Closed mikemolenda closed 7 years ago

mikemolenda commented 7 years ago

Works properly for Guests - they are blocked from registering if event full

mikemolenda commented 7 years ago

Handle this like Guest registrations: run a helper method to return an error code, and respond based on a switch statement

mikemolenda commented 7 years ago

5/8/17 Added check cases to prevent registration for invalid, ended, full, and overlapping events and unknown users