Skip to content
/ pmgraph Public

A simple Project Management Tool based on Node.js and on network diagrams

License

Notifications You must be signed in to change notification settings

rapsli/pmgraph

Repository files navigation

PM Graph

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

Screenshot of PM Graph

Installation

  1. Clone the project
  • Install server dependencies: npm install
  • Run the local server: node index.js

Features

  • Add nodes
  • Add edges
  • Calculate critical path
  • Calculate end of project
  • highlight deadlines in danger
  • Add tasks to activities
  • Basic Google Analytics support

Shortkeys

  • ctrl + q - Add new task

Licence

Please note that Simple PM is relying on other software not for deployment simplicity have been included in the source code. These are:

Also JQuery and Bootstrap are being used, but included via CDN

About

A simple Project Management Tool based on Node.js and on network diagrams

Resources

License

Stars

Watchers

Forks

Packages

No packages published