bradphelan / openkitchen

rails backend for gobbq
Other
2 stars 0 forks source link

Public Events #28

Open bradphelan opened 12 years ago

bradphelan commented 12 years ago

A public invitation is an invitation acquired by self registration on a public event

When

event.invitations.where{public==true}.count >= event.public_seats

then the event is considered closed.

An public invitation can be approved automatically if the invitee has been previously invited and approved by the event owner or the event has automatic invitation approval.

Unapproved public invitations can not see the event venue address only the city.

bradphelan commented 12 years ago

public seats and the control on this is done and tested

Still need to work in approvals