Commit 874ee48
authored
* Revert "chore: initData용 이미지 추가"
This reverts commit ef30eef.
* .
* chore: 수정사항 없음
* feat: MyHistoryPostItemDto에 상세 정보 필드 추가 및 매핑 로직 업데이트
* refactor: 게시글 좋아요 알림 메시지에 게시글 제목 추가
* chore: 수정사항 없음
* feat: MyBarRepository에 모든 킵 기록 일괄 소프트 삭제 기능 추가
* feat: MyBarService에 사용자 전체 킵 목록 초기화 기능 구현
* feat: 킵 취소 점수 일괄 회수를 위한 revokeForKeep 오버로드 추가
* feat: MyBarController에 모든 킵 기록을 초기화하는 DELETE /me/bar 엔드포인트 추가
* test: MyBarControllerTest에 clearAllMyBar 테스트 케이스 추가
1 parent fffbd3d commit 874ee48
File tree
5 files changed
+53
-0
lines changed- src
- main/java/com/back/domain
- mybar
- controller
- repository
- service
- user/service
- test/java/com/back/domain/mybar/controller
5 files changed
+53
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
80 | 90 | | |
81 | 91 | | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
126 | 134 | | |
127 | 135 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
223 | 241 | | |
0 commit comments