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

CQS views 분리 #30

Open
twinstae opened this issue Nov 4, 2024 · 1 comment
Open

CQS views 분리 #30

twinstae opened this issue Nov 4, 2024 · 1 comment

Comments

@twinstae
Copy link
Owner

twinstae commented Nov 4, 2024

지금은 레포지토리에서 도메인 모델과 read model을 둘 다 처리하는데요. 가짜 구현체로 뷰를 만드는 건 복잡한 일이기도 하고 여러 도메인을 넘나들게 되는 문제가 있습니다. (sospeso와 user를 join 한다거나)

DB구현체가 들어오면, 읽기와 쓰기(도메인) 모델을 분리해서 통합 테스트를 하려 합니다. 이름은 Views 정도면 되지 않을까 싶네요.

개념적 설명은 다음 글을 참고해주세요.

https://www.cosmicpython.com/book/chapter_12_cqrs.html

@twinstae
Copy link
Owner Author

read 액션은 서버에서 호출하는 게 이상합니다. 이 문제를 고칠 해법이 될 것 같은...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant