## What is this issue? 🛠 도연 QA 레쓰고~ ## Progress 🏃♀️ - [x] `소비자-매칭` `ConsumerMatchingPendingScreen`의 `예상 가격` 지우기 <img width="200" alt="Image" src="https://github.com/user-attachments/assets/5e90b287-6357-4daf-b075-1ea7926e441d" /> - [x] `강사-레슨` 뒤로가기 시 스택 지우고 홈으로 가게 변경 - 기존 `navigateToBack`을 `navigateToHome`으로 변경 - `BackHandler`에서 모달 떠있는 경우 모달 닫기, 모달 없는 경우라면 `navigateToHome` 처리 - 이를 통해 레슨에서 뒤로가기하면 항상 새로고침된 홈으로 이동, 홈에서 뒤로가기해도 레슨 돌아오지 않고 앱 종료 - [x] `강사-레슨` 로딩 상태 제거 - `loadLessonDetail`에서 `LessonDetailPhase.Loading`로 `phase`를 변경, `LessonDetailPhase.Loading`일 때 UI는 빈 화면으로 노출되어 `phase` 변경마다 화면이 깜빡이는 것으로 보였음 - `loadLessonDetail` 시 `LessonDetailPhase.Loading` 변경하지 않음 - [x] `강사-레슨` 초기 상태 `Init`으로 변경 - `Loading` 상태를 `Init`으로 워딩 변경 - `State` 초기값을 더미 데이터 들어간 `Before` 대신 `Init`으로 변경 - 초기 화면에 더미 데이터가 잠시 노출되는 대신 빈 화면 뜨고, 데이터 불러와지면 채워지게 됨 - [x] 푸시 알림 아이콘 변경 - 임시 아이콘을 앱 아이콘으로 변경 - [x] 바텀네비바 onPressed 회색 배경 적용 범위 변경 | as-is | to-be | | -- | -- | | <img width="200" alt="Image" src="https://github.com/user-attachments/assets/15fe75a8-1b48-48ad-aad2-f2b6fe61148b" /> | <img width="200" alt="Image" src="https://github.com/user-attachments/assets/77c5ee7b-5a1e-46a6-9b0c-fc6cdf803110" /> | <!-- 할 일을 상세하게 나눠주세요! -->
What is this issue? 🛠
도연 QA 레쓰고~
Progress 🏃♀️
소비자-매칭ConsumerMatchingPendingScreen의예상 가격지우기강사-레슨뒤로가기 시 스택 지우고 홈으로 가게 변경navigateToBack을navigateToHome으로 변경BackHandler에서 모달 떠있는 경우 모달 닫기, 모달 없는 경우라면navigateToHome처리강사-레슨로딩 상태 제거loadLessonDetail에서LessonDetailPhase.Loading로phase를 변경,LessonDetailPhase.Loading일 때 UI는 빈 화면으로 노출되어phase변경마다 화면이 깜빡이는 것으로 보였음loadLessonDetail시LessonDetailPhase.Loading변경하지 않음강사-레슨초기 상태Init으로 변경Loading상태를Init으로 워딩 변경State초기값을 더미 데이터 들어간Before대신Init으로 변경푸시 알림 아이콘 변경
바텀네비바 onPressed 회색 배경 적용 범위 변경