Commit f9ec0ed
authored
CLAP-249 Refactor : 통계 조회 서비스 리팩토링
* CLAP-110 Feature : 담당자별 작업 처리량 조회 API 구현
<footer>
- 관련: #73
* CLAP-111 Refactor : 통계 조회 API 리팩토링 및 기능 수정
<footer>
- 관련: #74
* 내 작업한 내용에 대한 설명
* 담당자 조회 API 구현
* CLAP-111 Refactor : 통계 조회 API 주소 통합, 리팩토링, 예외처리
<footer>
- 관련: #74
* Bug : 프로퍼티파일 수정
* CLAP-104 CI/CD : CI에서 s3.yml 파일 생성하도록 수정
* CLAP-146 Feature : 카테고리 목록 조회 API 구현
<footer>
- 관련: #118
* CLAP-147 Feature : 카테고리 수정 API 구현
<footer>
- 관련: #119
* CLAP-147 Feature : 카테고리 추가, 수정 API 리뷰반영 수정
<footer>
- 관련: #119
* CLAP-148 Feature : 카테고리 삭제 API 구현
<footer>
- 관련: #120
* CLAP-148 Feature : 카테고리 삭제 API 수정
<footer>
- 관련: #120
* CLAP-148 Docs : 카테고리 API 스웨거 수정
<footer>
- 관련: #120
* CLAP-107 Bug : CI test yml파일 key 중복 수정
<footer>
- 관련: #60
* CLAP-148 Feature : 카테고리 CUD 리뷰 반영 수정, 조회 반환 양식 수정
<footer>
- 관련: #120
* CLAP-214 Cleanup : 통계, 카테고리 미흡한부분 리팩토링
<footer>
- 관련: #216
* CLAP-214 Fix : 통계조회 API 파라미터 바인딩 오류 수정
<footer>
- 관련: #216
* CLAP-214 Fix : addConverter 수정
<footer>
- 관련: #216
* CLAP-214 Hotfix : 추가한 파일들 제거
<footer>
- 관련: #216
* CLAP-214 Hotfix : FindStatisticsController 스위치문 수정
<footer>
- 관련: #216
* CLAP-214 Hotfix : AddCategoryService 지연로딩 오류 수정
<footer>
- 관련: #216
* CLAP-214 Hotfix : DeleteCategoryService 카테고리 삭제 로직 수정
<footer>
- 관련: #216
* CLAP-249 Refactor : 통계 조회 서비스 리팩토링
<footer>
- 관련: #265
* CLAP-250 Test : 통계 조회 테스트코드 작성
<footer>
- 관련: #2661 parent bbdf26d commit f9ec0ed
File tree
4 files changed
+161
-2
lines changed- src
- main/java/clap/server
- application/service/statistics
- domain/policy/task
- test/java/clap/server
- application/statistics
- domain/policy/task
4 files changed
+161
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 128 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 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
Lines changed: 31 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 | + | |
0 commit comments