-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from mdsreq-fga-unb/docs/priorização-da-equipe
docs: adiciona sessão com a priorização das US
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Priorização | ||
|
||
Considerando que o **valor de negócio** pode variar de 1 (pouco valor agregado) e 5 (muito valor agregado), e a **complexidade** variando de 1 (fácil implementação), a 5 (difícil implementação), a pontuação de uma us é dada por : $\frac{2 (\text{Valor de negócio})}{\text{Complexidade}}$. | ||
|
||
A pontuação atribuída a cada **US** pela equipe em conjunto pode ser visualizada na tabela a seguir. | ||
|
||
| US | Valor de negócio | Complexidade | Total | | ||
| ----------- | ---------------- | ------------ | ----- | | ||
| US1 :star: | 5 | 2 | 5 | | ||
| US2 :star: | 4 | 2 | 4 | | ||
| US3 :star: | 5 | 3 | 3.33 | | ||
| US4 :star: | 5 | 3 | 3.33 | | ||
| US5 | 3 | 5 | 1.2 | | ||
| US6 :star: | 3 | 2 | 3 | | ||
| US7 :star: | 4 | 2 | 4 | | ||
| US8 | 1 | 3 | 0.66 | | ||
| US9 | 3 | 2 | 3 | | ||
| US10 | 4 | 5 | 1.6 | | ||
| US11 | 1 | 2 | 1 | | ||
| US12 | 2 | 4 | 1 | | ||
| US13 | 4 | 4 | 2 | | ||
| US14 | 2 | 4 | 1 | | ||
| US15 | 2 | 5 | 0.8 | | ||
| US16 | 3 | 4 | 1.5 | | ||
| US17 | 1 | 5 | 0.4 | | ||
| US18 | 3 | 3 | 2 | | ||
| US19 | 1 | 3 | 0.66 | | ||
| US20 | 3 | 2 | 3 | | ||
| US21 | 4 | 3 | 2.66 | | ||
| US22 | 1 | 4 | 0.5 | | ||
| US23 | 2 | 5 | 0.8 | | ||
| US24 | 3 | 4 | 1.5 | | ||
| US25 | 2 | 2 | 2 | | ||
| US26 :star: | 4 | 2 | 4 | | ||
| US27 :star: | 4 | 2 | 4 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters