kennethkutyn-optimizely / deckbuilder

0 stars 1 forks source link

Dynamically load list of source decks #4

Closed kennethkutyn-optimizely closed 5 years ago

kennethkutyn-optimizely commented 5 years ago

Right now, all source decks are hard-coded into the JS file. This means that updating them requires updating the code. Instead, we should create a Google sheet that lists all source decks, URLs, and agenda titles, then read that Google Sheet via API when launching deckbuilder. This would enable us to easily add new decks, change titles, or re-order.

kennethkutyn-optimizely commented 5 years ago

done!