fix(live): 프로필 라이브 상세를 프로필 화면에서 표시한다
This commit is contained in:
15
docs/20260306_프로필라이브카드상세진입수정.md
Normal file
15
docs/20260306_프로필라이브카드상세진입수정.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## 구현 체크리스트
|
||||
- [x] 라이브 카드 탭 동작과 `AppStep.liveDetail` 연결 패턴을 확인한다.
|
||||
- [x] `UserProfileView`의 라이브 카드 탭 동작을 라이브 상세 페이지 진입으로 변경한다.
|
||||
- [x] 관련 파일 진단 및 빌드/테스트 검증을 수행한다.
|
||||
- [x] 결과 및 검증 기록을 문서 하단에 누적한다.
|
||||
|
||||
## 검증 기록
|
||||
- (완료) 최초 문서 생성
|
||||
- (완료) `SodaLive/Sources/Explorer/Profile/UserProfileView.swift`의 라이브 카드 탭 콜백을 `.liveDetail` 진입 방식으로 수정
|
||||
- (검증) 무엇: 수정 파일 LSP 진단 / 왜: 문법·타입 오류 확인 / 어떻게: `lsp_diagnostics(UserProfileView.swift)` / 결과: `No such module 'Kingfisher'` 1건(로컬 SourceKit 모듈 인덱싱 환경 이슈)
|
||||
- (검증) 무엇: 앱 빌드 / 왜: 변경사항 컴파일 안정성 확인 / 어떻게: `xcodebuild -workspace "SodaLive.xcworkspace" -scheme "SodaLive" -configuration Debug build` / 결과: `** BUILD SUCCEEDED **`
|
||||
- (검증) 무엇: 테스트 실행 / 왜: 회귀 확인 / 어떻게: `xcodebuild -workspace "SodaLive.xcworkspace" -scheme "SodaLive" test` / 결과: `Scheme SodaLive is not currently configured for the test action.`
|
||||
- (재검증) 무엇: 최종 수정 후 앱 빌드 / 왜: 최종 코드 기준 컴파일 재확인 / 어떻게: `xcodebuild -workspace "SodaLive.xcworkspace" -scheme "SodaLive" -configuration Debug build` / 결과: `** BUILD SUCCEEDED **`
|
||||
- (재검증) 무엇: 최종 수정 후 LSP 진단 / 왜: 최종 코드 기준 문법·타입 확인 / 어떻게: `lsp_diagnostics(UserProfileView.swift)` / 결과: `No such module 'Kingfisher'` 1건(로컬 SourceKit 모듈 인덱싱 환경 이슈)
|
||||
- (재검증) 무엇: 최종 수정 후 테스트 실행 / 왜: 최종 코드 기준 회귀 재확인 / 어떻게: `xcodebuild -workspace "SodaLive.xcworkspace" -scheme "SodaLive" test` / 결과: `Scheme SodaLive is not currently configured for the test action.`
|
||||
Reference in New Issue
Block a user