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

Feature/#41 feature 모듈 분리 코어 디자인시스템 모듈생성 #44

Merged
merged 48 commits into from
Jan 6, 2024

Conversation

lsakee
Copy link
Contributor

@lsakee lsakee commented Jan 6, 2024

📌 PR 요약

feature 모듈 분리 코어 디자인시스템 모듈생성

🌱 작업한 내용

  • 디자인 시스템 모듈
  • 피쳐모듈분리
  • plugin refactoring
  • module refactoring

🌱 PR 포인트

  • core design system
  • feature timer 모듈 생성
  • feature home 모듈 생성
  • feature mypage 모듈 생성
  • feature login 모듈 생성
  • feature container 모듈 생성
  • feature clip 모듈 생성
  • core-ui 모듈 set / refactor
  • plugin 수정 feature
  • 불필요 dependency (모든 모듈) 제거

📸 스크린샷

스크린샷
파일첨부바람

📮 관련 이슈

@lsakee lsakee added ⭐ [FEAT] 새로운 기능 구현 ➕ [ADD] 부수적인 코드 추가 및 라이브러리 추가, 새로운 파일 생성 ✅ [MOD] 코드 수정 및 내부 파일 수정 아이큐 126  ♻️ [REFACTOR] 코드 리팩토링 ⏪️ [RENAME] 파일 이름 변경 🛠️ [CHORE] 버전 코드 수정, 패키지 구조 변경, 타입 및 변수명 변경 등의 작은 작업 labels Jan 6, 2024
@Sangwook123 Sangwook123 added this to the 기초세팅 milestone Jan 6, 2024
Copy link
Contributor

@Sangwook123 Sangwook123 left a comment

Choose a reason for hiding this comment

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

고생하셨슴다 굿굿 👍

@lsakee lsakee merged commit 8ed4b63 into develop Jan 6, 2024
1 check passed
@lsakee lsakee deleted the feature/#41-home branch January 6, 2024 15:42
@CHANGEL1004
Copy link
Contributor

이야.... 고생해써 삭브라더

@@ -10,6 +11,7 @@ import com.google.android.material.snackbar.Snackbar
import org.sopt.mainfeature.R
import org.sopt.mainfeature.databinding.LayoutToasterSnackbarBinding

@SuppressLint("RestrictedApi")
Copy link
Contributor

Choose a reason for hiding this comment

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

이건 어떤 역할을 하는 코드인가영??

@@ -13,8 +13,8 @@ import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.onEach
import kotlinx.coroutines.launch
import org.sopt.datastore.datastore.SecurityDataStore
import org.sopt.mainfeature.MainActivity
import org.sopt.mainfeature.databinding.ActivityLoginBinding
import org.sopt.login.databinding.ActivityLoginBinding
Copy link
Contributor

Choose a reason for hiding this comment

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

여기에 databinding은 xml에서의 databinding과 다른건가요?? baseFragment이랑 activityFragment에서 databinding을 제거했었던 것으로 기억해서 여기서 쓰이는 databinding은 제가 제거한 databindnig이랑 다른 것인지 궁금합니다!

@@ -74,8 +74,7 @@ class TimerFragment : Fragment() {

binding.ivTimerPlus.setOnClickListener {
parentFragmentManager.commit {
val exampleTimePickerFragment = ExampleTimePickerFragment()
replace(R.id.fcv_main, exampleTimePickerFragment)
// val exampleTimePickerFragment = ExampleTimePickerFragment()
}
Copy link
Contributor

Choose a reason for hiding this comment

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

여기가 실행되면 무엇이 어떻게 되는 코드인가요?? 시간 관련인건 알겠는데 세부적인 실행시 결과를 모르겠어서 질문합니다!

@codingmy
Copy link
Contributor

진짜 고생하셨습니다!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
➕ [ADD] 부수적인 코드 추가 및 라이브러리 추가, 새로운 파일 생성 🛠️ [CHORE] 버전 코드 수정, 패키지 구조 변경, 타입 및 변수명 변경 등의 작은 작업 ⭐ [FEAT] 새로운 기능 구현 ✅ [MOD] 코드 수정 및 내부 파일 수정  ♻️ [REFACTOR] 코드 리팩토링 ⏪️ [RENAME] 파일 이름 변경 아이큐 126
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] cord design sysytem 생성
4 participants