-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
motis v2 for routing, remove implicit paths (user), (maintainer) (#163)
* motis v2 for routing, remove implicit paths (user), (maintainer) * wip * Move MOTIS_BASE_URL to constants * Change API for geocoding according to new Motis version * Remove unused imports * Remove old geocoding API * Format * Update Motis api files * Remove fare computation * Use plan Endpoint of Motis instead if route * Convert time units in booking api * Use /user routes in test files * Format * Use /user route in moveTour test * Fix postgis version to 3.4.3 * wip * Add function for oneToMany in lib/api.ts * Format * Upload playwright screenshot on failure * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Add function for plan endpoint of motis * Add screenshot folder to .gitignore * Simplify expression * Update Motis api files * Merge import statements * Add try/catch for geocode * Format * Adjust /request route to new endpoint plan * Format * Move mapping to PlanReponse into plan function * Update src/routes/maintainer/activation/+page.svelte --------- Co-authored-by: nils <[email protected]> Co-authored-by: nilspenzel <[email protected]>
- Loading branch information
1 parent
04369a7
commit 7141314
Showing
54 changed files
with
3,298 additions
and
654 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,5 @@ package-lock.json | |
yarn.lock | ||
|
||
taxidriver-android-app | ||
|
||
/src/lib/motis |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ booking-generator/test | |
.vscode | ||
/driver-app/.gradle/ | ||
/driver-app/.idea | ||
/screenshots |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ yarn.lock | |
src/lib/components/* | ||
.github/* | ||
migrations/* | ||
|
||
src/lib/motis | ||
taxidriver-android-app |
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.