Jump to content

Mats

Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Mats

  1. I’m building a simple ticket booking system for our events. I’m considering two different solutions:

    The first approach is creating one page per ticket and a reference to a booking page with the contact info. This should be faster when checking for ticket availability by using $pages->count().

    The other one is a one page per booking with an integer field holding the ticket quantity. Downside is having to use $pages->find() but only having to create one page per booking with the API. 

    My biggest concern is listing the events and the ticket availability for each event, loading all bookings.

    At the most one event has 300 bookings.

    Any ideas are welcome.  

  2. I have a couple of customers on one.com (Danish company) and it's working out ok. I use mebo.se, a Swedish (pretty close to Denmark) web host, with very fast servers, great support at a low price.  

    • Like 1
×
×
  • Create New...