Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project and Issue pace value calculation #105

Open
shayaniox opened this issue Oct 2, 2018 · 0 comments
Open

Project and Issue pace value calculation #105

shayaniox opened this issue Oct 2, 2018 · 0 comments

Comments

@shayaniox
Copy link
Contributor

The Pace is an attribute of a Project which is calculated any time get a Project object.
The calculation procedure is explained as the following table:

pace on-time delayed at-risk (empty)
At least one Nugget is delayed ✔️
At least one Nugget is at-risk ✔️
Project status != active ✔️
Otherwise ✔️

This documentation must be implemented in Carrene/dolphin#99


Also, Nugget has an attribute named Boarding and it's calculated automatically.
The calculation procedure is explained as the following table:

pace on-time delayed at-risk
The Nugget passed the Release cutoff date ✔️
The Nugget is passed its due date ✔️
Otherwise ✔️
@shayaniox shayaniox self-assigned this Oct 2, 2018
@shayaniox shayaniox changed the title Boarding value calculation Project and Issue boarding value calculation Oct 6, 2018
@shayaniox shayaniox changed the title Project and Issue boarding value calculation Project and Issue pace value calculation Nov 5, 2018
mohammadsheikhian referenced this issue in Carrene/dolphin Jul 3, 2019
* Add project model test

* Fix a bug on project boarding calculation, #149

* Enhance tests
@mehdishirazi mehdishirazi transferred this issue from Carrene/dolphin Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant