-
Notifications
You must be signed in to change notification settings - Fork 0
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
[refac] 인증 비즈니스 로직 리팩토링 #253
base: develop
Are you sure you want to change the base?
Conversation
엄 우선 코드말고 To Reviewers만 보았는데 트랜잭션은 데이터에 대해 지속성, 원자성과 같은 ACID를 보장해주기 위해 사용하지 않나요?? 저는 다른 사람이 간섭하지 않는 단일 데이터라도 ACID를 위해 트랜잭션 적용해주어야한다고 생각합니다..! |
user 도메인 패키지가 존재해서 저도 user 하위에 있는게 맞는 것 같아용 |
저 역시 옮기는게 맞다고 생각해서 옮기겠슴다! |
Related Issue 📌
close #245
Description ✔️
To Reviewers
UserFinder ~ UserInfoFinder 이런거 현재 보니까 Auth 패키지 하위에 있던데, User 패키지 하위에 있는게 맞지 않나용? 의견 듣고 옮기겠습니다. -> 옮겼습니다.