I could not found an easy to use tool based on network graphs to do project management. So I started writing one my-self. Seems very straight forward and I'm collecting my first experiences with it. Probably overkill for really small projects and probably not up to the task for really big projects. Provides though a good overview of what needs to happen in the project.
This is still very early Alpha Phase and very ugly quick and dirty code ;)
Demo can be found here: http://pmgraph-demo.rapsli.ch/. Data will reset every day at midnight
- Clone the project
- Install server dependencies:
npm install
- Run the local server:
node index.js
- Add nodes
- Add edges
- Calculate critical path
- Calculate end of project
- highlight deadlines in danger
- Add tasks to activities
- Basic Google Analytics support
- ctrl + q - Add new task
Please note that Simple PM is relying on other software not for deployment simplicity have been included in the source code. These are:
- vis.js (http://visjs.org/)
- Bootstrap Datetime Picker (https://eonasdan.github.io/bootstrap-datetimepicker/)
- Moment.js (http://momentjs.com/)
Also JQuery and Bootstrap are being used, but included via CDN