-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature/#90] place api connect #93
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
Conversation
โฆto feature/#90-maps-api-connect
|
Caution Review failedThe pull request is closed. Walkthrough์ด ๋ณ๊ฒฝ์ฌํญ์ ์ง๋(๋งต) API ์ฐ๋์ ์ํ ๋ฐ์ดํฐ ๊ตฌ์กฐ, ๋ฆฌํฌ์งํ ๋ฆฌ, ๋ค๋น๊ฒ์ด์ , UI ์ปดํฌ์ ๋ธ, DTO ๋ฐ ์๋น์ค ๊ณ์ธต์ ์๋ก์ด ๋ฉ์๋์ ํ๋๋ฅผ ์ถ๊ฐํ๊ณ , ๊ธฐ์กด์ ๋ค๋น๊ฒ์ด์ ํจ์์ ๋ฐ์ดํฐ ๋ชจ๋ธ์ ํ์ฅํ์ฌ ํ์ด ๋ฐ ์ฅ์ ID๋ฅผ ์ ๋ฌํ๋๋ก ์ ๋ฐ์ ์ผ๋ก ๊ฐ์ ํ์์ต๋๋ค. Changes
Sequence Diagram(s)sequenceDiagram
participant UI
participant ViewModel
participant Repository
participant RemoteDataSource
participant Service
participant API
UI->>ViewModel: fetchUserInfo()
ViewModel->>Repository: getPlaces(townId, mainTagId, subTagAIdList, subTagBIdList)
Repository->>RemoteDataSource: getPlaces(townId, isBookmarkSearch, mainTagId, subTagAIdList, subTagBIdList)
RemoteDataSource->>Service: getPlaces(townId, isBookmarkSearch, mainTagId, subTagAIdList, subTagBIdList)
Service->>API: HTTP GET /api/places
API-->>Service: BaseResponse<GetPlacesResponseDto>
Service-->>RemoteDataSource: GetPlacesResponseDto
RemoteDataSource-->>Repository: GetPlacesResponseDto
Repository-->>ViewModel: Result<List<PlaceEntity>>
ViewModel-->>UI: Update placeList state
sequenceDiagram
participant MainScreen
participant MainNavigator
participant NavController
participant MapsScreen
MainScreen->>MainNavigator: navigateToMaps(mapsType, townId, placeId, navOptions)
MainNavigator->>NavController: navigateMaps(mapsType, townId, placeId, navOptions)
NavController->>MapsScreen: MapsRoute(mapsType, townId, placeId)
Assessment against linked issues
Assessment against linked issues: Out-of-scope changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
๐ Recent review detailsConfiguration used: CodeRabbit UI ๐ Files selected for processing (20)
โจ Finishing Touches
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. ๐ชง TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
๐ PR ์์ฝ
๐ฑ ์์ ํ ๋ด์ฉ
๐ฑ PR ํฌ์ธํธ
๐ธ ์คํฌ๋ฆฐ์ท
๐ฎ ๊ด๋ จ ์ด์
Summary by CodeRabbit
์ ๊ท ๊ธฐ๋ฅ
๊ธฐ๋ฅ ๊ฐ์
๋ฒ๊ทธ ์์
๋ด๋น๊ฒ์ด์