Open shortdiv opened 7 years ago
@JoeGermuska thoughts? ^
If we want to have a not-mixed approach, I'd advocate for using a zero-based integer value in slider.start_at_card
and disregarding spreadsheet configuration.
I think using the spreadsheet to define the 'start' card is weird.
Now the value
start_at_card
can be either string or num regardless of whether cards are read in from spreadsheet or local json. Fixes #61Not a fan of the mixed approach bc it means additional checks to ensure that the value gets propagated. I think it'd be a better approach if we were explicit in the docs about how to create these config values— either use spreadsheet columns for all card config vals OR use locally declared strings via json.