-
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
Feat: Social 뷰 UI 및 친구 dummy data 불러오기 구현 #57
Merged
Merged
Conversation
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
화면의 버튼을 누르면 로그인 하시겠습니까 Alert창이 임시로 보여진다. 추후 API 연결 이후 변경될 예정이다.
친구 리스트에서는 이번 달의 투두 수행결과만 보여주는데 가장 마지막 Data를 가져올 때 해당 Data가 이번달의 데이터임을 검증하기 위해 필요로 된다. Format 결과는 "0000-00"의 형태이다.
user가 이번달에 투두를 생성하지 않았다면 0을 return한다.
이번달에 만든 투두가 없다면 0을 return한다.
UI 디자인 리스트 클릭시 네비게이션 이동 구현 친구 리스트를 SocialViewModel에서 받아와 보여준다.
- isThisMonth: 어떤 유저의 가장 최신의 TodoByMonth 데이터가 이번 달인지 판별한다. - getTodoList: 어떤 유저가 TodoByMonth 데이터가 있다면 가장 최신 데이터인 todoList를 가지고 온다. - getWantTodoList: 어떤 유저가 TodoByMonth 데이터가 있다면 가장 최신 데이터인 wantTodoList를 가지고 온다.
View에 Title로 사용할 수 있도록 "0000-00" -> "0000.00" 와 같이 변경했다.
qlrmr111
approved these changes
Dec 13, 2023
lm-loki
approved these changes
Dec 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
이슈번호
🔐close #45 #46 #47 #48 #49 #50 #51
작업사항
향후 작업예정
스크린샷