make repo code-pattern compliant
Closed this issue · 0 comments
stevemar commented
looking at it again now... we should make this repo match https://github.com/IBM/sms-analysis-with-wks as much as possible
- 1. Move
updateConfiguration.py
andmy_config.json
to atools
folder -- and document what they do. Or make this acurl
call, since the reader won't have to do any python dependency management. - 2. Move
JanusGraphClient.js
anddiscoveryServiceHelper.js
to alib
folder -- these are helpers used by main app - 3. Move
wks-resources
todata
- 4. Create an
app
folder and move all node-y things there, likeassets
,test
,template
,setup.js
andindex.js
- 5. Check that deploy to bluemix works
- 6. s/Bluemix/IBM Cloud for README
- 7. Include steps for creating the WKS model in README
- 8. Make rest of README match the https://github.com/IBM/sms-analysis-with-wks README
- 9. Create an 'output' section that shows what happens when it's run
- 10. Create a blog
- 11. Create a video
- 12. Needs linting
- 13. Needs wiki filled in
- 14. Add license headers to any file with code