Skip to content
Snippets Groups Projects

fix issue with appointment length computation - #78

Merged Valentin Groues requested to merge 78-issue-with-appointment-duration into master

Closes #78 (closed)

I compared with the previous version with the multiselect and I didn't see any difference in terms of how the duration is computed. From all appointment types that can be executed in parallel we take the max duration (max_parallel) For all sequential types, we take the sum (sum_sequential) the total time is max(sum_sequential, max_parallel), i.e. we consider that the sequential tasks are independent from the parallels tasks.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading