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

Alphabetical sorting for custom list locations ios 604 #6106

Merged

Conversation

mojganii
Copy link
Collaborator

@mojganii mojganii commented Apr 10, 2024

This pull request introduces functionality to display the locations of a custom list in alphabetical sorting within each location group. To achieve this, the following steps were taken:

  1. Grouping the locations of a custom list based on Country City, and Host.
  2. Implementing alphabetical sorting for each location group.
  3. Concatenating them together to create a flat array.
  4. Disabling custom lists that have no children, making them unselectable.
before after

This change is Reviewable

@mojganii mojganii added bug iOS Issues related to iOS labels Apr 10, 2024
@mojganii mojganii self-assigned this Apr 10, 2024
Copy link

linear bot commented Apr 10, 2024

@mojganii mojganii force-pushed the alphabetical-sorting-for-custom-list-locations-ios-604 branch from 7e3d16c to dd06371 Compare April 10, 2024 13:27
Copy link
Contributor

@rablador rablador left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @mojganii)


ios/MullvadVPN/View controllers/SelectLocation/CustomListLocationNodeBuilder.swift line 56 at r1 (raw file):

private extension CustomListLocationNode {
    func sorted() {

Nit: sorted (in past tense) usually indicates a return value of the sorted array, while simply sort usually indicate sorting in place.

Copy link
Contributor

@rablador rablador left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @mojganii)

@mojganii mojganii force-pushed the alphabetical-sorting-for-custom-list-locations-ios-604 branch from dd06371 to 7e11be9 Compare April 11, 2024 09:06
Copy link
Collaborator Author

@mojganii mojganii left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 files reviewed, all discussions resolved (waiting on @rablador)


ios/MullvadVPN/View controllers/SelectLocation/CustomListLocationNodeBuilder.swift line 56 at r1 (raw file):

Previously, rablador (Jon Petersson) wrote…

Nit: sorted (in past tense) usually indicates a return value of the sorted array, while simply sort usually indicate sorting in place.

Done.

Copy link
Contributor

@rablador rablador left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Contributor

@buggmagnet buggmagnet left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@buggmagnet buggmagnet force-pushed the alphabetical-sorting-for-custom-list-locations-ios-604 branch from 7e11be9 to b1722ac Compare April 12, 2024 14:34
@buggmagnet buggmagnet merged commit bdcce0b into main Apr 12, 2024
7 checks passed
@buggmagnet buggmagnet deleted the alphabetical-sorting-for-custom-list-locations-ios-604 branch April 12, 2024 14:35
Copy link

🚨 End to end tests failed. Please check the failed workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug iOS Issues related to iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants