南海本線の白線急行の種別追加を master へ反映 - #1670
Merged
Merged
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
🚉 停車駅の変更1 件の新しい停車パターン
🆕 -急行- (Express) - 南海本線type_cd=544, line_group_cd=1183 変更内容: 28 駅追加 全駅リスト (28駅)
|
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.
概要
devに取り込み済みの変更をmasterへ反映し、本番(stationapi/gql.trainlcd.app)へデプロイします。今回の内容は #1669 の 1 件のみで、南海本線の「白線急行」(方向幕に
-急行-と表示される、通常の急行停車駅に春木を加えた種別)を独立した列車種別として追加するデータ変更です。変更の種類
変更内容
詳細
data/4!types.csv:type_cd=544「-急行-」を追加data/5!station_station_types.csv:line_group_cd=1183(なんば〜泉佐野の南海本線 28 駅)を追加停車は以下の 10 駅で、既存の急行(
line_group_cd=452)との差は春木のみです。kind=3(急行)は既存の急行と同じため、get_train_typesの重複排除は停車駅で判定されます。春木を含む区間では 2 種別が並び、含まない区間(例: なんば〜堺)では停車駅が一致するため 1 件に統合されます。direction=2(下り)は、なんば 0:08 発 泉佐野行きの下り 1 本のみという運行実態に合わせたものです。クライアントへの影響
schema/public.graphqlに変更はありません。stationTrainTypes/routeTypesの結果に南海本線の新種別が 1 件増えるのみで、既存の応答形状は変わりません。テスト
make fmtが通ることmake clippyが通ること(wasm32 ターゲットを含む)make testが通ること省略: コード変更なし(
data/*.csvのみ)。代わりにcargo run -p data_validatorを実行し[VALID] No errors reported.を確認済み。devへのマージ時にbuild_worker.ymlによるビルドとスキーマ検証も通過しています。関連Issue
スクリーンショット(任意)