single-market-robot-simulator-db-studyfolder
v3.2.0
Published
studyfolder base class for single-market-robot-simulator web apps
Downloads
12
Readme
single-market-robot-simulator-db-studyfolder
Base class for study folders
Breaking Changes for v3
- no longer compiled with Babel
- removed code that kept description and name synchronized between folders and files
- removed code for checking readOnly as upload/update are to be implemented in subclasses
- .getConfig() returns a Promise of the config.json contents, not
{config, folder:this}