Skip to content
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

feat(location-field): make location group order configurable #771

Merged

Conversation

amy-corson-ibigroup
Copy link
Contributor

@amy-corson-ibigroup amy-corson-ibigroup commented Sep 5, 2024

Allows configuration of the order of the returned location group results. Users can now pass a array of feature types using geocoderResultsOrder to specify the order in which geocoder results are returned.

Custom geocoderResultsOrder Default
image image

Copy link
Collaborator

@binh-dam-ibigroup binh-dam-ibigroup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks fine, but could you add in one of the stories a control to toggle on/off the new renderOtherFirst prop? Also, please update the snapshots.

const OtherFeaturesHeader = () => (
<S.MenuGroupHeader as={headingType} bgColor="#333" key="other-header">
<FormattedMessage
description="Text for header above the 'other'"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description looks unfinished, could you fix please?

@amy-corson-ibigroup
Copy link
Contributor Author

Blocked by #774

@amy-corson-ibigroup amy-corson-ibigroup added the BLOCKERS Blockers exist outside of otp-ui (e.g., backend, service, etc...) label Sep 10, 2024
@amy-corson-ibigroup amy-corson-ibigroup removed the BLOCKERS Blockers exist outside of otp-ui (e.g., backend, service, etc...) label Sep 10, 2024
Copy link
Collaborator

@binh-dam-ibigroup binh-dam-ibigroup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please use Storybook controls to illustrate renderOtherFirst?

const [otherControl, setOtherControl] = useState(false);
return (
<>
<label htmlFor="other-input">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you make Storybook create the controls using argTypes instead? (Storybook will add that to its "Controls" tab - I should have mentioned that in my previous review but somehow thought you knew) Do that for this story only. Refer to e.g.

for an example.

Copy link
Collaborator

@miles-grant-ibigroup miles-grant-ibigroup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!!

Copy link
Collaborator

@binh-dam-ibigroup binh-dam-ibigroup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please try avoiding creating a new component type on each render.

packages/location-field/src/index.tsx Outdated Show resolved Hide resolved
packages/location-field/src/index.tsx Show resolved Hide resolved
packages/location-field/src/index.tsx Outdated Show resolved Hide resolved
packages/location-field/src/index.tsx Outdated Show resolved Hide resolved
packages/location-field/src/index.tsx Outdated Show resolved Hide resolved
packages/location-field/src/index.tsx Outdated Show resolved Hide resolved
packages/location-field/src/index.tsx Outdated Show resolved Hide resolved
packages/location-field/src/stories/Desktop.story.tsx Outdated Show resolved Hide resolved
@binh-dam-ibigroup
Copy link
Collaborator

@amy-corson-ibigroup Also please update the props in the PR description...

Copy link
Collaborator

@binh-dam-ibigroup binh-dam-ibigroup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few minor style tweaks, but good to go after you fix them.

packages/location-field/src/index.tsx Show resolved Hide resolved
packages/location-field/src/index.tsx Outdated Show resolved Hide resolved
packages/location-field/src/index.tsx Outdated Show resolved Hide resolved
packages/location-field/src/index.tsx Show resolved Hide resolved
packages/location-field/src/index.tsx Show resolved Hide resolved
@amy-corson-ibigroup
Copy link
Contributor Author

Thanks @binh-dam-ibigroup and @miles-grant-ibigroup !!

@amy-corson-ibigroup amy-corson-ibigroup merged commit 31121b8 into opentripplanner:master Nov 20, 2024
2 checks passed
@amy-corson-ibigroup amy-corson-ibigroup deleted the reorder-other-to-first branch November 20, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants