Skip to content

Conversation

@BrandonTR
Copy link
Contributor

@BrandonTR BrandonTR commented Jul 22, 2025

Summary

Ticket:  | Favorites | Add stops flow - non-subway list

Adds non-subway functionality to route picker view. Also did a few small design fixes.

Simulator Screenshot - Clone 1 of iPhone 16 Pro - 2025-07-22 at 16 22 51 Simulator Screenshot - Clone 1 of iPhone 16 Pro - 2025-07-22 at 16 22 48

Testing

Added/ported tests for new route picker functionality

@BrandonTR BrandonTR requested a review from a team as a code owner July 22, 2025 21:21
@BrandonTR BrandonTR requested review from boringcactus and removed request for a team July 22, 2025 21:21
Base automatically changed from br-subway-route-picker to main July 22, 2025 21:31
@BrandonTR BrandonTR force-pushed the br-non-subway-route-picker branch from 8cbeff9 to 9f016ed Compare July 23, 2025 16:01
RoutePickerPath.Bus(),
RoutePickerPath.Silver(),
RoutePickerPath.CommuterRail(),
RoutePickerPath.Ferry(),
Copy link
Member

Choose a reason for hiding this comment

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

For Kotlin objects I think it’s better to use .shared than (), although I’d expect () to return the sole instance anyway.

]

private var headerTitle: String {
switch path {
Copy link
Member

Choose a reason for hiding this comment

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

If you use SKIE’s onEnum(of: path) then you can just have case .root etc with no unnecessary default.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh nice! Thank you

@BrandonTR BrandonTR enabled auto-merge July 24, 2025 21:58
@BrandonTR BrandonTR added this pull request to the merge queue Jul 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jul 24, 2025
@BrandonTR BrandonTR added this pull request to the merge queue Jul 24, 2025
Merged via the queue into main with commit 1c76636 Jul 24, 2025
11 checks passed
@BrandonTR BrandonTR deleted the br-non-subway-route-picker branch July 24, 2025 22:57
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.

3 participants