-
Notifications
You must be signed in to change notification settings - Fork 320
Consume banner instructions from NN #1543
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
Conversation
7f58a03 to
719f58a
Compare
719f58a to
fa4fc60
Compare
Codecov Report
@@ Coverage Diff @@
## master #1543 +/- ##
============================================
+ Coverage 26.69% 26.79% +0.09%
+ Complexity 823 799 -24
============================================
Files 202 202
Lines 8533 8533
Branches 627 622 -5
============================================
+ Hits 2278 2286 +8
+ Misses 6042 6035 -7
+ Partials 213 212 -1 |
|
TODO
|
fa4fc60 to
bd8f933
Compare
bd8f933 to
ea59bca
Compare
3be48d9 to
6439493
Compare
505469c to
502d046
Compare
|
@danesfeder This is updated and ready for a final round of 👀 |
502d046 to
2d8fef2
Compare
danesfeder
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.
@Guardiola31337 this looks good, just a couple minor questions.
Also when testing, I noticed a delay with the banner showing at startup. Is this a behavior introduced by Navigator pushing the data only when tracking?
| private BannerInstructions instructions; | ||
| private RouteUtils routeUtils; | ||
|
|
||
| BannerInstructionMilestone(Builder builder) { |
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.
This can be private, do we want to keep as-is for testing or can we still test with it marked as private?
| public class BannerInstructionMilestone extends Milestone { | ||
|
|
||
| private BannerInstructions instructions; | ||
| private RouteUtils routeUtils; |
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.
It looks like there are a few unused methods in RouteUtils / methods only being used by tests. Can we cleanup and remove them?
danesfeder
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.
Thanks for running with this @Guardiola31337 and the help working through the banner objects @kevinkreiser
c2c9f3f to
27397fb
Compare
That's correct! Adding a
@danesfeder Thanks for the feedback, this is updated! |
27397fb to
73b3675
Compare

Fixes #1271
RouteProgressandBannerInstructionMilestonefor banner data fromNavigator