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

「最近チェックした商品」ブロックの追加 #4928

Closed
wants to merge 8 commits into from

Conversation

matsuoshi
Copy link
Contributor

@matsuoshi matsuoshi commented Feb 18, 2021

概要(Overview・Refs Issue)

「最近チェックした商品」ブロックを用意し、フロントに表示します。

関連issue
#4860

方針(Policy)

外部仕様は以下のとおりです。

  • 表示点数は最大6件
  • 同一商品の重複表示はさせない
  • 現在閲覧中の商品と同じ商品は表示させない

実装に関する補足(Appendix)

データの保存先はブラウザの localStrage を使用。
ブロック内の商品は localStrage をもとに、JavaScriptで動的生成しています。

テスト(Test)

E2Eテストを追加しています。
ドキュメントに関して、以下のPRを作成しました。
EC-CUBE/eccube-specification#66

相談(Discussion)

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

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

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@matsuoshi matsuoshi force-pushed the feature/browsing-history branch from 52cb957 to 96d23b9 Compare February 18, 2021 03:06
@matsuoshi matsuoshi force-pushed the feature/browsing-history branch from 96d23b9 to 01bb977 Compare February 18, 2021 05:33
@matsuoshi matsuoshi force-pushed the feature/browsing-history branch from b381e9e to db14e73 Compare February 19, 2021 05:11
@matsuoshi matsuoshi changed the title [WIP] 「最近チェックした商品」ブロックの追加 「最近チェックした商品」ブロックの追加 Feb 19, 2021
@okazy okazy added the enhancement 機能追加 label Feb 22, 2021
@okazy okazy added this to the 4.1 milestone Feb 22, 2021
@chihiro-adachi chihiro-adachi modified the milestones: 4.1, 4.1.x Sep 3, 2021
@chihiro-adachi chihiro-adachi changed the base branch from 4.1-feature to 4.1 September 6, 2021 05:19
@kiy0taka
Copy link
Contributor

こちらは一旦クローズして、必要であれば再度検討します。

@kiy0taka kiy0taka closed this Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 機能追加
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants