Skip to content

Instantly share code, notes, and snippets.

@ceeK
Last active August 29, 2015 14:20
Show Gist options
  • Save ceeK/d2d9b988a6bd58a870d0 to your computer and use it in GitHub Desktop.
Save ceeK/d2d9b988a6bd58a870d0 to your computer and use it in GitHub Desktop.
Free classes

##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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment