Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 777 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 777 Bytes

PERT Estimation

A project estimation tool in html/javascript based upon the PERT estimation technique.

Installing

Just download it and point your browser to the index.html file.

Dependencies

  • jQuery [provided]
  • Sisyphus [provided]

Features

  • Keyboard navigation with arrows
  • Enter a new task with Shift-Enter
  • export estimations as a *.csv file
  • storing the content in the browser localStorage

TODO and Wishlist

  • Reordering of task via keyboard or/and drag and drop.
  • uploading a csv file

License

This project is licensed under Apache 2.0 see the LICENSE file in the project root

Issues

  • If you insert a task in the middle of your list and reload the page the stored order is incorrect.

Contributing

Contributions are welcome!