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

feat: 회원 이름 수정 API 구현 #124

Merged
merged 18 commits into from
Jul 31, 2024
Merged

Conversation

ywonchae1
Copy link
Member

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 회원 이름을 수정하는 API를 구현하였습니다.
  • 회원 정보 중에 수정할 수 있을 만한 것이 현재는 name, goal 필드 뿐이라 이름 수정 API만 구현하였습니다.

📝 참고사항

  • 이름 수정 성공
Screenshot 2024-07-31 at 01 08 28
  • 이름 수정 실패 (null)
Screenshot 2024-07-31 at 01 09 32
  • 이름 수정 실패 (공백)
Screenshot 2024-07-31 at 01 09 15
  • 이름 수정 실패 (빈 문자열)
Screenshot 2024-07-31 at 01 09 23

@ywonchae1 ywonchae1 self-assigned this Jul 30, 2024
@ywonchae1 ywonchae1 linked an issue Jul 30, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Jul 30, 2024

Test Results

45 tests   45 ✅  2s ⏱️
11 suites   0 💤
11 files     0 ❌

Results for commit afa37c7.

♻️ This comment has been updated with latest results.

Copy link
Member

@its-sky its-sky left a comment

Choose a reason for hiding this comment

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

깔끔하네요~ 수고하셨어요

@ywonchae1 ywonchae1 merged commit 9d10d89 into develop Jul 31, 2024
2 checks passed
@ywonchae1 ywonchae1 deleted the feature/94-member-update branch July 31, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ 회원 정보 수정 구현
2 participants