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

Refactor, Fix : S3Service 생성하여 유저관련 s3 로직 분리, 프로필 편집 기능 nickname 중복 버그 수정 #65

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

dunowljj
Copy link
Collaborator

@dunowljj dunowljj commented Nov 17, 2023

Refactor : DIG-135 S3Service 생성하여 유저관련 s3 로직 분리

  • s3에 image 파일 저장 로직 분리
  • img -> images로 통일
  • todo
    • 여전히 중복되는 파일, 컬렉션 null 체크 로직 존재
    • CascadeType.ALL 적용

Fix : DIG-111 회원 프로필 편집 기능 nickname을 바꾸지 않으면 중복 로직에 걸리는 버그 수정

  • put 메서드라 매번 전체 프로필 정보가 request에 전달돼서 문제가 생겼다.
  • 닉네임 중복 체크 시 자신의 닉네임인지도 확인하도록 수정

Refactor : DIG-135 회원 프로필 불러오기 기능 메서드 추출

  • isFollwer의 주체가 누군지 헷갈리는 것을 방지하기 위해 메서드 이름으로 의미를 나타냈다.

- s3에 image 파일 저장 로직 분리
- img -> images로 통일
- todo
  - 여전히 중복되는 파일, 컬렉션 null 체크 로직 존재
  - CascadeType.ALL 적용
@dunowljj dunowljj self-assigned this Nov 17, 2023
- put 메서드라 매번 전체 프로필 정보가 request에 전달돼서 문제가 생겼다.
- 닉네임 중복 체크 시 자신의 닉네임인지도 확인하도록 수정
- isFollwer의 주체가 누군지 헷갈리는 것을 방지하기 위해 메서드 이름으로 의미를 나타냈다.
@dunowljj dunowljj added bug Something isn't working enhancement New feature or request labels Nov 17, 2023
Copy link
Collaborator

@Dongjin113 Dongjin113 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다

@Dongjin113 Dongjin113 merged commit 5c95a92 into Goorm-OGJG:develop Nov 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants