-
Notifications
You must be signed in to change notification settings - Fork 7
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
Link VPC run number to VPP #2263
Merged
Merged
Conversation
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
Coverage of commit
|
lemald
force-pushed
the
lem-link-vpc-run-number-to-vpp
branch
from
October 20, 2023 17:17
29d32fb
to
3dd60e3
Compare
Coverage of commit
|
firestack
requested changes
Oct 20, 2023
assets/src/components/propertiesPanel/vehiclePropertiesPanel.tsx
Outdated
Show resolved
Hide resolved
lemald
force-pushed
the
lem-link-vpc-run-number-to-vpp
branch
2 times, most recently
from
October 20, 2023 19:45
53850aa
to
c8c034e
Compare
Coverage of commit
|
Coverage of commit
|
Coverage of commit
|
Coverage of commit
|
lemald
force-pushed
the
lem-link-vpc-run-number-to-vpp
branch
from
October 23, 2023 13:40
5ab9ae5
to
96d3ee7
Compare
Coverage of commit
|
Coverage of commit
|
Coverage of commit
|
firestack
approved these changes
Oct 23, 2023
Coverage of commit
|
Coverage of commit
|
Co-authored-by: Kayla Firestack <[email protected]>
lemald
force-pushed
the
lem-link-vpc-run-number-to-vpp
branch
from
October 24, 2023 13:49
768a696
to
c105b6e
Compare
Coverage of commit
|
Coverage of commit
|
firestack
approved these changes
Oct 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Asana ticket: ⚙️ Link VPC Run # to VPP Run tab
Having the selection state for the VPP on the search maps page live in a
useState
hook in the component is probably not the long-term solution here, but I think it's an appropriate start for the purposes of this particular ticket.One thing I'm not 100% sure on that I'd like feedback about is naming of callback function props and when those should or shouldn't start with
on
. My thinking was that clicking the run is a specific action / event handler so that should beonRunClicked
, but closing the VPP can happen for a number of reasons and I opted to call itclosePanel
, but I'm open to changing that.