-
Notifications
You must be signed in to change notification settings - Fork 2
feat : bruno sync #334
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 : bruno sync #334
Conversation
Changes: - Migrate 10 hooks from api/university to apis/universities - useDeleteWish, useGetRecommendedUniversities, useGetWishList - useUniversitySearch, useGetUniversitySearchByFilter - useGetUniversityDetail, usePostAddWish, useGetByRegionCountry, useGetIsWish - Add server-side API functions in apis/universities/server - getRecommendedUniversity, getUniversityDetail - getSearchUniversitiesByText, getSearchUniversitiesByFilter - getAllUniversities, getCategorizedUniversities - Update QueryKeys: domain-specific → centralized (QueryKeys.universities.*) - Update component imports (8 files) - Add api-migration-prd.md documentation - Remove legacy api/university folder Breaking changes: None (internal refactoring)
- UniversityDetail import 경로 수정 (../ → ./_ui/) - QueryKeys에 universityDetail 추가 - useGetRecommendedUniversity에서 useAuthStore 직접 사용 - MentorApplyCountModal 컴포넌트 복구 - ScoreCard에 toast import 추가
- Migrate all 13 domains (63+ files) to src/apis - Update all component imports from @/api to @/apis - Add domain-specific QueryKeys (ChatQueryKeys, MentorQueryKeys, etc.) - Implement infinite scroll, optimistic updates, and prefetch patterns - Add SSR support with getPostListServer for community - Remove legacy src/api folder - Update PRD documentation to reflect completion Domains migrated: - auth, my/MyPage, community, chat - mentor/mentee/mentors, news, Scores - applications, reports, image-upload
|
Important Review skippedToo many files! 84 files out of 234 files are above the max files limit of 150. You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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 |
관련 이슈
작업 내용