-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Network] Request(Response) Model 일부 리팩토링 #256
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
알파벳 순으로 정렬
categoryID가 [Int] 타입이기에 s를 붙여 단일 요소처럼 보이지 않도록 처리함
주석을 단 모델 리스트 - RegisterInterestRequest - InquireInterestResponse - MyInfoResponse
- MyInfoResponse - SignInRequest - SignUpRequest - SignInResponse - TokenResponse
- AllCategoryListResponse - MainCategoryListResponse - SubCategoryListResponse
- 불필요한 CodingKeys - isSelected는 API에서 보내는 값이 아니므로 디코딩할 필요가 전혀 없습니다.
- BoardsRequest - CommentsRequest - BoardsResponse - FeedsClipboardResponse
- BoardsRequest - CommentsRequest - BoardsResponse - FeedsClipboardResponse - FeedsContent
days와 subCategoryIDs는 필수 값이 아니기에 옵셔널 타입을 추가하였습니다.
- CreateMeetingResponse - MyMeetingResponse
- PlubbingStatusType - MyPlubbingResponse - MyPagePlubbing
…ngStatusType enum 원래 MyPlubbingResponse의 plubbingStatus 필드는 PlubbingStatusType.RawValue 타입이었고, MyPlubbingParameter의 status 필드는 String 타입이었습니다. 그러나 status에 전달되는 값은 PlubbingStatusType 열거형의 값과 동일하여 일관성을 위해 열거형으로 통합했습니다.
page 프로퍼티는 이제 사용되지 않아 deprecated 처리했습니다. 페이징 처리를 따로 구현해주시길 바랍니다: @dlrjswns
- ApplyForRecruitmentRequest - ApplyAnswer
- DetailRecruitmentResponse - AccountInfo - RecruitmentQuestionResponse - Question - RequestBookmarkResponse - ApplyForRecruitmentResponse - InquireApplicantResponse - Application - Answer
- MyApplicationResponse - PlubbingInfo
- Pageable, Sort, Plubbing 제거
성별, 소셜 로그인 타입, 페이징 처리 모델과 응답 모델을 GeneralModels 폴더 내부에 두어 공통으로 처리되는 모델을 한 군데 모아두었습니다.
dlrjswns
approved these changes
Apr 5, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
와우 말씀하신것처럼 변경된게 엄청 나네요...ㅋㅋㅋㅋㅋㅋㅋ 저도 바통터치하겠습니다 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 PR 요약
🌱 작업한 내용
아래부터는 담당 파트 별 알고있어야할 수정 사항 내역입니다.
건준
수빈
time
이 들어가있지 않는데 확인 바랍니다. 모임 수정 요청 API를 참고해주세요.🌱 PR 포인트
FeedsPaginatedDataResponse
를PaginatedDataResponse
로 이름을 변경하였습니다. 이제 페이징 처리할 때PaginatedDataResponse
를 사용하여 작업해주세요. 아래는PaginatedDataResponse
로 수정해야할 모델 리스트입니다.General Models
라는 폴더를 따로 두어 정리해두었습니다. 해당 폴더를 참고해주세요.📸 스크린샷
📮 관련 이슈