-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Milestone
Description
- In the first versions we calculated
daysWorkedwhen we created Resource Bookings or updated start/end date as was implemented in https://www.topcoder.com/challenges/00080061-9cca-49fd-90d6-0ca64dc776fd - Later, we stopped re-calculating
daysWorkedand keep itnullas per [$100] Should not setdaysWorkedduring automatic WP creation/updates #200 - And now we would like to again calculate
daysWorkedwhen we created Resource Bookings or updated start/end date as per the logic described in the updated wiki document https://github.com/topcoder-platform/taas-apis/wiki/Work-Periods-(WP)-Automation-and-Constraints
The reason for this: is because logic with null is very hard to follow and creates a lot of difficult moments. So disadvantages of recalculating daysWorked seems less strong then keeping it as null.
The new logic is describe in the updated wiki document https://github.com/topcoder-platform/taas-apis/wiki/Work-Periods-(WP)-Automation-and-Constraints.