migrate_gtfs_data_from_nandi_to_gims#49
Open
blaze-198 wants to merge 8 commits into
Open
Conversation
blaze-198
force-pushed
the
migrate_gtfs_data_from_nandi_to_gims
branch
from
February 20, 2026 11:47
a14a056 to
3e7e48d
Compare
khuzema786
reviewed
Feb 25, 2026
| "/cache-data/{gtfs_id}", | ||
| actix_web::web::get().to(get_cache_data_by_gtfs_id), | ||
| ) | ||
| // ── Metro routing endpoints ── |
Contributor
There was a problem hiding this comment.
Generic Trip Planning API, not metro specifc, internally it can have vehicle type case match to handle computation differently
khuzema786
reviewed
Feb 25, 2026
| pub preprocessed_data_dir: String, | ||
| } | ||
|
|
||
| fn default_preprocessed_data_dir() -> String { |
khuzema786
reviewed
Feb 25, 2026
| pub bhubaneswar_external_auth: Option<String>, | ||
| /// When true, load GTFS data from preprocessed JSON files (produced by | ||
| /// Nandi preprocessor) instead of calling Nandi/OTP APIs. | ||
| #[serde(default)] |
blaze-198
force-pushed
the
migrate_gtfs_data_from_nandi_to_gims
branch
from
February 25, 2026 11:33
3e7e48d to
548a32b
Compare
blaze-198
force-pushed
the
migrate_gtfs_data_from_nandi_to_gims
branch
3 times, most recently
from
May 22, 2026 13:31
e3594eb to
44d6d23
Compare
Member
|
where is it getting the static data from ? the .json assets are getting generated in the nandi repo and this guy his here, who will put those files here ? should we merge these two repos into a monorepo and build both images together (as they both should always have same data and data changes should deploy both) |
blaze-198
force-pushed
the
migrate_gtfs_data_from_nandi_to_gims
branch
4 times, most recently
from
June 1, 2026 11:41
684131c to
75e656f
Compare
blaze-198
force-pushed
the
migrate_gtfs_data_from_nandi_to_gims
branch
3 times, most recently
from
June 3, 2026 14:05
b61d534 to
5458c5f
Compare
blaze-198
force-pushed
the
migrate_gtfs_data_from_nandi_to_gims
branch
from
June 5, 2026 19:17
86d4524 to
a934bc5
Compare
blaze-198
force-pushed
the
migrate_gtfs_data_from_nandi_to_gims
branch
from
June 5, 2026 19:18
a934bc5 to
4ff5d01
Compare
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
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.
No description provided.