[Feature/#60] 특정 COGO 조회 api + 신청된 COGO 수락/거절 api #63
+571
−296
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.
Issue
Description
특정 COGO 조회 api + 신청된 COGO 수락/거절 api 연동 작업을 진행하였습니다
특정 COGO 조회 api
이전 RequestedCogoResponse를 재활용해 응답값을 구성하였습니다.
application service에서 getCogoDetail를 구현해 get 작업을 실행하였습니다.
이전 UnMatchedCogoScreen, MatchedCogoScreen에서 applicationId값을 가져와 UnMatchedCogoDetailScreen, MatchedCogoDetailScreen 뷰 모델에서 api 호출 작업을 진행합니다.
신청된 COGO 수락/거절 api
CogoDecisionRequest을 이용해 요청한 응답값을 받습니다.
application service에서 patchCogoDecision을 구현해 patch 작업을 실행하였습니다.
UnMatchedCogoDetailViewModel에서 각 수락/거절 버튼에 맞게 accept, reject 함수를 구현했습니다.
Check List
Screenshot
XRecorder_13112024_162739.mp4