-
Notifications
You must be signed in to change notification settings - Fork 1
Cpt n driving paths #476
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
Cpt n driving paths #476
Conversation
updated the crit path module and form to accommodate a user input number of driving paths for evaluation.
updated driving path tool and form to 3.3.0
Remove unused function
AronGahagan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome addition. Might want to replace comment on debug. Please change merge target to develop branch - I have quite a few other changes queued up there, will bring this in with those in next merge to master (i.e., next release).
|
Good catch. In fact, going to incorporate your standard error trapping approach. Time to integrate this proper and kill the standalone module. |
Incorporate standardized error handling using cptErrorTrapping
update cptCritPath modules to v3.3.1
Purpose
Updated the driving path tool to allow the user to enter the number of paths to evaluate (default is 3).
Approach
User enters the number of paths to evaluate.
The macro now only tracks the previous path and the current path while iterating through the path numbers from 1 to the user entered n-th path. The resulting gantt view interpolates between standard stoplight colors for all found paths to provide a smooth gradient from Red to Orange to Yellow to Green.
Pre-Merge TODOs
Pull Request Submittal Checklist
Pull Request Approval Checklist