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

feat:管理画面>商品一覧画面の「登録日」「更新日」検索へのバリデーション #5951

Merged
merged 5 commits into from
Feb 7, 2024

Conversation

dotani1111
Copy link
Contributor

@dotani1111 dotani1111 commented Feb 20, 2023

概要(Overview・Refs Issue)

商品一覧画面の「登録日」、「更新日」検索について
#5712

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

商品一覧
image

受注一覧
image

会員一覧
image

相談(Discussion)

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

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

レビュワー確認項目

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

@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2023

Codecov Report

Merging #5951 (65c20db) into 4.2 (800915d) will decrease coverage by 0.04%.
The diff coverage is 67.85%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff              @@
##                4.2    #5951      +/-   ##
============================================
- Coverage     82.52%   82.48%   -0.04%     
- Complexity     6401     6428      +27     
============================================
  Files           475      475              
  Lines         25734    25795      +61     
============================================
+ Hits          21236    21277      +41     
- Misses         4498     4518      +20     
Flag Coverage Δ
E2E 69.42% <67.85%> (+<0.01%) ⬆️
Unit 79.68% <67.85%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
src/Eccube/Form/Type/Admin/SearchCustomerType.php 98.35% <66.66%> (-1.65%) ⬇️
src/Eccube/Form/Type/Admin/SearchOrderType.php 98.01% <68.00%> (-1.99%) ⬇️
src/Eccube/Form/Type/Admin/SearchProductType.php 98.13% <69.23%> (-1.87%) ⬇️

... and 2 files with indirect coverage changes

@dotani1111 dotani1111 force-pushed the features/feat_serch_product_date branch from 510d5da to c36f469 Compare March 3, 2023 00:40
@chihiro-adachi chihiro-adachi added this to the 4.2.2 milestone Mar 6, 2023
@chihiro-adachi
Copy link
Contributor

@dotani1111
終了日時のエラーとし、終了日時にのみメッセージを表示するようにしましょう。
また、受注一覧や会員一覧の類似箇所へも実装お願いします。

@dotani1111
Copy link
Contributor Author

@chihiro-adachi
終了日時のみに修正、その他項目についてもバリデーションを追加致しました。

@dotani1111 dotani1111 self-assigned this May 24, 2023
@carkn carkn modified the milestones: 4.2.2, 4.2.3 Jun 30, 2023
@dotani1111 dotani1111 modified the milestones: 4.2.3, 4.2.x Nov 10, 2023
@shinya
Copy link
Contributor

shinya commented Dec 11, 2023

検証して問題なければ、次回のVersionUPでの取り込み予定とします。

@dotani1111 dotani1111 modified the milestones: 4.2.x, 4.3.0 Feb 7, 2024
@dotani1111 dotani1111 merged commit cc2ee13 into EC-CUBE:4.3 Feb 7, 2024
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.

5 participants