James W. Lane III
James W. Lane III
If anyone would like to put together a build script to build the existing front-end so we can better maintain it PRs are always welcome.
@rahulserver I started working on that this weekend. In the end, I would like to see the frontend application as a dependency. I created the repo `status-board-ui` to start the...
@rahulserver I have been working on Status Board v2.0, It's a rewrite from the ground up. The frontend will be using React/Redux/SocketIO. I am thinking about adding in [VX](https://vx-demo.now.sh/). What...
@dtsuran Could I get a little more info on this error? - What version `status-board` are you using? - What version of Node.js?: - What does the entry point for...
@dtsuran, `status-board` is a library, so it cannot be run directly. You can do one of two things: * You can clone the `status-board-example` repo [here](https://github.com/jameswlane/status-board-example) and run it. *...
@SwamiKalagiri - You can drag the item under your name (Using the three stacked lines icon), when complete you can check it off and drag it under completed.
@SwamiKalagiri I created a [helper](https://github.com/jameswlane/status-board/blob/master/test/helpers/socket.ts) for testing Socket.IO in the application. You can see the first set of working tests [here](https://github.com/jameswlane/status-board/blob/master/test/unit/EventQueue.test.ts#L20-L33). I am still trying to figure out how to...
@SwamiKalagiri I added the test for Socket.IO [here](https://github.com/jameswlane/status-board/commit/6be394c2a85229bd0a5988f85ad56cd37fb0f4d0), let me know what you think of the implementation. Also I noticed the only thing we are missing now in coverage is...
@SwamiKalagiri That works also 👍
@SwamiKalagiri we are close to the half way point.