-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed Improvements #14
Comments
@drewctate - I would suggest moving away from an appConfig.json in favor of the npm |
@drewctate We're looking into a complete overhaul/update of the provider. We'll look at these ideas with that effort. |
@dhatcher - do you have a timeline for your overhaul? @drewctate has an interest in starting this now (may have started it already). If he has started it, would you be able to assist or maybe do PR reviews? |
This work is being done under the koop-4.x-update branch. |
First round of proposed improvements
provider/models/esmodel.js
->src/model.js
and refactor to be an ES6 classModel
class constructor and nixapp.js
provider/controllers/index.js
->src/index.js
provider/utils.js
->src/utils.js
and refactor utils to be pure, classless JS functions exported from autils
module using a "bucket" file.Outstanding Questions
appConfig.json
and this bespoke cert-loading system into the standardized spec?The text was updated successfully, but these errors were encountered: