-
Notifications
You must be signed in to change notification settings - Fork 53
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(trusted-companions): Plan trip with mobility profile for self or on behalf of trusted companion #1302
Merged
Merged
feat(trusted-companions): Plan trip with mobility profile for self or on behalf of trusted companion #1302
Changes from 88 commits
Commits
Show all changes
91 commits
Select commit
Hold shift + click to select a range
197c145
feat(advanced-settings-panel): add mobility profile section
josh-willis-arcadis cd9d023
feat(advanced-settings-panel): add dropdown selector for mobility pro…
josh-willis-arcadis 14ea7a1
add more margin on dropdown selector
josh-willis-arcadis 855b7e4
use right status. dont use userid
josh-willis-arcadis af428f4
start hooking up mobility selector to routing query
josh-willis-arcadis 28e41e5
feat(advanced-settings-panel): add onChange event handling for mobili…
josh-willis-arcadis 714d2e6
feat(advanced-settings-panel): add en i18n string for mobility profil…
josh-willis-arcadis a58f469
feat: Add confirmation and error landing pages.
binh-dam-ibigroup 0bd5a77
refactor(confirmation.html): Merge error and confirmation pages
binh-dam-ibigroup 368d0fa
refactor(user/types): add status values
josh-willis-arcadis afaa808
Fix code scanning alert no. 7: Client-side cross-site scripting
josh-willis-arcadis 077b61f
feat(advanced-trip-form): Add autoplan
amy-corson-ibigroup 86e6bf2
Prevent autoplan if there are validation errors
amy-corson-ibigroup cb18e6e
Pass plan trip through mobile
amy-corson-ibigroup 201af4b
remove unnecessary props
amy-corson-ibigroup 489a8d4
Fix mapstatetoprops incorrect destructure
amy-corson-ibigroup 5856a97
Fix percy tests and add openEditIfNeeded function
amy-corson-ibigroup 334004e
chore(deps): bump elliptic from 6.5.7 to 6.6.0
dependabot[bot] 30158cb
fallback to departure time when `useArrivalTime` is true
miles-grant-ibigroup 38c4641
only show routes from current service week
miles-grant-ibigroup 54d47fe
chore(deps): update otp-ui
miles-grant-ibigroup fd92d03
make currentServiceWeek query in nearby query
miles-grant-ibigroup d838004
address pr feedback
miles-grant-ibigroup 5305913
complete pr feedback addressing
miles-grant-ibigroup e1c6d82
correct types
miles-grant-ibigroup b94b3d2
update snapshots
miles-grant-ibigroup f8cc983
add missing `nearbyRoutes` to snapshots
miles-grant-ibigroup 7967956
update snapshots
miles-grant-ibigroup ed1c057
update percy mocks
daniel-heppner-ibigroup 6ff36e6
chore(craco): Update comment for graphql files
binh-dam-ibigroup 0600483
refactor(main): Update comment regarding custom graphql query.
binh-dam-ibigroup 7a61fa9
set correct hover index
miles-grant-ibigroup d913f52
remove dead code
miles-grant-ibigroup 4ff3481
clean up
miles-grant-ibigroup e44e025
add missing typescript
miles-grant-ibigroup 7ca2569
clean up miles's bad code
daniel-heppner-ibigroup 16aef0e
respect mode text color
miles-grant-ibigroup 715bf08
address pr feedback
miles-grant-ibigroup 440d974
chore(i18n): Add FR translations
binh-dam-ibigroup 0e71d55
refactor: use plural travelCompanions
josh-willis-arcadis 3b09e8a
fix(en-us): fix spelling
josh-willis-arcadis 1bc082d
refactor(status-badge): use implicit return syntax
josh-willis-arcadis 23791f9
fix: don't zoom when clicking itinerary
daniel-heppner-ibigroup f470d95
feat(advanced-settings-panel): make api call to get dependent user info
josh-willis-arcadis d626c55
set correct hover index
miles-grant-ibigroup ad11fc1
remove dead code
miles-grant-ibigroup ed27d8c
clean up
miles-grant-ibigroup 734aa58
add missing typescript
miles-grant-ibigroup 4cd8ff3
clean up miles's bad code
daniel-heppner-ibigroup a9bea3f
respect mode text color
miles-grant-ibigroup 1e4a6d7
address pr feedback
miles-grant-ibigroup 85964b2
nearby: use stoptime headsigns if applicable
miles-grant-ibigroup 6c46ae8
revert unneeded change
miles-grant-ibigroup 1b2975d
only show routes from current service week
miles-grant-ibigroup 5f5ba94
chore(deps): update otp-ui
miles-grant-ibigroup 21c15f3
make currentServiceWeek query in nearby query
miles-grant-ibigroup e63f20d
address pr feedback
miles-grant-ibigroup d0566ba
complete pr feedback addressing
miles-grant-ibigroup 928edbb
correct types
miles-grant-ibigroup feb9a97
add missing `nearbyRoutes` to snapshots
miles-grant-ibigroup 0b01a32
update snapshots
miles-grant-ibigroup 405040f
update snapshots
miles-grant-ibigroup 56f035b
Merge branch 'dev' into plan-trip-on-behalf-of
josh-willis-arcadis 721ef46
remove comment
josh-willis-arcadis c4bf3c9
remove weird check
josh-willis-arcadis c8d0d25
feat(advanced-settings-panel): set selected mobility profile in curre…
josh-willis-arcadis 908ed59
feat(api-v2): get mobility profile from current query or from user
josh-willis-arcadis fef9147
feat(i18n): add missing strings and remove unused
josh-willis-arcadis 1274bfe
fix(i18n): remove unused string from fr translations
josh-willis-arcadis 5761a5e
address pr feedback
josh-willis-arcadis 45b8140
feat: Add confirmation and error landing pages.
binh-dam-ibigroup 2922f2e
refactor(confirmation.html): Merge error and confirmation pages
binh-dam-ibigroup 8178e87
chore(i18n): Add FR translations
binh-dam-ibigroup f4ca59e
refactor: use plural travelCompanions
josh-willis-arcadis cd22a1b
refactor(existing-account-display): remove collapsible prop
josh-willis-arcadis 50e09cb
refactor(saved-trip-editor): remove collapsible prop
josh-willis-arcadis 5ba7b37
fix: consolidate stop times query, remove onlyRequestForOperators
amy-corson-ibigroup 4e16499
fix query for stops
amy-corson-ibigroup 4838464
fix: make transitIndex stops comprehensive list instead of rewriting …
amy-corson-ibigroup b67ba23
replace $set wtih $merge for FIND_STOP_TIMES_FOR_STOP
amy-corson-ibigroup 86005cd
we only need one $merge actually
amy-corson-ibigroup 21dd75b
Provide transiations for OTP-UI-stopsAndStations layer
amy-corson-ibigroup 125ce26
restore missing otp1 fields
miles-grant-ibigroup ea08952
chore(deps): update otp-ui
miles-grant-ibigroup 0b50f23
Merge branch 'dev' into plan-trip-on-behalf-of
josh-willis-arcadis 44fb4b6
chore(i18n): Add FR text
binh-dam-ibigroup 736d2d0
address pr feedback
josh-willis-arcadis 7e5e75c
fix(i18n): remove extra space
josh-willis-arcadis fe2c134
fix(advanced-settings-panel): adjust spacing and indenting to be unif…
josh-willis-arcadis bb77913
Merge branch 'dev' into plan-trip-on-behalf-of
josh-willis-arcadis f5f8ebd
Merge branch 'dev' into plan-trip-on-behalf-of
josh-willis-arcadis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
The spacing and indenting here is looking really random. Can we
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.
addressed in fe2c134