-
Notifications
You must be signed in to change notification settings - Fork 2
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/statistics: 통계 뷰 작업 완료 #164
Merged
Merged
Changes from 30 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
49c3631
Feature/statistics: 현재 월 가져와 통계 첫 화면에 보여주기
mjkim1019 1bc1e2f
Feature/statistics: 통계에서 사용하는 API 선언
mjkim1019 da75439
Feature/statistics: 통계에서 사용하는 API 함수 구현 완료
mjkim1019 9464d05
Feature/statistics: 통계 화면에서 사용할 repository 생성 및 구현
mjkim1019 d4a2898
Feature/statistics: 통계 화면을 위한 api 연결 함수 viewModel에 구현
mjkim1019 62e553c
Feature/statistics: 집안일 현황 expand 했을 때 데이터 어떻게 받아올 지 구현
mjkim1019 9bcdc32
Feature/statistics: 통계화면 랭킹 관련 api 연결
mjkim1019 2f54187
Feature/statistics: 통계화면 랭킹 관련 데이터 받아 view에서 감지하는 작업
mjkim1019 35b2ff3
Feature/statistics: 통계화면 랭킹, 현황 adapter 생성
mjkim1019 37e7639
Feature/statistics: 가사 현황 item response 합침
mjkim1019 36e4c2f
Feature/statistics: StatsMemberAdapter 구현 완료
mjkim1019 15f8652
Feature/statistics: MonthlyStatsAdapter 구현 완료
mjkim1019 337b8c8
Feature/statistics: statisticsFragment에 adapter 연결
mjkim1019 917f60b
Feature/statistics: mainFragment ui 변경 (통계 화면 이동을 위한 버튼 추가
mjkim1019 4bddbea
Feature/statistics: main -> 통계화면 이동 함수 구현
mjkim1019 9aa0374
Feature/statistics: text 부분적으로 색깔 칠하기 성공
mjkim1019 daa15df
Feature/statistics: 통계 집안일 리스트 어댑터 연결 & api 받아와 보여주기 구현 완료
mjkim1019 8050ce2
Feature/statistics: 통계 집안일 리스트 기본틀 완성 (drop만 하면 됨)
mjkim1019 4a56516
Feature/statistics: flow로 아이템 하나씩 받아와 adapter list에 자연스럽게 추가되도록 수정
mjkim1019 2633c25
Feature/statistics: stats 집안일 리스트 어댑터 이름 StatusAdapter로 변경
mjkim1019 68d9bf8
Feature/statistics: stats 집안일 리스트 구현 완료
mjkim1019 4e9290a
Merge branch 'develop' into feature/statistics
mjkim1019 29fe9a8
Feature/statistics: 랭킹 뷰 기틀 완성 (detail 잡아야 함)
mjkim1019 06ae873
Feature/statistics: 랭킹 데이터 넣는 작업 진행 중
mjkim1019 1b99b7d
Style/statistics: ranker icon 추가
mjkim1019 251fcf6
Style/statistics: ranker view 작업중
mjkim1019 a081049
Style/statistics: ranker view 작업 완료
mjkim1019 4aea598
build/statistics: Flexbox 라이브러리 추가
mjkim1019 27a4d21
feature/statistics: 집안일 현황 리스트에서 Flexbox로 멤버 리스트 보여주게 구현
mjkim1019 f11c9ba
feature/statistics: 집안일 현황 디테일한 부분 잡기
mjkim1019 132d0a3
Merge branch 'develop' into feature/statistics
mjkim1019 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
app/src/androidTest/java/com/depromeet/housekeeper/ExampleInstrumentedTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
app/src/main/java/com/depromeet/housekeeper/model/ui/Statistics.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
package com.depromeet.housekeeper.model.ui | ||
|
||
import com.depromeet.housekeeper.model.response.HouseWorkStatsMember | ||
import com.depromeet.housekeeper.model.response.Member | ||
|
||
data class Stats( | ||
val houseWorkName: String, | ||
val totalCount: Int, | ||
val members: List<HouseWorkStatsMember> | ||
) | ||
|
||
data class Ranker( | ||
val rank: Int = 0, | ||
val member: Member, | ||
val houseWorkCnt: Int, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="9dp" | ||
android:height="12dp" | ||
android:viewportWidth="9" | ||
android:viewportHeight="12"> | ||
<path | ||
android:pathData="M8.796,12V10.298H3.773V10.215L5.779,8.221C8.006,6.122 8.619,5.088 8.624,3.807C8.619,1.912 7.061,0.53 4.757,0.53C2.486,0.53 0.878,1.923 0.89,4.066H2.823C2.818,2.917 3.569,2.188 4.729,2.188C5.84,2.188 6.674,2.851 6.68,3.912C6.674,4.856 6.077,5.53 4.934,6.674L0.939,10.525L0.945,12H8.796Z" | ||
android:fillColor="#0C6DFF"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="10dp" | ||
android:height="13dp" | ||
android:viewportWidth="10" | ||
android:viewportHeight="13"> | ||
<path | ||
android:pathData="M5.05,12.155C7.497,12.155 9.282,10.768 9.271,8.862C9.282,7.436 8.376,6.414 6.773,6.199V6.11C8.017,5.851 8.856,4.939 8.845,3.663C8.856,1.934 7.37,0.53 5.083,0.53C2.862,0.53 1.138,1.834 1.094,3.729H3.044C3.083,2.785 4,2.188 5.072,2.188C6.166,2.188 6.884,2.829 6.884,3.779C6.884,4.768 6.044,5.436 4.84,5.436H3.834V7.006H4.84C6.315,7.006 7.193,7.735 7.188,8.757C7.193,9.757 6.293,10.442 5.044,10.442C3.867,10.442 2.961,9.845 2.912,8.928H0.856C0.912,10.84 2.635,12.155 5.05,12.155Z" | ||
android:fillColor="#0C6DFF"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="18dp" | ||
android:height="13dp" | ||
android:viewportWidth="18" | ||
android:viewportHeight="13"> | ||
<path | ||
android:pathData="M12.297,5.437L9.042,0L5.719,5.471L0,1.147L0,13H1.147H2.294H15.677H16.823H17.971V1.147L12.297,5.437Z" | ||
android:fillColor="#FFE710" | ||
android:fillType="evenOdd"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
이거 잘 해결 된건가요???
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.
결국 적용이 안돼서 이건 사용하지 못했습니다ㅜㅜ