This script calculates the maximum number of story points that can be planned in a 2-week sprint, based on the available working hours of software engineers. The calculation considers each engineer's utilization rate, anticipated days off, and the hours required per story point.
- Calculates available working hours for each engineer.
- Determines the maximum story points that can be planned based on available hours.
- Takes into account each engineer's utilization percentage and days off.
- Node.js installed on your machine.
- Clone the repository:
git clone <https://github.com/Bibarella/Sprint_Capacity_Calculator.git>
- Navigate to the project directory:
cd <Sprint_Capacity_Calculator>
-
Update the
engineers
array in thecalculator.js
file with the appropriate utilization percentages and days off for each engineer. -
Run the script:
node calculator.js
- Add Frontend