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

DRAW-427 유저 상세 정보 조회 #14

Merged
merged 3 commits into from
Nov 4, 2024
Merged

Conversation

comforest
Copy link
Contributor

Related Jira ✔

Description ✔

PR Rule ✔

P1: 꼭 반영해주세요 (Request changes)
P2: 적극적으로 고려해주세요 (Request changes)
P3: 웬만하면 반영해 주세요 (Comment)
P4: 반영해도 좋고 넘어가도 좋습니다 (Approve)
P5: 그냥 사소한 의견입니다 (Approve)

@comforest comforest self-assigned this Oct 24, 2024
# Conflicts:
#	app/api/src/main/kotlin/com/xorker/draw/user/UserController.kt
#	core/src/main/kotlin/com/xorker/draw/user/UserService.kt
#	core/src/main/kotlin/com/xorker/draw/user/UserUseCase.kt
@SunwoongH SunwoongH changed the title DRAW-427 feat: 유저 상세 정보 조회 DRAW-427 유저 상세 정보 조회 Oct 26, 2024
import io.swagger.v3.oas.annotations.media.Schema

data class UserDetailResponse(
val id: UserId,
Copy link
Contributor

Choose a reason for hiding this comment

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

P5
userId는 로그인 api에서 일괄적으로 내려주게 되는데, 유저 상세 조회 응답으로 넣은 이유를 알 수 있을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@SunwoongH
API 흐름 보다는 API 자체의 역할에 집중했다고 할까요?

Base automatically changed from feature/DRAW-426 to develop November 4, 2024 13:23
@comforest comforest merged commit 73836fc into develop Nov 4, 2024
1 check passed
@comforest comforest deleted the feature/DRAW-427 branch November 4, 2024 13:23
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

Successfully merging this pull request may close these issues.

2 participants