-
Notifications
You must be signed in to change notification settings - Fork 653
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
Model クラスの実装 #19
Comments
@pineray |
はい。 |
質問ばかりですみません。 |
そうですね。 |
Enitty / Repositoryとして実装したため、こちらCloseさせていただきます。 |
Point/PointStatusRepositoryのユニットテストを追加しました
Force all email on tenant site send by one sender email address which…
改善したい点は数多く有りますが、ひとつだけ挙げるならこれです。
ページクラスからビジネスロジックを切り離し、処理の対象毎にまとめて Model クラスとして再構築します。
また、従来からのコードで Model と同様の働きをするクラスを Model として再定義します。
例)
SC_Product → ¥Model¥Product¥Product
SC_Helper_Category → ¥Model¥Product¥Category
SC_Helper_Purchase → ¥Model¥Order¥Order
SC_Customer → ¥Model¥Customer¥Customer
The text was updated successfully, but these errors were encountered: