Skip to content
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

[Feature] Poke-Notification 뷰 구현, 데이터 연결 완료 #333

Merged

Conversation

elesahich
Copy link
Contributor

🌴 PR 요약

Poke-Notification 뷰 구현, 데이터 연결 완료하는 PR이에요 ~ #332 위에 쌓은거라서 332가 먼저 머지되어야 해요

🌱 작업한 브랜치

  • feature/#poke-notification-list

🌱 PR Point

TODO

  • 여기는 Poke 동작, Content Tapped 동작시 다이얼로그 등의 동작은 안 됩니다 (ㅠㅠ)
  • reachToBottom을 이어야 해요
  • 이 뷰를 조건에 맞게 라우팅 하기
  • 기타 자잘하고 많은 디테일

DONE

  • GET /to/me/list
  • viewdidLoaded trigger
  • 기본적인 view 구현

📌 참고 사항

📸 스크린샷

Simulator Screen Recording - iPhone 15 Pro - 2023-12-23 at 02 37 23

📮 관련 이슈

  • Resolved: #

@elesahich elesahich added Feat 새로운 기능 구현 승호 🐶 labels Dec 22, 2023
@elesahich elesahich self-assigned this Dec 22, 2023
@elesahich elesahich requested review from lsj8706, 0inn and devxsby and removed request for lsj8706 December 22, 2023 17:39
Copy link
Contributor

@0inn 0inn left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ! ! 🙇🏻‍♀️
엄청난 코드양이군요 ,, 👀

Copy link
Member

@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.userId = try container.decode(Int.self, forKey: .userId)
self.playgroundId = try container.decode(Int.self, forKey: .playgroundId)
self.profileImage = try container.decodeIfPresent(String.self, forKey: .profileImage) ?? ""
Copy link
Member

Choose a reason for hiding this comment

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

이렇게 바꾼건 API Response에서 profileImage가 nil일 때 디코딩 fail이 발생하는 것을 방지하기 위한 것일까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

네 마자요 하나의 디코딩만 실패하도록 하는거에요~~

@elesahich elesahich merged commit e475031 into sopt-makers:develop Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 size/XL 승호 🐶
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants