ksquareincmx / conference-server-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add minimum attendance.

mishelashala opened this issue · comments

stark conference room is gonna have a minimum attendance of 6 people, if the attendance is less it shouldn't let you book the room (and send an error)

Add minimum attendance #18

  • You shoud be able to specify which room will have the minimum guests requirement.
  • The minimun amount should have a validation (only numbers, positive and minimum 1).
  • It should be define on the schema/model.
  • Admins should be the only one with the permission.