Conversation
|
Caution Review failedThe pull request is closed. 요약새로운 변경사항
시퀀스 다이어그램sequenceDiagram
actor App
participant Repo as UserRepository
participant API as UserApi<br/>(Retrofit)
participant LocalDS as UserLocalDataSource<br/>(DataStore)
App->>Repo: fetchUserInfo()
Repo->>API: getUserInfo()
API-->>Repo: UserInfoResponseDto
Repo->>Repo: mapToEntity()
Repo->>LocalDS: updateUserId(userId)
LocalDS-->>Repo: ✓
Repo-->>App: UserInfoEntity
App->>Repo: fetchMyActivities(lastFeedId, size)
Repo->>LocalDS: getUserId()
LocalDS-->>Repo: userId
Repo->>API: getUserFeeds(userId, lastFeedId, size)
API-->>Repo: UserFeedsResponseDto
Repo->>Repo: mapToEntity()
Repo-->>App: UserFeedsEntity
코드 리뷰 예상 소요 시간🎯 3 (Moderate) | ⏱️ ~20 minutes 제안 라벨
제안 리뷰어
토끼의 축하 시
✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (14)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
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.
📌𝘐𝘴𝘴𝘶𝘦𝘴
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
fetchUserInfo먼저 호출해서 완료 되면fetchMyActivities로 나의 활동 호출📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴
Summary by CodeRabbit
릴리스 노트
✏️ Tip: You can customize this high-level summary in your review settings.