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

회원 정보 수정 기능 세분화 #135

Merged
merged 4 commits into from
Jul 15, 2024
Merged

회원 정보 수정 기능 세분화 #135

merged 4 commits into from
Jul 15, 2024

Conversation

thun0514
Copy link
Collaborator

Closes #132

PR 타입 (하나 이상의 PR 타입 선택)

  • 기능 추가
  • 기능 수정
  • 기능 삭제
  • 버그 수정
  • 설정 변경 (Config Class)
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 배포환경
  • 문서 수정 (ex. README)

반영 브랜치

#132

반영 사항

  • 프로필 사진 변경 및 제거, 닉네임 변경으로 합쳐져 있는 기능을 세분화
    • 닉네임
    • 프로필 사진
      • 프로필 사진 변경
      • 프로필 사진 제거

유의 사항

관련이슈

참여자

@@ -6,5 +6,5 @@

@Getter
public class WhiteListURI {
public static final List<String> WhiteListURI = List.of("mypage", "favicon", "actuator", "ws", "app", "topic");
public static final List<String> WhiteListURI = List.of("change", "favicon", "actuator", "ws", "app", "topic");
Copy link
Member

Choose a reason for hiding this comment

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

Change는 무엇을 위한 상수값인가요?

@thun0514 thun0514 merged commit 1a23c2e into dev Jul 15, 2024
2 checks passed
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