Attendees
Start building awesome documentation in under 5 minutes
Overview
This section provides a more in-depth look at an individual event. This is in my opinion is most insightful tool available.
This is what mine looks like:
1. Header Bar
This provides basic info on the attendees of you events:
2. Additional User Info
By clicking onto the user, you will be able to view additional info on the user.
One of the coolest things that Lumalytics is capable is storing all additional info a user fills out when they RSVP.
How custom data is processed and stored.
To provide context, there are 23 default fields available in Luma.
However if you have create another field in you Luma event, they will be stored here as well. (Ex. What’s your major? What’s your GitHub acc etc.)
What we did was see if the additional fields were one of the 23. If they were not, they would be put in a jsonb object and appended the user object. Now we have a clean way of accessing all additional information about a user that they volunteered! (Something you can’t do on Luma)