Skip to content

Conversation

@lee-yeonwoo
Copy link
Collaborator

@lee-yeonwoo lee-yeonwoo commented Jan 11, 2023

🌱 작업한 내용

  • 코스업로드하기 API 연결 완료했습니다

🌱 PR Point

  • 콘솔에는 에러나는중...ㅠㅠ 빌드에는 문제없습니다,,
  • ResponseDto 가 세진이가 만든 RunningResponseDto랑 똑같아서 이걸로 했습니다

📸 스크린샷

📮 관련 이슈

@lee-yeonwoo lee-yeonwoo requested review from dlwogus0128 and lsj8706 and removed request for lsj8706 January 11, 2023 17:38
@lee-yeonwoo lee-yeonwoo self-assigned this Jan 11, 2023
@lee-yeonwoo lee-yeonwoo added Feat 새로운 기능 구현 연우🐰 labels Jan 11, 2023
Copy link
Collaborator

@lsj8706 lsj8706 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~!
코멘트들 확인해주세요!

self.mapImageView.setImage(with: imageUrl)
}

private func pushToCourseDiscoveryVC() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

CourseDiscoveryVC는 탭바에 기본으로 들어가 있는 VC여서 CourseDiscoveryVC로 가고 싶다면 이렇게 새로 VC를 만들어서 push를 하는게 아니라 Pop을 해서 되돌아가야합니다..! 밑에 코멘트 참고해주세요~!

do {
let responseDto = try result.map(BaseResponse<RunningRecordResonseData>.self)
if responseDto.status == 200 {
self.pushToCourseDiscoveryVC()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
self.pushToCourseDiscoveryVC()
self.navigationController?.popToRootViewController(animated: true)

이렇게 하면 navigation Stack의 가장 밑에 있는 최초의 VC로 돌아가게 됩니다. 여기서는 CourseDiscoveryVC가 되는 것이죠!

object: nil)
}

func setData(runningModel: RunningModel) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

혹시 기존에 여기에 setData 함수를 제가 만들어 둔게 있는데 그 함수는 삭제하신건가요? 아니면 Pull을 안받아서 없는걸까요...?
여기서는 runningModel 대신에 제가 원래 setData에 넣어둔 Course 객체를 이용해 UI를 잘 뿌려주고 있었습니다..! 딱히 건드릴 필요 없었다는 의미에요~!

#82
여기 PR에 적혀있는 내용 참고해주세요~!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

헛 풀을 안받고 pr날려서 ㅠ

Copy link
Collaborator

@lsj8706 lsj8706 left a comment

Choose a reason for hiding this comment

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

👍👍

@lee-yeonwoo lee-yeonwoo merged commit 2b764db into Runnect:develop Jan 12, 2023
@lee-yeonwoo lee-yeonwoo deleted the #81CourseUploadAPI branch January 12, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feat 새로운 기능 구현 연우🐰

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Feat] 내가 그린 코스 업로드 하기 API 연결

3 participants