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/#9 user profile #10

Merged
merged 19 commits into from
Jul 22, 2024
Merged

Feat/#9 user profile #10

merged 19 commits into from
Jul 22, 2024

Conversation

jjjjjinseo
Copy link
Contributor

@jjjjjinseo jjjjjinseo commented Jul 20, 2024

✏️ Feat

s3 버킷에 사용자 프로필 사진 저장, 삭제하는 기능 구현했습니다.
나의 정보를 확인하기 위한 기능 추가했습니다.

  1. sign-up : 회원가입 시에는 null (기본 프로필)
  2. update: 업데이트 시 사진 변경/업데이트 가능
  3. withdrawal: 버킷 사진도 삭제
  4. me: 나의 정보 조회

feat/#9-user-profile -> dev

from feat/#5-community-post

Issue #9 / user

@jjjjjinseo jjjjjinseo self-assigned this Jul 20, 2024
@jjjjjinseo jjjjjinseo mentioned this pull request Jul 21, 2024
4 tasks
Long userId = jwtUtil.getUserId(jwtUtil.resolveToken(request).substring(7));
return ResponseEntity.ok(userService.me(userId));
}
@PutMapping("/update")
Copy link
Member

Choose a reason for hiding this comment

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

조금 더 RESTful하게 작성해봅시다~

@jjjjjinseo jjjjjinseo merged commit 13176fa into dev Jul 22, 2024
@jjjjjinseo jjjjjinseo deleted the feat/#9-user-profile branch July 22, 2024 13:16
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