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/254 선물하기 flow #258

Merged
merged 44 commits into from
Jul 15, 2024
Merged

Feature/254 선물하기 flow #258

merged 44 commits into from
Jul 15, 2024

Conversation

HamBP
Copy link
Member

@HamBP HamBP commented Jun 17, 2024

Issue

작업 내용

  • [공연상세] 선물하기 버튼 추가
  • 선물하기 화면 추가
  • 결제 전 확인 팝업
  • 결제 화면에서 orderType(예매, 선물)에 따른 분기 처리
  • 선물하기 api 연결
  • 선물하기 완료 페이지

코멘트

미안... 이게 2000줄이 될 줄은 몰랐어...
주목할 만한(?) 코드들에 표시해 둘게
무료 케이스는 별도 이슈로 분리했어.

시연

KakaoTalk_20240626_013610571.mp4

@HamBP HamBP added the feat 새로운 기능 label Jun 17, 2024
@HamBP HamBP self-assigned this Jun 17, 2024
@HamBP HamBP marked this pull request as draft June 17, 2024 09:56
Copy link

github-actions bot commented Jun 17, 2024

Test Results

 9 files   9 suites   0s ⏱️
 8 tests  8 ✅ 0 💤 0 ❌
12 runs  12 ✅ 0 💤 0 ❌

Results for commit 747adba.

♻️ This comment has been updated with latest results.

Copy link
Member Author

@HamBP HamBP left a comment

Choose a reason for hiding this comment

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

주요 변경 사항들 마킹합니다~

}

@Composable
private fun InfoRow(
Copy link
Member Author

Choose a reason for hiding this comment

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

디자인 점점 늘어나면서 이런 형식의 컴포넌트가 어마무시하게 많아지는 것 같아서, 나중에 컴포넌트 따로 정리해야 할 듯

Copy link
Member

Choose a reason for hiding this comment

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

시간 지나면서 컴포넌트화 할만한 UI 들이 많이 보이니
동의합니다

@HamBP HamBP marked this pull request as ready for review June 25, 2024 16:31
@HamBP HamBP requested a review from mangbaam June 25, 2024 16:36
Copy link
Member

@mangbaam mangbaam left a comment

Choose a reason for hiding this comment

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

LGTM

}

@Composable
private fun InfoRow(
Copy link
Member

Choose a reason for hiding this comment

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

시간 지나면서 컴포넌트화 할만한 UI 들이 많이 보이니
동의합니다

)
}

@Preview(heightDp = 100)
Copy link
Member

Choose a reason for hiding this comment

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

회사에서 최상위 함수로 더미데이터 꽂아주는 거 만들어놓고 쓰고 있는데 너무 편해

@HamBP HamBP merged commit 70bea32 into develop Jul 15, 2024
2 checks passed
@HamBP HamBP deleted the feature/254 branch July 15, 2024 05:13
@HamBP HamBP added this to the gift milestone Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[선물하기] 공연상세 ~ 선물 flow
2 participants