We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
지금은 레포지토리에서 도메인 모델과 read model을 둘 다 처리하는데요. 가짜 구현체로 뷰를 만드는 건 복잡한 일이기도 하고 여러 도메인을 넘나들게 되는 문제가 있습니다. (sospeso와 user를 join 한다거나)
DB구현체가 들어오면, 읽기와 쓰기(도메인) 모델을 분리해서 통합 테스트를 하려 합니다. 이름은 Views 정도면 되지 않을까 싶네요.
개념적 설명은 다음 글을 참고해주세요.
https://www.cosmicpython.com/book/chapter_12_cqrs.html
The text was updated successfully, but these errors were encountered:
read 액션은 서버에서 호출하는 게 이상합니다. 이 문제를 고칠 해법이 될 것 같은...
Sorry, something went wrong.
No branches or pull requests
지금은 레포지토리에서 도메인 모델과 read model을 둘 다 처리하는데요. 가짜 구현체로 뷰를 만드는 건 복잡한 일이기도 하고 여러 도메인을 넘나들게 되는 문제가 있습니다. (sospeso와 user를 join 한다거나)
DB구현체가 들어오면, 읽기와 쓰기(도메인) 모델을 분리해서 통합 테스트를 하려 합니다. 이름은 Views 정도면 되지 않을까 싶네요.
개념적 설명은 다음 글을 참고해주세요.
https://www.cosmicpython.com/book/chapter_12_cqrs.html
The text was updated successfully, but these errors were encountered: