-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Pass Projector To The Time Component
Why This Change Is Necessary ======================================================================== The time component is the primary use case for the projector since it needs to represent the estimated amount of time left in the run. Currently the time component is getting the projection off the `Progress` object but at this point it is able to go directly to the `Projector`. What These Changes Do To Address the Issue ======================================================================== Pass the projector to the time component and use it instead of the progress. Side Effects Caused By This Change ======================================================================== None expected.
- Loading branch information
Showing
5 changed files
with
227 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.