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#49 멤버 조회 및 프로필 사진 수정 api 추가 #52

Merged
merged 4 commits into from
Nov 12, 2024
Merged

Conversation

jj0526
Copy link
Contributor

@jj0526 jj0526 commented Nov 12, 2024

1. 무슨 이유로 코드를 변경했나요?

  • tag를 이용해 멤버의 정보를 가져오는 api 필요
  • 멤버의 프로필 사진을 수정하는 api 필요

2. 어떤 위험이나 장애를 발견했나요?

  • 기존에 사용하던 코드를 재사용하여 프로필 사진이 List로 있지만 0번 인덱스만 사용합니다

3. 관련 스크린샷을 첨부해주세요.

image


4. 완료 사항

  • [x]tag를 이용해 멤버의 정보를 가져오는 api 구현
  • 멤버의 프로필 사진을 수정하는 api 구현

5. 추가 사항

  • 2번에 언급한 거처럼 프로필 사진을 List 형태로 사용합니다!

@jj0526 jj0526 added the enhancement New feature or request label Nov 12, 2024
@jj0526 jj0526 self-assigned this Nov 12, 2024
@jj0526 jj0526 linked an issue Nov 12, 2024 that may be closed by this pull request
Copy link
Collaborator

@soyesenna soyesenna left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!!

@jj0526 jj0526 changed the title Feat#49 멤버 api 추가 Feat#49 멤버 조회 및 프로필 수정 api 추가 Nov 12, 2024
@jj0526 jj0526 changed the title Feat#49 멤버 조회 및 프로필 수정 api 추가 Feat#49 멤버 조회 및 프로필 사진 수정 api 추가 Nov 12, 2024
@jj0526 jj0526 merged commit 0cc17c6 into main Nov 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] #49 멤버 조회 및 프로필 사진 수정 api 구현
2 participants