-
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
Feature/mz 130 수수 통계 #120
Feature/mz 130 수수 통계 #120
Conversation
동작은 하지 않습니다
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.
애니메이션 좋네요 고생하셨어요 👍
title = "지금 평균 수수 보기", | ||
age = stringResource(id = R.string.word_age_unit, uiState.age.num), | ||
money = uiState.susuStatistics.averageSent, | ||
relationship = uiState.relationship.relation, | ||
category = uiState.category.name, | ||
onAgeClick = onClickAge, | ||
onCategoryClick = onClickCategory, | ||
onRelationshipClick = onClickRelationship, | ||
) | ||
StatisticsHorizontalItem( | ||
title = "관계 별 평균 수수", | ||
name = uiState.susuStatistics.averageRelationship.title, | ||
money = uiState.susuStatistics.averageRelationship.value, | ||
isActive = !isBlind, | ||
) | ||
StatisticsHorizontalItem( | ||
title = "경조사 카테고리 별 평균 수수", | ||
name = uiState.susuStatistics.averageCategory.title, | ||
money = uiState.susuStatistics.averageCategory.value, | ||
isActive = !isBlind, | ||
) | ||
|
||
RecentSpentGraph( | ||
isActive = !isBlind, | ||
graphTitle = "올해 쓴 금액", |
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.
string Res 분리해주시면 감사하겠습니다.
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.
잠결에 깜박했내여 ㅎㅎ;
val categoryConfigResult = getCategoryConfigUseCase() | ||
val relationshipConfigResult = getRelationShipConfigListUseCase() | ||
|
||
if (categoryConfigResult.isSuccess && relationshipConfigResult.isSuccess) { |
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.
Fail인 경우도 추가하면 좋을거같아요
만약 실패했다면 아무런 통계 화면이 안나올 것 같은데 에러 메세지가 없다면 UX 저하가 발생해서요~
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.
실패한 쪽의 Exception을 스낵바로 띄우로독 했습니다
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.
는 디폴트 Throwable 하나 넣었더니 cicd에 걸렷네요 다시 수정할게요
💡 Issue
🌱 Key changes
AnimatedCounterText
라는 숫자 애니메이션 Text 컴포넌트를 추가했습니다.✅ To Reviewers
📸 스크린샷
default.mp4