-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unify/refactor domain delete procedures (auction on/off, delete/force delete) #1198
Comments
So in order to incapsulate domain managing (at least deletion) procedures we are to use Interactor design pattern (https://mkdev.me/en/posts/a-couple-of-words-about-interactors-in-rails). The main point of this refactoring is to unify domain behaviour. For example, we are using By introducing interactors we'll gain single incapsulated source of changes related to task, so we should put there all the notifications etc. For implementation we'll need to do the following refactoring:
|
Everything is done, the task might be closed now. |
done, thank you! |
No description provided.
The text was updated successfully, but these errors were encountered: