grounded042 / capacious

event guest management made easy
0 stars 0 forks source link

constrain the number of guests for an event in the business logic #1

Open grounded042 opened 9 years ago

grounded042 commented 9 years ago

when an invitee edits their record, we want to make sure that they don't add more guests than allowed via the AllowedGuests int on the Event object. The business logic for this can reside in the Coordinator.EditInvitee func.