James W. Lane III

Results 61 comments of James W. Lane III

@SwamiKalagiri we broke the half way point 20 files done 17 files left 🍾

@SwamiKalagiri I been working on a [Response helper](https://gist.github.com/jameswlane/e7e97d50697243038883f395f9213c30) it will be pushed when I am done testing `src/webapp/logic.ts`. I think this is a good base for building other express helpers...

Did some [cleanup](https://github.com/jameswlane/status-board/commit/ae1ba1bfd1374f8d41c5ff95821e42b908eabf04) Deleted 378 files totaling 78,443 lines of code https://codeclimate.com/github/jameswlane/status-board

Also what do you think we should do as for location for the site source: * Create a separate repo for the site * Put the files in a separate...

I will do some digging, I wouldn't mind it under `docs` but I would like to prevent Travis from kicking off a build. So I am leaning to `gh-pages` branch....

I found this [Docusaurus](https://docusaurus.io/) is seems very solid for our needs. Looks like minimal setup and maintenance.

Example: ``` const packagesPath = [ '/packages', '/node_modules/status-board/packages' ], const itemType = 'dashboards', const extension = '.json', getByPackage(packagesPath, itemType, extension, (error, results) => { console.log(results); // [ // { //...

Example: ``` const packagesPath = [ '/packages', '/node_modules/status-board/packages' ], const itemType = 'jobs', const extension = '.js', getByPackage(packagesPath, itemType, extension, (error, results) => { console.log(results); // [ // { //...

@SwamiKalagiri if you have sometime I could use a second pair of eyes on this. I pretty much did BDD style test to get the coverage, I think we can...

Doing a quick search I would think we would replace it with something like [node-google-calendar](https://www.npmjs.com/package/node-google-calendar). The developer of [ical](https://github.com/peterbraden/ical.js) has only made one release and hasn't made another I wouldn't...