-
Notifications
You must be signed in to change notification settings - Fork 654
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
管理画面:ソート機能追加(商品一覧・受注一覧・会員一覧) #5038
管理画面:ソート機能追加(商品一覧・受注一覧・会員一覧) #5038
Conversation
受注一覧、商品一覧のソートは欲しかった |
#5030 出荷IDの対応もあると良さそうです |
@matsuoshi |
@refine-kenshi ありがとうございます。
|
@matsuoshi 確認しました。 |
@refine-kenshi 確認ありがとうございます、ではフロントの実装のほう、こちらで変更加えさせていただきます |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.1 #5038 +/- ##
============================================
- Coverage 68.45% 68.24% -0.21%
- Complexity 6126 6143 +17
============================================
Files 461 461
Lines 25168 25237 +69
============================================
- Hits 17228 17223 -5
- Misses 7940 8014 +74
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
フロントのコード (twig, js, scss) を修正し、デザインを反映しました |
@matsuoshi |
@refine-kenshi |
概要(Overview・Refs Issue)
Issue番号:#4627
上記issueと関連している
状況が分からないので一旦プルリクエストあげます。
方針(Policy)
・既存のソースに影響しないよう実装
・Repositoryに、CONST追加:[TABLEカラム名 => select名]
・項目追加やソート追加をし易いように実装
実装に関する補足(Appendix)
paginatorの第3引数:array('wrap-queries' => true)
CustomerControllerは現状の項目では、不要でしたので追加していません
テスト(Test)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目