自動入力される獲得率を通常計算へ再表示 - #62
Merged
Merged
Conversation
katakata0522
marked this pull request as ready for review
August 6, 2026 07:54
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.
目的
2025年4月版の分かりやすさを参考に、現在ステータスから自動設定される獲得率を通常計算の主画面へ戻します。現在の計算ロジック、多言語対応、ツールチップ、共有URLは維持します。
変更内容
設計方針
2025年4月版のHTMLや古いロジックを戻すのではなく、現在の共通モジュール構成と正しい地域別データをそのまま利用し、見せ方だけを復元します。
平均パック額を入力しない通常計算では、従来どおり購入回数を仮定しない概算を表示します。互換性と変更範囲の安全性を保つため、画面から利用できなくなった既存の内部計算ヘルパーまでは本PRで削除しません。
確認項目