mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add XXS ticket T-shirt size, add point values when applicable (#30611)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Expanded T-shirt sizing guidance in capacity planning to include a new "XXS" category for trivial tasks. * Updated the sizing table to display story point ranges alongside T-shirt sizes and time estimates. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Tim Lee <timlee@fleetdm.com>
This commit is contained in:
parent
82eddfea1e
commit
7f62399486
1 changed files with 8 additions and 7 deletions
|
|
@ -251,13 +251,14 @@ T-shirt sizes represent a rough estimate on the effort required to complete a ta
|
|||
|
||||
[Estimation points](https://fleetdm.com/handbook/company/communications#estimation-points) are used if a task has already gone through drafting.
|
||||
|
||||
| T-shirt size | Time |
|
||||
|:---|:-----------------------------|
|
||||
| XS | ≤1 week for 1 contributor |
|
||||
| S | 1 sprint for 1 contributor |
|
||||
| M | 1 sprint for 2 contributors |
|
||||
| L | 1 sprint for the whole team |
|
||||
| XL | >1 sprint for the whole team |
|
||||
| T-shirt size | Time | Story points |
|
||||
|:---|:-----------------------------|:-|
|
||||
| XXS | ≤1 day for 1 contributor | 1-3 |
|
||||
| XS | ≤1 week for 1 contributor | 3-8 |
|
||||
| S | 1 sprint for 1 contributor | 15-25 |
|
||||
| M | 1 sprint for 2 contributors | 30-50 |
|
||||
| L | 1 sprint for the whole team | Variable (>60) |
|
||||
| XL | >1 sprint for the whole team | Variable (>100) |
|
||||
|
||||
|
||||
### Implementing
|
||||
|
|
|
|||
Loading…
Reference in a new issue