-
Notifications
You must be signed in to change notification settings - Fork 0
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
회비, 도서관 API 연동 완료 #56
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
- Schedule 요청 수 최적화 - Calendar 컴포넌트 개선
- MAIN_SCHEDULE을 SCHEDULE로 수정
일마다 요청하는 API를 월 단위로 조회하도록 하여 한 번의 요청으로 가져올 수 있도록 개선했습니다.
- 안내 메세지 - 대추중, 대출가능 상태
- 도서 대출 API 연동 - 패널 도서 연장, 반납 API 연동 - 소장 도서 조회 수정
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.
Summary
회비와 도서관 API를 연동했습니다.
페이지 컴포넌트 Dynamic Import로 초기 로딩을 개선했습니다.
vite.config와 오류 페이지 등 다양한 에러를 개선했습니다.
Tasks
Screenshot