Track
Tracks help organize concurrent events at your conference. When rendering an agenda, you may want to keep events belonging to the same track together. Or you can let your users list events by tracks. The use of tracks is completely optional.
Firebase reference: confs/detail/${confId}/tracks/${trackId}
REST example: Boston Conference tracks
Code sample: track.js
Properties
Name | Type | Description |
---|---|---|
name | string | Name of the track |
sortOrder | number | Used in the SlidesUp Attendee App to set where a track is placed on the agenda from left to right and where it appears in the track filter drop down |
description | string | Track description as an HTML string |