Prep work for DMR
Cleanup model repository and notification to separate them from one global context
The data structure storing model repository is a bit strange and poorly designed. Switching it to an array.
General Guidelines
[x] If introducing new functionality or modified behavior, are they backed by unit tests?
[x] Have all unit tests passed locally? (by running npm run test command)
[ ] Have you updated the README.md with new screenshots if significant changes have been made?
[ ] Have you update the package version if the current version in package.json is not higher than the version released?
Prep work for DMR Cleanup model repository and notification to separate them from one global context The data structure storing model repository is a bit strange and poorly designed. Switching it to an array.
General Guidelines
npm run test
command)