Skip to content

Comments

feat : 사용자 정보 수정 API 추가(#93)#97

Merged
myqewr merged 1 commit intodevelopfrom
feature/#93
Apr 15, 2025
Merged

feat : 사용자 정보 수정 API 추가(#93)#97
myqewr merged 1 commit intodevelopfrom
feature/#93

Conversation

@myqewr
Copy link
Member

@myqewr myqewr commented Apr 15, 2025

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 사용자 정보 수정 시 노출되는 사용자 정보 조회 api 추가했습니다.
  • 회원가입/로그인 후 session 생성하는 함수를 BaseTest class 에 추가했습니다.
  • S3 이미지 삭제/업로드 시 데이터 정합성을 위해 transaction commit 과 rollback 이후 S3 요청 다루도록 했습니다. (transcation 패키지)
  • S3 업로드 시 ec2 환경에서는 별도의 환경 변수 설정이 필요 없지만 local 환경에서는 작성이 필요합니다. notion 참고해주세요!

🔍 참고사항

📚 기타

- 사용자 정보 수정 시 노출되는 사용자 정보 조회 api 추가
- 회원가입/로그인 후 session 생성하는 함수 baseTest class 에 추가
@myqewr myqewr added the ⚡ feature 새로운 기능 추가 및 수정 label Apr 15, 2025
@myqewr myqewr requested a review from hisonghy April 15, 2025 10:57
@myqewr myqewr self-assigned this Apr 15, 2025
@hisonghy
Copy link
Member

PropertiesHolder 클래스는 cdn과 이미지 관련 정보를 저장하는 클래스일까요?

@myqewr
Copy link
Member Author

myqewr commented Apr 15, 2025

PropertiesHolder 클래스는 cdn과 이미지 관련 정보를 저장하는 클래스일까요?

설정 파일 값들 중에 자주 사용되는 것들 static으로 관리하는 클래스입니다!

@myqewr myqewr merged commit 9aae077 into develop Apr 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚡ feature 새로운 기능 추가 및 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚡ 회원정보 수정 API

2 participants