Timelines
As you may have noticed, many of the collection fields are timeline-based, meaning they can be scheduled to have different values at different times. Check out the Timeline helpers from bitbadgesjs-sd in the SDK.
Examples:
If you are using the BitBadgesCollection interface, this is achievable simply with the helper functions. There is one for every timeline.
Or, you can do it manually
You can also get all possible values for timelines as such. This will set all missing times with empty or default values.
And so on for all other timelines.
Last updated