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

メールテンプレートを新規登録できるように対応 #6140

Merged
merged 4 commits into from
Apr 15, 2024

Conversation

chihiro-adachi
Copy link
Contributor

@chihiro-adachi chihiro-adachi commented Apr 14, 2024

概要(Overview・Refs Issue)

メールテンプレートの登録・削除処理を追加しました。
#4398

方針(Policy)

  • 初期テンプレートは削除不可。新規登録したテンプレートは削除可としています。
  • 受注メール送信で、すべてのテンプレートを使用できるようにしています。
  • テキストメール/HTMLメールのUIをタブ形式ではなく、入力エリアを独立させています。

実装に関する補足(Appendix)

image image image

テスト(Test)

  • TODO テストコード

相談(Discussion)

  • 従来2系相当のUIで実装していたが、今回CRUDの機能が一通り実装されたため、4系標準のUI(支払方法設定などと同様のUI)に統一してもよいかと思われます。今後の課題。
  • 受注メール送信は、現状テキストメールでの送信に限定していますが、HTMLメールも利用できるよう今後機能改善してもよいかと思われます。

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

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

レビュワー確認項目

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

@chihiro-adachi chihiro-adachi added this to the 4.3.0 milestone Apr 14, 2024
Copy link

codecov bot commented Apr 15, 2024

Codecov Report

Attention: Patch coverage is 65.85366% with 28 lines in your changes are missing coverage. Please review.

Project coverage is 82.41%. Comparing base (0536832) to head (15d027f).
Report is 40 commits behind head on 4.3.

Files Patch % Lines
...e/Controller/Admin/Setting/Shop/MailController.php 45.71% 19 Missing ⚠️
...c/Eccube/Controller/Admin/Order/MailController.php 0.00% 7 Missing ⚠️
src/Eccube/Form/Type/Admin/MailType.php 94.28% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                4.3    #6140      +/-   ##
============================================
+ Coverage     81.87%   82.41%   +0.53%     
============================================
  Files           480      480              
  Lines         26334    26413      +79     
============================================
+ Hits          21562    21767     +205     
+ Misses         4772     4646     -126     
Flag Coverage Δ
E2E 82.41% <65.85%> (+13.12%) ⬆️
Unit 82.41% <65.85%> (+3.65%) ⬆️

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.

@xuelian311 xuelian311 self-requested a review April 15, 2024 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants