-
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
유저 가입일 조회 API 추가 #132
유저 가입일 조회 API 추가 #132
Conversation
src/main/java/com/yapp/artie/domain/user/adapter/in/web/GetUserJoinDateController.java
Show resolved
Hide resolved
src/main/java/com/yapp/artie/domain/user/application/port/out/LoadUserPort.java
Show resolved
Hide resolved
...test/java/com/yapp/artie/domain/user/adapter/out/persistence/UserPersistenceAdapterTest.java
Show resolved
Hide resolved
src/test/java/com/yapp/artie/domain/user/application/service/GetUserJoinDateServiceTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@le2sky 유저 가입일 조회 API 추가한 PR 확인 부탁드립니당~! 🙇🙇🙇🙇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akalswl14 고생하셨어요👍👍 코드 반영해둘게요!
아직까지는 괜찮지만, user.port.in
패키지에 새로운 게 추가되면 Query, UseCase를 하위 패키징해도 좋을 것 같아요!
...test/java/com/yapp/artie/domain/user/adapter/out/persistence/UserPersistenceAdapterTest.java
Show resolved
Hide resolved
저도 동의합니다! Response 부분 또한 구분하면 좋을 것 같다고 생각했어요, 의견 감사드려요 :) |
구현 내용
구현 요약
관련 이슈
close #131
구현 내용