Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.01 KB

Evidence Based Scheduling

Small tool to help with scrum task estimations using Evidence Based Scheduling (described on www.joelonsoftware.com)

Technologies used

Demo

Requirements:

  • Docker images require 8081 and 8083 ports, so those ports must be not used.

Steps to run demo:

  1. Clone repo
  2. cd docker-demo
  3. docker-compose up -d
  4. Open localhost:8081 page.

Screenshots

Team page

Team page

Tasks page

Tasks page

Estimations pages

Team stats

Stats page

Estimations by person

Estimations by person page

Estimations by task

Estimations by task page