This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Description
So looking at the new intractable stuff and can pretty much use it to do all the count @mseckington was doing previously apart from 2 which do per day counts.
Wondering if it's smart to automatically do:
arrived - for first checkin
arrived_$DAY - for each day some turns up at an event
This means we could do
event.attended_saturday_tickets_count
vs inspecting the key value pairs on a where query.
thoughts @cbetta @mseckington ?