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] 약속 정보 및 지각 현황 API 연결 #244

Merged
merged 10 commits into from
Jul 19, 2024

Conversation

youz2me
Copy link
Member

@youz2me youz2me commented Jul 19, 2024

🔗 연결된 이슈

📄 작업 내용

  • 약속 정보 API 연결했습니다.
  • 준비 현황 API 연결했습니다.

@youz2me youz2me added ✨ feat 기능 구현시 사용 💚 YouJin 저댄고?저댄고?저댄고?저댄고?저댄고? labels Jul 19, 2024
@youz2me youz2me self-assigned this Jul 19, 2024
@youz2me youz2me linked an issue Jul 19, 2024 that may be closed by this pull request
3 tasks
@JinUng41 JinUng41 changed the title [feat] 약속 정보 및 지각 현황 PAI 연결 [feat] 약속 정보 및 지각 현황 API 연결 Jul 19, 2024
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.

우리 유진이에게.
유진아 사랑해.

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
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.

She's gone

Comment on lines 29 to 37
do {

let responseBody = try await promiseInfoService.fetchPromiseParticipantList(with: promiseID)

guard let success = responseBody?.success, success == true else {
return
}

participantsInfo.value = responseBody?.data?.participants
Copy link
Contributor

Choose a reason for hiding this comment

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

빈줄 삭제 부탁드려요

@youz2me youz2me merged commit aede74c into suyeon Jul 19, 2024
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] 약속 상세 API 연결
4 participants