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

[Feat] #388 - 솝마디 메인 뷰 API 연결 #390

Merged
merged 12 commits into from
Sep 27, 2024

Conversation

yungu0010
Copy link
Contributor

🌴 PR 요약

🌱 작업한 브랜치

🌱 PR Point

📌 참고 사항

  • 아직 date를 상수로 넣어뒀는데 String+에 있는 함수 수정해서 바꿔두겠습니다 !
  • 화면전환이랑 뷰에 데이터 전달하는건 다음 PR에서 같이 올릴게요 ~!
  • 부족한 부분 리뷰 지적 기다리겠습니다🫶 @dlwogus0128

📮 관련 이슈

@yungu0010 yungu0010 added Feat 새로운 기능 구현 윤서🍉 labels Sep 27, 2024
@yungu0010 yungu0010 self-assigned this Sep 27, 2024
Copy link

height bot commented Sep 27, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@yungu0010 yungu0010 changed the title [Feat] #388 - [Feat] #388 - 솝마디 메인 뷰 API 연결 Sep 27, 2024
Copy link
Contributor

@dlwogus0128 dlwogus0128 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 🫶🏻 짱짱 🫶🏻🫶🏻🫶🏻

@@ -9,6 +10,7 @@
import Combine

public protocol DailySoptuneRepositoyInterface {
Copy link
Contributor

Choose a reason for hiding this comment

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

제가 오타 냈었나바요.. DailySoptuneRepositoyInterface -> DailySoptuneRepositoryInterface로 수정 오네가이시마스 ....🥹

extension DailySoptuneCardVC {
private func setUI() {
private extension DailySoptuneCardVC {
func setUI() {
Copy link
Contributor

Choose a reason for hiding this comment

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

가독성을 위해 바꾸신 건가요?.? 궁금해요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

#387 에서 리뷰 받은건데, extension 앞에 private을 붙이면 extension 내부에 있는 모든 메소드와 프로퍼티가 private 지정이 된다 하더라구요 ! 어차피 extension 내부는 전부 private일 것 같아서 같이 수정했습니다 !

Copy link
Contributor

Choose a reason for hiding this comment

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

아하~~~ 배워가요.. 감사합니다

@@ -98,4 +123,15 @@ extension DailySoptuneMainVC {
make.height.equalTo(270.adjustedH)
}
}

func bindViewModel() {
Copy link
Contributor

Choose a reason for hiding this comment

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

요기.. 앞으루 bindViewModel -> bindViewModels로 통일할까요?! 🫶🏻

@@ -10,14 +10,20 @@ import Foundation
import Combine

import Moya
import Network
Copy link
Contributor

Choose a reason for hiding this comment

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

혹시 import Network하신 이유가 있나요?.?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

어라 충돌 해결하면서 제가 잘못 옮긴 것 같아요 ! 지우겠습니다

@dlwogus0128
Copy link
Contributor

아! 그리고 저도 DailySoptuneResultVC의 dateLabel에 쓰이는 setCurrentDateString()을 VM에 구현해뒀는데, String+으로 빼두 될 것 같아요!.! 수정해주시면 같이 반영하겠습니다!! 🙏

@yungu0010 yungu0010 merged commit 551875b into develop Sep 27, 2024
@yungu0010 yungu0010 deleted the feat/#388-DailySoptune branch September 27, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 size/L 윤서🍉
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 솝마디 메인 뷰 API 연결
2 participants