steemit / devportal-tutorials-js

Tutorials for the Developer Portal
MIT License
44 stars 43 forks source link

JS-T: META: Centralization of testnet tutorial accounts & keys #116

Closed relativityboy closed 6 years ago

relativityboy commented 6 years ago

This tutorial builds on #113. While the data-flow was good, the browser fetch process, data-structure, and file locations looked like they'd add code complexity to individual tutorials.

AC

relativityboy commented 6 years ago

Results

Decided to place a configuration file within the tutorials directory, and have it be a standard .js file for easy maintenance (fewer ") and flexibility (we can update the structure of the file so that only the account, or item needing to be imported will be.

We chose to rely on a compile-time import (as compared with an onload event network request A-la #113) to make the webpack configuration and the tutorial boiler-plate both little simpler and easier to maintain.