Commit c471a49
authored
[FEATURE] 이미지 업로드 (프로필, 공통) (#367)
* refactor(user): 오타 수정
* feat(image): 이미지 업로드 전용 컨트롤러 추가
* feat(image): 이미지 업로드 전용 컨트롤러 추가
* Revert "test(notification): 쿼리 서비스 의존성 주입"
This reverts commit 2242452.
* Revert "test(notification): 알림 쿼리 서비스 세분화"
This reverts commit e356b93.
* Revert "test(notification): 변경 로직에 따라서 테스트 수정"
This reverts commit d8c7421.
* Revert "feat(notification): 복수형 정적 팩토리 메서드"
This reverts commit 6dfe3fe.
* Revert "feat(notification): repository 계층에서 read, unread 구분하지 않기"
This reverts commit 5fe6c1f.
* Revert "refactor: userId 어노테이션 수정"
This reverts commit 42ce01d.
* feat(user): 기본 정보 수정 목록의 이미지를 분리
* feat(presignedUrl): 사전 서명 URL 전용 레코드 추가
* refactor(auth): 패키지 이동
* feat(user): 유저 기본 정보 업데이트에서 이미지 분리
* refactor(img): 주석 삭제
* feat: 이미지 업로드 예외 오버로딩
* feat: PresignedUrl 클래스에 맞게 기존 로직 수정
* feat(img): 유저 프로필 이미지 수정을 하나의 엔드포인트로 변경
* refactor(user): 메서드 명 변경
* test(img): 로직 변경에 따른 테스트 코드 수정
* fix: 리베이스 오류 해결
* fix: 리베이스 오류 해결
* fix: 리베이스 오류 해결
* fix: 리베이스 오류 해결
* test(presignedUrl): 테스트 추가
* refactor: 리뷰 반영1 parent 934cfd1 commit c471a49
File tree
35 files changed
+250
-287
lines changed- src
- main/java/com/somemore
- center
- controller
- service
- usecase
- domains/center/controller
- global
- auth/sign/up
- exception
- imageupload
- controller
- service
- usecase
- user
- controller
- domain
- dto
- basicinfo
- request
- service
- usecase
- test/java/com/somemore
- center/controller
- domains
- interestcenter/handler
- notification
- converter
- handler
- global/imageupload/service
- user
- repository/user
- service
35 files changed
+250
-287
lines changedLines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
0 commit comments