-
Notifications
You must be signed in to change notification settings - Fork 4
bruno-api-typescript 내장 및 API 스키마 동기화 체계화 #415
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
base: main
Are you sure you want to change the base?
Conversation
- Add HomeUniversity enum (인하대학교, 인천대학교, 성신여자대학교) - Add HomeUniversitySlug type and slug mappings (inha, incheon, sungshin) - Create university selection onboarding page at /university - Add [homeUniversity] dynamic routes for filtered university lists - Add [homeUniversity]/[id] detail page with context-aware navigation - Add [homeUniversity]/search page with filters - Add backHref prop to TopDetailNavigation component - Add linkPrefix prop to UniversityCard and UniversityCards components - ISR enabled with 1 hour revalidation
- Remove conflicting /university/[id] route - Move UniversityDetail component to [homeUniversity]/[id]/_ui/ - Fix dynamic route slug conflict between [id] and [homeUniversity]
- Rename export from getUnconfirmedMentoringCount to useGetUnconfirmedMentoringCount - Add enabled parameter to control query execution - Fix MentorApplyCountContent to use correct hook name
- Add inha.png, incheon.png, sungshin.jpg to public/images/univs/ - Update HOME_UNIVERSITY_LIST logoUrl to use new image paths
- Fix all API index.ts files to export hooks with 'use' prefix - Add compatibility aliases for existing import names - Fix missing type definitions (AccountRequest, CommentRequest, etc.) - Fix duplicate property names in mentor/api.ts - Add CommunityQueryKeys and searchFilter to QueryKeys - Fix BoardResponse and WishListResponse types - Add missing API methods (getPostList, getSearchFilter, etc.) - Add PutMyMentorProfileRequest type for mentor profile updates
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedToo many files! This PR contains 204 files, which is 54 over the 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 |
요약
변경 사항
테스트
참고