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

Sort offers by type #52

Merged
merged 1 commit into from
Sep 14, 2021
Merged

Sort offers by type #52

merged 1 commit into from
Sep 14, 2021

Conversation

DanielSiepmann
Copy link
Member

That ensures grouped output of related offers.
Offers are not sorted in any way and might end up in entry, parking,
entry, etc. Sorting ensures all of same type are rendered one after the
other, entry, entry, parking.

Sorting is done by alphabet on the technical enum value.

That ensures grouped output of related offers.
Offers are not sorted in any way and might end up in entry, parking,
entry, etc. Sorting ensures all of same type are rendered one after the
other, entry, entry, parking.

Sorting is done by alphabet on the technical enum value.
@DanielSiepmann DanielSiepmann self-assigned this Sep 14, 2021
@koritnik koritnik merged commit e8a44c5 into main Sep 14, 2021
@koritnik koritnik deleted the feature/group-offer-types branch September 14, 2021 12:39
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.

None yet

2 participants