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

🔀 :: (ENTRY-86) 유저 조회 API 개발 #10

Merged
merged 14 commits into from
Sep 25, 2023

Conversation

HyunSu1768
Copy link
Member

close #ENTRY-26

@linear
Copy link

linear bot commented Sep 24, 2023

ENTRY-86 유저 조회 API 개발

외부 서비스에서 유저 UUID로 유저 정보를 조회할 때 필요한 API를 개발합니다.

  • ADMIN 역할 필요
  • 다른 서비스에서 Feign 으로 통신 할 때 Request Header에 Role을 ADMIN 으로 합니다.

@HyunSu1768 HyunSu1768 added the 기능 추가 New feature or request label Sep 24, 2023
Comment on lines 54 to 56
fun findUserByUUID(@RequestParam("userId") userId: UUID): User {
return queryUserByUUID.execute(userId)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Domain 객체를 reponse로 사용하는건가요?

Copy link
Member Author

@HyunSu1768 HyunSu1768 Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

잠시 다른거랑 헷갈려서 Domain객체를 쓴 것 같습니다. 굳이 Domain이 필요 없을 것 같은데 그냥 Response DTO 쓰는게 나을까요??

@HyunSu1768 HyunSu1768 merged commit c15d7df into develop Sep 25, 2023
1 check passed
@HyunSu1768 HyunSu1768 deleted the feature/entry-86-유저-조회-api-개발 branch September 25, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 추가 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants