-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FD1 - 2] 서버와 로컬 간의 폴더 정보를 동기화 한다. #134
base: client/develop
Are you sure you want to change the base?
Conversation
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.
고생하셨습니당
value: "application/json" | ||
) | ||
let service = NetworkService(customSession: session, urlRequestBuilder: builder) | ||
let data = try await service.getData() |
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.
영균님 getData 다음 PR에서 사라지지 않나요? 다음 PR에서 수정할까요? 아니면 Network 모듈 PR 닫고 수정할까요?
import Foundation | ||
|
||
protocol PrivateCheckListUseCase { | ||
func fetchAllFolders() async -> Result<[CheckListFolderItem], Error> |
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.
오 저는 기존에 Bool Type 리턴했는데 Result Type 사용해야겠네용
return request | ||
} | ||
} | ||
} |
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.
영균님이 추가해주셨군요 interceptor는 이렇게 사용하도록 하겠습니다~
완료한 기능 혹은 수정 기능
고민과 해결 과정
폴더 정보를 서버에서 가져오는 로직을 구현했습니다.
스크린샷
테스트 결과(커버리지/테스트 결과)
N/A