PBS is a small web app built to assist in working with Project Breakdown Structures.
It should be accessible here
It's still in development.
This is a valid input document (extra data is ignored but not thrashed):
[
{"id": 0, "duration": 3},
{"id": 1, "duration": 1},
{"id": 2, "duration": 2, "depends": [0]},
{"id": 3, "duration": 5, "depends": [1]},
{"id": 4, "duration": 5, "depends": [1]},
{"id": 5, "duration": 2, "depends": [2,3,4]}
]
npm install && bower install && gulp
to build the projectdist/
MIT