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/mz 129 my statistics #94

Merged
merged 16 commits into from
Jan 25, 2024
Merged

Conversation

yangsooplus
Copy link
Member

@yangsooplus yangsooplus commented Jan 25, 2024

💡 Issue

✅ To Reviewers

  • StatisticsRepositoryImpl의 일부 코드는 api 변경이 완료되면 삭제합니다.
    • 본 PR에 반영했습니다!
  • 실행하시려면 Swagger에서 [봉투 생성]을 해주세요.

📸 스크린샷

default.mp4

Copy link
Member

@jinukeu jinukeu left a comment

Choose a reason for hiding this comment

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

애니메이션 어려운 작업인데 고생 많으셨습니다~!

@@ -0,0 +1,12 @@
package com.susu.core.model

data class MyStatistics(
Copy link
Member

Choose a reason for hiding this comment

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

요놈 Contract에서도 사용하는 것 같은데 @Stable 마크 붙여주세유~! (StatisticsElement 도 붙여주세요)

fun RecentSpentGraph(
modifier: Modifier = Modifier,
isActive: Boolean = true,
spentData: List<StatisticsElement> = emptyList(),
Copy link
Member

Choose a reason for hiding this comment

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

PersistentList 써주세요~

@yangsooplus
Copy link
Member Author

Stable, Immutable 같은 개념들 계속 빼먹는데 항상 잘 짚어주셔서 감사합니다 👍

@yangsooplus yangsooplus merged commit 90f0a4e into develop Jan 25, 2024
1 check passed
@yangsooplus yangsooplus deleted the feature/MZ-129-my-statistics branch January 30, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 나의 통계
2 participants