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

Implement Mojo for item #1015

Open
mehdishirazi opened this issue Jul 16, 2019 · 0 comments
Open

Implement Mojo for item #1015

mehdishirazi opened this issue Jul 16, 2019 · 0 comments
Labels
enhancement new feature or request

Comments

@mehdishirazi
Copy link

mehdishirazi commented Jul 16, 2019

Mojo is a feature that shows to project manager speed of resource time card.
Calculation:
HT = Total Hours
Total Number of days ---> DT = 1+ End date - Start date - nonwork days (weekends + holidays + vacation)
HM ---> Min hours per day for a nugget in a phase = HT / DT
HR ---> Sum of all hours reported
HL---> Hours Left = HT - HR
Reported days - DR
Days Left ---> DL = DT - DR
Regular Work Hours --->RH = 8 by default (should we make this an account setting?)

If HM > RH then we have an issue with the estimate. This should generate a warning during submitting estimates per Resource (or sub-resource)

Mojo (speed) color is:
Green by default, then set it to
Yellow if HL > DL * HM, or set it to
Red if HL > DL * HR

@mehdishirazi mehdishirazi changed the title Implement Mojo Implement Mojo for item Jul 21, 2019
@mehdishirazi mehdishirazi added enhancement new feature or request and removed draft labels Jul 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature or request
Projects
None yet
Development

No branches or pull requests

2 participants