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] 준비 현황 뷰 구현 #186

Merged
merged 25 commits into from
Jul 16, 2024
Merged

[feat] 준비 현황 뷰 구현 #186

merged 25 commits into from
Jul 16, 2024

Conversation

youz2me
Copy link
Member

@youz2me youz2me commented Jul 16, 2024

🔗 연결된 이슈

📄 작업 내용

  • 준비 현황 뷰 작업했습니다.
  • 해당 뷰 구현 완료되면 서비스타입 구현 후 API 연결 들어갈 예정입니다.
구현 내용 IPhone 13 mini
GIF

@youz2me youz2me added ✨ feat 기능 구현시 사용 💚 YouJin 저댄고?저댄고?저댄고?저댄고?저댄고? labels Jul 16, 2024
@youz2me youz2me self-assigned this Jul 16, 2024
@youz2me youz2me linked an issue Jul 16, 2024 that may be closed by this pull request
4 tasks
Copy link
Member

@hooni0918 hooni0918 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@mmaybei mmaybei left a comment

Choose a reason for hiding this comment

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

짱수고많으셨어요!

}
let participantId, memberId: Int
let name, state: String
let profileImg: String?
Copy link
Member

Choose a reason for hiding this comment

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

profileImageURL로 코딩키를 만들어주는 게 다른 모델과도 통일성있을 것 같아요!

Copy link
Member Author

Choose a reason for hiding this comment

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

수정했습니다 !! 😆


struct Comer: Codable {
let participantId: Int
let name, profileImg: String
Copy link
Member

Choose a reason for hiding this comment

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

이 부분도 마찬가지입니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

수정했습니다 !! 😆


struct Comer: Codable {
let participantId: Int
let name, profileImg: String
Copy link
Member

Choose a reason for hiding this comment

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

ㅇ ㅕ기두..

Copy link
Member Author

Choose a reason for hiding this comment

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

엇... 이 파일은 삭제되어야 하는데 깜빡했어요 감사합니다 !!

Comment on lines +17 to +27
func getMyPromiseStatus(with promiseID: Int) -> MyReadyStatusModel? {
let mockData = MyReadyStatusModel(
preparationTime: 300,
travelTime: 230,
preparationStartAt: "AM 11:00",
departureAt: "PM 1:30",
arrivalAt: "PM 2:00"
)

return mockData
}
Copy link
Member

Choose a reason for hiding this comment

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

홈화면에 야미하게 가져다 써야지!

Copy link
Contributor

@JinUng41 JinUng41 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~ 👍
저도 모델 수정해야 하는데, 큰일이네요.

let id, dDay: Int
let promiseId, dDay: Int
Copy link
Contributor

Choose a reason for hiding this comment

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

CodingKey를 사용해서 저희 컨벤션에 맞게 promiseID로 수정해도 좋을 것 같습니다.

Copy link
Member Author

Choose a reason for hiding this comment

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

수정했습니다!

@youz2me youz2me merged commit a27c87c into suyeon Jul 16, 2024
@youz2me youz2me deleted the feat/#176-ready-status branch July 16, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 구현시 사용 💚 YouJin 저댄고?저댄고?저댄고?저댄고?저댄고?
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 준비 현황 뷰 구현
4 participants