Skip to content
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

fix:必須バッチの追加と周りの修正 #6066

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

dotani1111
Copy link
Contributor

@dotani1111 dotani1111 commented Nov 15, 2023

必須バッチ周りの修正を行いました。

概要(Overview・Refs Issue)

必須バッチの追加

管理画面>コンテンツ管理>新着情報
#6050

管理画面>ユーザアイコン>パスワード変更
#6051

管理画面>商品管理>商品規格登録
#6052

商品管理>規格管理>登録
#6055

品管理>規格管理>規格分類管理
#6056

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

管理画面>コンテンツ管理>新着情報
スクリーンショット 2023-11-15 12 56 56

管理画面>ユーザアイコン>パスワード変更
スクリーンショット 2023-11-15 12 58 37

管理画面>商品管理>商品規格登録
スクリーンショット 2023-11-15 13 01 18

商品管理>規格管理>登録
スクリーンショット 2023-11-15 13 02 28

商品管理>規格管理>規格分類管理
スクリーンショット 2023-11-15 13 03 32

相談(Discussion)

カテゴリ管理やタグ管理は必要ありますか?
→項目が1つだけなので、不必要

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか
    • 権限を超えた操作が可能にならないか
    • 不要なファイルアップロードがないか
    • 外部へ公開されるファイルや機能の追加ではないか
    • テンプレートでのエスケープ漏れがないか

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f595142) 82.57% compared to head (b5ccee7) 82.57%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##                4.2    #6066      +/-   ##
============================================
- Coverage     82.57%   82.57%   -0.01%     
  Complexity     6436     6436              
============================================
  Files           477      477              
  Lines         25884    25884              
============================================
- Hits          21374    21373       -1     
- Misses         4510     4511       +1     
Flag Coverage Δ
E2E 69.08% <ø> (-0.43%) ⬇️
Unit 79.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dotani1111
Copy link
Contributor Author

カテゴリ管理にカテゴリ名、タグ管理にタグ名を同様に追加してます。
規格管理などに合わせたのですが、カテゴリとタグだけは設定項目が1つだったので、意図的に外しているのでしょうか?

@dotani1111
Copy link
Contributor Author

カテゴリとタグは1つだけなので、不必要の方針で進めます。

@dotani1111 dotani1111 added this to the 4.2.x milestone Nov 27, 2023
@dotani1111 dotani1111 force-pushed the features/fix_required_badge branch from b5ccee7 to c0c9cba Compare December 18, 2023 07:33
@dotani1111 dotani1111 modified the milestones: 4.2.x, 4.3.0 Jan 17, 2024
@shinya
Copy link
Contributor

shinya commented Jan 23, 2024

確認しました。問題ないです。

@ji-eunsoo ji-eunsoo merged commit 503055e into EC-CUBE:4.3 Jan 24, 2024
196 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants