boostcampwm-2022 / android06-mogle

🔮 모글(mogle) - 지도에 쓰는 다이어리, 기록, 일기
32 stars 4 forks source link

홈 화면 Fragment 관심사 분리 #72

Closed jaemin-Yoo closed 1 year ago

jaemin-Yoo commented 1 year ago

👨‍🔧 개요

홈화면에서 하나의 fragment에 모든 기능이 있는 것을 두 fragment로 나누어 관심사를 분리하였습니다. (지도 fragment / 바텀 시트 fragment)

📝 작업 내용

Map fragment, Bottom Sheet fragment 분리

📢 특이 사항

집중적으로 봐야하거나, 추가 및 특이 사항

HomeFragment에 map fragment와 bottom sheet fragment 가 자식 fragment로 존재합니다. HomeViewModel을 공유하고 있습니다.

(파일이 생겨나거나 이름이 변경되는 등 내부 코드의 수정은 거의 없는데 코드 전체를 옮기다 보니 추가/삭제 라인이 많습니다. 전체적인 흐름만 봐주시면 돼요!)