Skip to content

프로필 조회 api 구현#186

Merged
Goder-0 merged 1 commit intomainfrom
feature/#184-add-profile
Mar 5, 2026
Merged

프로필 조회 api 구현#186
Goder-0 merged 1 commit intomainfrom
feature/#184-add-profile

Conversation

@Goder-0
Copy link
Contributor

@Goder-0 Goder-0 commented Mar 1, 2026

관련 이슈

PR 설명

Overview

  • 내 프로필 조회 API 추가
  • 회원 API 중 signup/login만 permit 유지

Changes

  • GET /v1/member/me 추가
  • MemberProfileRes DTO 추가 (id/email/createdAt)
  • 보안 설정에서 /v1/member/** permit 제거
  • 프로필 조회 단위 테스트 추가
  • Swagger 예시 값 보강

@Goder-0 Goder-0 linked an issue Mar 1, 2026 that may be closed by this pull request
@Goder-0 Goder-0 force-pushed the feature/#184-add-profile branch 2 times, most recently from ea804a5 to 763cc75 Compare March 5, 2026 13:54
@Goder-0 Goder-0 requested a review from ckdals4600 March 5, 2026 13:54
@Goder-0 Goder-0 force-pushed the feature/#184-add-profile branch from 763cc75 to 19b61e2 Compare March 5, 2026 13:58
@github-actions
Copy link

github-actions bot commented Mar 5, 2026

📊 코드 커버리지 리포트

Overall Project 89.59% -0.23% 🍏
Files changed 25%

File Coverage
MemberService.java 100% 🍏
MemberController.java 89.77% -10.23%

@ckdals4600 ckdals4600 assigned ckdals4600 and Goder-0 and unassigned ckdals4600 Mar 5, 2026
Add /v1/member/me and profile response DTO.
Restrict member routes to signup/login; add profile unit test.
@Goder-0 Goder-0 force-pushed the feature/#184-add-profile branch from 19b61e2 to c82fc11 Compare March 5, 2026 14:22
@Goder-0 Goder-0 merged commit d15be6b into main Mar 5, 2026
1 check passed
@Goder-0 Goder-0 deleted the feature/#184-add-profile branch March 5, 2026 14:25
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.

내 정보 조회 API 추가

2 participants