##What's needed for simple implementation of free classes:##
-
New flag on
OrganisationVenue
:trial_class
, whether or not the venue has a free class for first time users. -
Check in bookings for whether the class is a free trial class, and don't charge, can do this either with:
- Webservice also checks past bookings to see if free class can be given (preferred)
- New parameter in bookings call
trial_class
to specify it needs booking for free.
-
Probably a few limitations with this route, but I feel it's fastest to release.
-
Also need
image_url
on/promotions
route.