Skip to content

Feat/#5 회원가입 api 작성 - #8

Merged
02-wooki merged 43 commits into
mainfrom
feat/#5
Aug 3, 2025
Merged

Feat/#5 회원가입 api 작성#8
02-wooki merged 43 commits into
mainfrom
feat/#5

Conversation

@02-wooki

@02-wooki 02-wooki commented Aug 3, 2025

Copy link
Copy Markdown
Contributor

#️⃣ 연관된 이슈

close #5

🔎 작업 내용

  • 회원가입 컨트롤러 작성
  • 회원가입 서비스 작성
  • 회원가입 요청 dto 작성
  • 회원가입 컨트롤러 api 문서 작성
  • 멤버 리포지토리 작성
  • 멤버 모델 작성
  • 회원가입 컨트롤러 테스트
  • 회원가입 서비스 테스트

✅ Checklist

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.
  • 필요 없는 import문이나 setter 등을 삭제했습니다.
  • 기존의 코드에 영향이 없는 것을 확인했습니다.

💬 리뷰 요구사항(선택)

image 코드 커버리지 100%

02-wooki added 30 commits August 2, 2025 14:26
@02-wooki
02-wooki requested a review from a team August 3, 2025 06:10
@02-wooki 02-wooki self-assigned this Aug 3, 2025
@02-wooki 02-wooki added the feature New feature label Aug 3, 2025
@github-actions

github-actions Bot commented Aug 3, 2025

Copy link
Copy Markdown

Test Coverage Report

Overall Project 100% 🍏
Files changed 100% 🍏

File Coverage
Member.java 100% 🍏
MemberService.java 100% 🍏
MemberController.java 100% 🍏

@llouis0622 llouis0622 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

방금 디코보고 확인합니다

@02-wooki
02-wooki merged commit ad44c95 into main Aug 3, 2025
1 check passed
@02-wooki
02-wooki deleted the feat/#5 branch August 3, 2025 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 회원가입 API 작성

2 participants