-
Notifications
You must be signed in to change notification settings - Fork 1
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
[CT-2-2-1] Theme 간단 셋업, 차트게임 기능 - UI 컴포넌트 제작 #29
[CT-2-2-1] Theme 간단 셋업, 차트게임 기능 - UI 컴포넌트 제작 #29
Conversation
…feature/ct-2-2-chart-game-presentation-view
|
volumeWeightedAveragePrice = volumeWeightedAveragePrice | ||
) | ||
|
||
fun Tick.asEntity(chartId: Long) = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
버그 수정중에 발생한 코드인데 같은 파일이라 섞여들어갔습니다. #32 여기서도 추가될 것입니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
프로젝트 진행하시느라 고생하셨습니다. 👍
- 서비스 특성에 따라 코드를 구현할때 중점적으로 봐야 할 점이 어떻게 달라지는지 한번 생각해보시면 좋을 것 같습니다.
- 아직 UI에 데이터를 붙이지 않으신 것 같은데, 어떻게 확인하시면서 구현하시는지가 궁금합니다.
- 컴포즈는 제가 더 많이 물어보고 배워야 할 것 같네요. 👍
...main/java/com/yessorae/data/source/network/polygon/util/DefaultChartRequestArgumentHelper.kt
Show resolved
Hide resolved
presentation/src/main/java/com/yessorae/presentation/ui/designsystem/component/Grid.kt
Show resolved
Hide resolved
@@ -3,45 +3,115 @@ package com.yessorae.presentation.ui.chartgame.model | |||
import com.yessorae.domain.entity.tick.Tick | |||
|
|||
data class ChartGameScreenState( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q; State에 필드가 너무 많은 것은 아닐까요? 어느정도의 수가 적절할지 고민해보셨을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아뇨, 고민해보지 못했습니다. 적절한 필드 개수를 고민해보겠습니다!
불필요한 게 없는지, 이 클래스 안에 같이 있어야할 필드들인지까지만 생각해봤습니다.
혹시 예시를 얻을 수 있을까요?
Preview 로 데이터를 바꿔가며 고칩니다. |
718f203
into
feature/ct-2-chart-game-presentation
related to #25
*UI 전체 완성을 한 번의 PR로 가면 변경점이 너무 많아져 UI컴포넌트에서 한 번 끊어 PR을 올립니다.
[CT-2-2-2]에서 CT-2가 마무리됩니다.
*현재 디자인이 구려보일 수 있습니다. 크기/간격/색상 등은 지금 크게 씬경쓰지 않고 나중에 쉽게 조정할 수 있는 코드를 작성하는 것 에 집중했습니다.
*브랜치 이름이 ct-2-2-1-chart-game-presentation-theme-and-component 인 게 더 좋았겠습니다..
Overview