The current tag schema includes fields for checked_in, checked_in_by and checked_in_date. If an attendee is checked in or out multiple times, these fields get overwritten every time.
This PR adds a details field to the tag schema to store all previous checked_in / checked_out events.
Before (even if an attendee was checked in/out multiple times):
The current tag schema includes fields for
checked_in
,checked_in_by
andchecked_in_date
. If an attendee is checked in or out multiple times, these fields get overwritten every time.This PR adds a
details
field to the tag schema to store all previous checked_in / checked_out events. Before (even if an attendee was checked in/out multiple times):With these changes: