Skip to content

Conversation

@klmyoungyun
Copy link
Collaborator

완료한 기능 혹은 수정 기능

고민과 해결 과정

폴더 정보를 서버에서 가져오는 로직을 구현했습니다.

스크린샷

테스트 결과(커버리지/테스트 결과)

N/A

@klmyoungyun klmyoungyun added client 클라이언트 쪽 이슈 feature 기능 개발 labels Nov 29, 2023
@klmyoungyun klmyoungyun self-assigned this Nov 29, 2023
Copy link
Member

@SeongHunTed SeongHunTed left a 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()
Copy link
Member

@SeongHunTed SeongHunTed Nov 29, 2023

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>
Copy link
Member

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
}
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

영균님이 추가해주셨군요 interceptor는 이렇게 사용하도록 하겠습니다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

client 클라이언트 쪽 이슈 feature 기능 개발

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

[FD1 - 2] 서버와 로컬 간의 폴더 정보를 동기화 한다.

3 participants