-
Notifications
You must be signed in to change notification settings - Fork 3
Backup/before rollback #409
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
Merged
Merged
Conversation
This file contains hidden or 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
MrPeterss
approved these changes
Oct 10, 2025
Contributor
MrPeterss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! just a couple of nits
TCAT/Controllers/RouteDetailDrawerViewController+Extensions.swift
Outdated
Show resolved
Hide resolved
AsenKimO
requested changes
Oct 12, 2025
Contributor
AsenKimO
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor comments. Otherwise, LGTM 🔥
AsenKimO
approved these changes
Oct 13, 2025
cindy-x-liang
added a commit
that referenced
this pull request
Oct 16, 2025
* Remove codegen build phase * add route filtering * deleted debugging stuff * Added firebase messaging to iOS * addressing richie's comments * Show delay times for start & end, needs double checked with backend * Modified / improved route UI * Reduced redundant code; cleaned up files * Changed location marker image, reorganizec code * Minor comment changes * Addressed Peter's comments * Fixed minor issue * Addressed Richie's comments p1 * Addressed Richie's comments p2 * Addressed Richie's comments p3 * Release (#398) * Remove codegen build phase * add route filtering * deleted debugging stuff * Show delay times for start & end, needs double checked with backend * Added firebase messaging to iOS * addressing richie's comments * Modified / improved route UI * Reduced redundant code; cleaned up files * Changed location marker image, reorganizec code * Minor comment changes * Addressed Peter's comments * Fixed minor issue * Addressed Richie's comments * Release TestFlight 2.0.3 Build 19 (#399) * Remove codegen build phase * add route filtering * deleted debugging stuff * Added firebase messaging to iOS * addressing richie's comments * Show delay times for start & end, needs double checked with backend * Modified / improved route UI * Reduced redundant code; cleaned up files * Changed location marker image, reorganizec code * Minor comment changes * Addressed Peter's comments * Fixed minor issue * Addressed Richie's comments p1 * Addressed Richie's comments p2 * Addressed Richie's comments p3 * Incremented Build and Version --------- Co-authored-by: Vin Bui <[email protected]> Co-authored-by: Vin Bui <[email protected]> Co-authored-by: cindy-x-liang <[email protected]> Co-authored-by: Angelina Chen <[email protected]> --------- Co-authored-by: Vin Bui <[email protected]> Co-authored-by: Vin Bui <[email protected]> Co-authored-by: cindy-x-liang <[email protected]> Co-authored-by: Angelina Chen <[email protected]> * Modernized networking architecture with Swift's Combine framework. (#394) * Initial Networking * Finish network refactor * Fix code styling * Merge branch 'master' into Jayson/Networking * update version * Adjust view so Maps icon shows, updated link * Adjust padding * Update Podfile.lock * Change icon and Display name to Navi * Remove alpha channel from AppIcon * correct route versioning * Backup/before rollback (#409) * Initial Networking * Finish network refactor * Fix code styling * Added notifications * Prevent departure notif 10 minute before boarding * temp stash * Change File structure of networking * Change version to 2.1.0 for new notif feature * Fix 10 min calcualtion for notification * update objectversion for cocaopod issue * fixed notifs * merge conflicts * fix errors * addressing peter's comments * remove force unwrap + correct spelling mistake --------- Co-authored-by: Jayson Hahn <[email protected]> Co-authored-by: Peter <[email protected]> Co-authored-by: AsenKimO <[email protected]> * rebase --------- Co-authored-by: Vin Bui <[email protected]> Co-authored-by: Vin Bui <[email protected]> Co-authored-by: Angelina Chen <[email protected]> Co-authored-by: Richie Sun <[email protected]> Co-authored-by: Jayson Hahn <[email protected]> Co-authored-by: Angelina Chen <[email protected]> Co-authored-by: Jayson Hahn <[email protected]> Co-authored-by: Peter <[email protected]> Co-authored-by: AsenKimO <[email protected]>
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.
implementing notifs, building off of jayson's