Commit 807cdd6
authored
API 직렬화 라이브러리를 Kotlin Serialization으로 통합 (#729)
* refactor: AcademicEvent API 수정
- DefaultResponse를 적용
* refactor: Department API 수정
- DefaultResponse를 적용
- Gson에서 Kotlin Serialization으로 마이그레이션
* refactor: Notice API 수정
- DefaultResponse를 적용
- Gson에서 Kotlin Serialization으로 마이그레이션
* refactor: User API 수정
- DefaultResponse 타입을 Nothing에서 Unit으로 변경
- Gson에서 Kotlin Serialization으로 마이그레이션
* refactor: NoticeComment API 수정
- DefaultResponse 타입을 Nothing에서 Unit으로 변경
* refactor: Report API 수정
- DefaultResponse 타입을 Nothing에서 Unit으로 변경
* refactor: Staff API 수정
- DefaultResponse를 적용
- Gson에서 Kotlin Serialization으로 마이그레이션
* refactor: Verification API 수정
- DefaultResponse 타입을 Nothing에서 Unit으로 변경
- Gson에서 Kotlin Serialization으로 마이그레이션
* refactor: Library API 수정
- Gson에서 Kotlin Serialization으로 마이그레이션
* refactor: AppVersion API 수정
- Gson에서 Kotlin Serialization으로 마이그레이션
* refactor: Gson 제거 및 NetworkModule 리팩토링
* refactor: Retrofit에 Qualifier 적용
* chore: 테스트 json 파일 수정
* chore: 잔여 Gson 코드를 정리
* fix: 테스트코드 수정
* fix: 리뷰 반영
* chore: 응답 클래스 필드에 SerialName 추가
* test: API 테스트 코드 추가
- 동아리 목록 및 동아리 정보
- 학과 목록
- 깃허브에 저장된 앱 최소 스펙
- 교수 목록
- 로그인 응답
* fix: 검색 응답 필드에 방어값 추가1 parent 7cad12a commit 807cdd6
92 files changed
Lines changed: 1002 additions & 587 deletions
File tree
- build-logic/src/main/kotlin/com/ku_stacks/ku_ring/buildlogic/primitive
- data
- academicevent/src
- main/java/com/ku_stacks/ku_ring/academicevent/repository
- test/java/com/ku_stacks/ku_ring/academicevent
- department/src/test/java/com/ku_stacks/ku_ring/department/repository
- library/src/test/java/com/ku_stacks/ku_ring/library
- notice
- src
- main/java/com/ku_stacks/ku_ring/notice
- mapper
- repository
- source
- test/java/com/ku_stacks/ku_ring/notice
- test/src/main/java/com/ku_stacks/ku_ring/notice/test
- remote
- src
- main/java/com/ku_stacks/ku_ring/remote
- academicevent
- di
- response
- club/di
- department
- di
- request
- response
- library
- di
- response
- noticecomment
- di
- notice
- di
- request
- response
- report
- di
- space
- di
- response
- staff
- di
- response
- user
- di
- request
- response
- util
- verification
- di
- test
- java/com/ku_stacks/ku_ring/remote
- resources/api-response
- staff/src/main/java/com/ku_stacks/ku_ring/staff/mapper
- user/src/main/java/com/ku_stacks/ku_ring/user/repository
- gradle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
98 | 104 | | |
99 | 105 | | |
100 | 106 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
Lines changed: 3 additions & 53 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 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 | | - | |
| 7 | + | |
58 | 8 | | |
59 | 9 | | |
60 | 10 | | |
| |||
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| |||
161 | 165 | | |
162 | 166 | | |
163 | 167 | | |
164 | | - | |
165 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
166 | 171 | | |
167 | | - | |
| 172 | + | |
| 173 | + | |
168 | 174 | | |
169 | 175 | | |
170 | 176 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | | - | |
| 72 | + | |
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
| |||
0 commit comments