Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

탭 바 & 뷰 구조 작성 #35

Merged
merged 10 commits into from
Aug 12, 2023
Merged

탭 바 & 뷰 구조 작성 #35

merged 10 commits into from
Aug 12, 2023

Conversation

enebin
Copy link
Member

@enebin enebin commented Aug 10, 2023

스샷

drawing

진행한 것

  1. 탭 바 만들었음
  2. 탭 바 커스텀 가능하게 만들었음
  3. 로그인 - 온보딩 - 메인페이지 플로우 만들었음

참고

@enebin enebin added the enhancement New feature or request label Aug 10, 2023
@enebin enebin self-assigned this Aug 10, 2023
@enebin
Copy link
Member Author

enebin commented Aug 10, 2023

PR Diff가 너무 많아졌네요.. 다음부턴 200 내외로 끊어보도록 하겠습니다. 제성합니다..... 😢

@enebin enebin marked this pull request as ready for review August 10, 2023 15:05
@enebin enebin requested review from 0inn and k906506 August 10, 2023 15:11
@enebin enebin linked an issue Aug 11, 2023 that may be closed by this pull request
Copy link
Contributor

@k906506 k906506 left a comment

Choose a reason for hiding this comment

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

빡코딩 ㄷㄷ
고생하셨습니다😁

Copy link
Contributor

@0inn 0inn left a comment

Choose a reason for hiding this comment

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

일단 코드는 바뀔 가능성이 너무 많아보여서 전체적인 컨벤션만 코멘트 달아둘게 !

먼저 내가 생각했던 모듈 분리랑 폴더링은
Keyme(앱의 시작점) - App, Root(폴더) - RootFeature(Store), RootView(View)
Features(우리가 작업하는 피처들) - Login(폴더) - LoginFeature(Store), LoginView(View)
이런식으로 가져가는 방향이었어.

파일 네이밍도 통일하면 좋을 것 같은데
View랑 Feature로 가는건가 ?
그럼 파일 네이밍도 OnboardingFeature이런식으로 가면 좋을 것 같아.

그리고 View랑 Store는 결국 1:1 대응으로 가져가는 거니까
둘의 네이밍도 같게 가져가는게 어때 ? ex) RootView, RootFeature

@enebin
Copy link
Member Author

enebin commented Aug 12, 2023

@0inn 폴더 구조 확인 한 번만!
image

@enebin enebin requested review from k906506 and 0inn August 12, 2023 11:00
Copy link
Contributor

@0inn 0inn left a comment

Choose a reason for hiding this comment

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

굳 , , 너무 좋습니다 , ,
Root는 Keyme로 빼도 괜찮을 것 같긴한데
어차피 Feature 느낌이라 이대로도 좋을 것 같다 (쵝오)

@enebin enebin merged commit cca3692 into develop Aug 12, 2023
1 check passed
@enebin enebin deleted the feature/add-tabbar(#28) branch August 12, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[공통] 앱 처음 실행 시 유저 플로우 구현 [공통] 탭 바 설정
3 participants