Series
Series encompass periods of time and will be named using strings like: Summer 2021
or Series 3
. More that one series can be open at any given time, and in order for an Edition to be created, it must have a SeriesID.
On Chain Fields
- FlowID
- Name
- Active
Examples
📄️ All Series names
This script returns all the names for Series.
📄️ All Series
This script returns all the Series structs.
📄️ Series by ID
This script returns a Series struct for the given id, if it exists.
📄️ Series by Name
This script returns a Series struct for the given name, if it exists.