Open
Conversation
- 공연 주최자가 설정한 사전 질문을 예매자가 답변하는 기능 - 유료/무료/초청 예매 화면에 사전질문 섹션 추가 - 필수 질문 미답변 시 CTA 버튼 비활성화 - 100자 제한 (유니코드 기준), 초과 시 에러 표시 - 예매 완료 후 자동으로 답변 제출 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 예매 상세 화면 하단에 사전질문 섹션 추가 - 판매 종료 전까지 작성/수정 가능 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- OnLifecycleEvent, OnResume, OnStart 유틸 함수 추가 - ReservationDetailScreen에 적용 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Test Results12 files 12 suites 0s ⏱️ Results for commit d05fb46. |
- 초기 상태와 비교하여 변경 시에만 표시 - LocalSnackbarController 활용하여 전역 스낵바 표시 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
HamBP
approved these changes
Feb 2, 2026
Comment on lines
+81
to
+82
| OnResume { viewModel.refreshPreQuestionAnswers() } | ||
|
|
| answers = answers, | ||
| ) | ||
|
|
||
| repository.submitPreQuestionAnswers(request) |
Member
There was a problem hiding this comment.
ㅇㅎ 예매랑 사전 질문이랑 API가 분리되어 있는 구조인가보네
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
작업 내용