From c8d677de65aff1783bd434f0d5fc62a6edae945c Mon Sep 17 00:00:00 2001 From: RincewindWizzard Date: Sat, 17 Feb 2024 17:46:21 +0100 Subject: [PATCH] README --- README.md | 30 ++++++++++++++++++++++++++++++ src/templates/body.hbs | 9 +++++++++ 2 files changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0ca97b --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# T-Shirt calculator + +This is a straightforward calculator designed to help you estimate the amount of work you can accomplish +within a specific timeframe. +Each work task is categorized based on its size, +often referred to as a "t-shirt size", which is determined by the following criteria: + +| Name | Minimum | Maximum | +|------|---------|---------| +| 3XS | 1 PT | 5 PT | +| XXS | 6 PT | 10 PT | +| XS | 11 PT | 25 PT | +| S | 26 PT | 50 PT | +| M | 51 PT | 100 PT | +| L | 101 PT | 200 PT | +| XL | 201 PT | 400 PT | + +All values between the minimum and maximum are equally likely. + +The term "Capacity" represents the total capability of all your workers. + +We create a histogram of all probable outcomes. + +"Min Capacity" is the minimum required capacity to archive the desired confidence level. + +The "confidence level" is the percentage of the success probability that we aim to achieve, +with a default value of 95%. + + +You can see it in action at [rincewindwizzard.github.io/tshirt-calculator/](https://rincewindwizzard.github.io/tshirt-calculator/?3XS=0&L=0&M=0&S=0&XL=0&XS=0&XXS=0&capacity=0&confidenceLevel=95). \ No newline at end of file diff --git a/src/templates/body.hbs b/src/templates/body.hbs index 4863da1..8b7556a 100644 --- a/src/templates/body.hbs +++ b/src/templates/body.hbs @@ -51,3 +51,12 @@ + + +