Skip to content
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 변경에 따른 리펙토링 완료 #114

Merged
merged 11 commits into from
Apr 26, 2024
Merged

Conversation

gwansikk
Copy link
Member

Summary

관리자 승인 절차가 추가된 도서 대여 API를 연동했습니다.

도서 대여 API를 연결하고, 관련하여 Query-Key와 Page를 리펙토링을 진행했습니다.

Tasks

새로운 기능(Features):

  • 책 정보 온라인 서점 검색 기능 추가: 사용자가 온라인 서점에서 책 정보를 쉽게 검색할 수 있도록 기능을 추가했어요.
  • BookLoanConditionStatusBadge Component 추가: 도서 대여 상태를 표시하는 배지 컴포넌트를 추가했어요.
  • 통신 에러 메시지 추가: 네트워크 통신 중 발생할 수 있는 에러를 사용자에게 명확하게 알릴 수 있는 메시지를 추가했어요.

리팩토링(Refactoring):

  • Header에 경로 속성 추가: 헤더 컴포넌트에 경로를 동적으로 설정할 수 있는 속성을 추가했어요.
  • 도서 대여 승인 절차 추가: 도서 대여 시 승인 절차를 추가했어요.
  • 날짜 형식 함수에서 null 및 undefined 값 처리: 날짜를 포맷팅하는 함수에서 null 값과 undefined 값을 적절히 처리하도록 개선했어요.
  • 도서 대여 관련 쿼리키 무효화 개선: 도서 대여 관련 데이터 쿼리에서 키 무효화 로직을 개선하여 데이터의 신뢰성을 보장했습니다.
  • 코드 불일치 문제 개선: book LibraryDetailPage api 코드 전반에 걸쳐 일관성이 없는 부분을 정비했어요.
  • 이미지 컴포넌트 코드 개선: 이미지를 다루는 컴포넌트의 코드를 개선하여, 성능을 향상시키고 오류 가능성을 줄였어요.

Screenshot

image

@gwansikk gwansikk added 🔨 Refactor 코드 수정 및 최적화 🏠 Member member 프로젝트 관련 labels Apr 26, 2024
@gwansikk gwansikk self-assigned this Apr 26, 2024
@gwansikk gwansikk linked an issue Apr 26, 2024 that may be closed by this pull request
2 tasks
Copy link

changeset-bot bot commented Apr 26, 2024

⚠️ No Changeset found

Latest commit: 7fcafe3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@gwansikk gwansikk merged commit 83e0d5f into main Apr 26, 2024
3 checks passed
@gwansikk gwansikk deleted the refactor/#112 branch April 26, 2024 17:50
@gwansikk gwansikk linked an issue May 3, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Member member 프로젝트 관련 🔨 Refactor 코드 수정 및 최적화
Projects
None yet
Development

Successfully merging this pull request may close these issues.

도서관 승인 절차 도입 도서관 API 변경에 따른 리펙토링
1 participant