Skip to content

[Feat] 바텀 네비게이션 구현 #206#210

Merged
edv-Shin merged 7 commits intodevfrom
feat/bottom-nav-206
Aug 15, 2025
Merged

[Feat] 바텀 네비게이션 구현 #206#210
edv-Shin merged 7 commits intodevfrom
feat/bottom-nav-206

Conversation

@edv-Shin
Copy link
Contributor

@edv-Shin edv-Shin commented Aug 8, 2025

#️⃣연관된 이슈

ex) #이슈번호, #이슈번호

#206

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

반복적인 수정사항이나 drawable소스때문에 Files changed가 많이 생겼습니다ㅠㅠ 죄송합니다

  • 바텀 네비게이션 구현
  • 기존 main_nav_graph는 exercise 모듈로 옮기고 bottom_nav_graph 사용
  • 각 탭의 화면 플로우는 각 모듈에서 관리

스크린샷 (선택)

image

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@edv-Shin edv-Shin requested a review from yunjaena August 8, 2025 19:12
@edv-Shin edv-Shin self-assigned this Aug 8, 2025
@edv-Shin edv-Shin linked an issue Aug 8, 2025 that may be closed by this pull request
1 task
<item
android:id="@id/exercise_nav_graph"
android:icon="@drawable/ic_nav_record"
android:title="기록" />
Copy link
Contributor

Choose a reason for hiding this comment

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

String resource로 바꿔주세요

onEditClicked = {
findNavController().navigate(
ExerciseDetailFragmentDirections
.actionExerciseDetailFragmentToExerciseFormFragment(viewModel.recordId!!)
Copy link
Contributor

Choose a reason for hiding this comment

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

recorId가 null인 케이스가 없으면 lateinit 또는 null 이 아닌 프로퍼티로 만들어주세요

@edv-Shin edv-Shin merged commit f479db5 into dev Aug 15, 2025
1 check passed
@edv-Shin edv-Shin deleted the feat/bottom-nav-206 branch January 29, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 바텀 네비게이션 구현

2 participants