philschatz | 7 years ago | on: OpenStax β openly licensed textbooks
philschatz's comments
philschatz | 7 years ago | on: OpenStax β openly licensed textbooks
Also, OpenStax currently has pretty widespread adoption: See http://news.rice.edu/2018/08/01/48-percent-of-colleges-2-2-m...
(Disclaimer: I currently work at OpenStax, but am not speaking on behalf of OpenStax)
philschatz | 10 years ago | on: Show HN: Zube 1.0 β Powerful project management for GitHub Issues
I'm a developer that grew frustrated with so many ticket tracking solutions that force users to use the UI (Waffle and ZenHub store metadata that is not in GitHub), a lack of hackable options, and making it difficult for non-members to be involved in what's going on in a project. So, I created https://github.com/philschatz/gh-board .
Some features I haven't seen anywhere else, that gh-board does are:
- real-time collaborative editing of Issues
- showing related Issues/PR's
- shareable URL's (for remote folks)
- sequence diagrams, gantt charts, etc
- CI and merge conflict status
- "deployable" anywhere (using gh-pages or nginx)
Like other solutions, it also supports multiple repositories, Drag-N-Drop, milestone planning. In the _very near_ future it will have a burndown chart, batch editing, Issue creation, and load faster (using IndexedDB).
(Disclaimer: I currently work at OpenStax, but am not speaking on behalf of OpenStax)