-
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
관리자 페이지 개발 완료 #111
Merged
Merged
관리자 페이지 개발 완료 #111
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
Closed
7 tasks
|
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
Tasks
Features
Menubar Component
추가: 사용자 인터페이스에 메뉴 바 컴포넌트를 추가했습니다.ManagePage
추가: 관리 기능 페이지를 추가했습니다.MemberInfoModal Component
추가: 멤버 정보를 보여주는 모달 컴포넌트를 추가했습니다.ActionButton Component
추가: 다양한 액션을 수행할 수 있는 버튼 컴포넌트를 추가했습니다.createFormData
함수 추가: 파일 업로드를 처리하기 위한 유틸 함수를 추가했습니다.Refactoring
MembershipInfoModal
에 계정 정보 추가: 모달에 계정 정보 표시를 추가했습니다.ModalContainer
에Suspense
추가: 모달 컨테이너에 로딩 상태를 관리하기 위한 서스펜스를 추가했습니다.displayName
속성 추가: 테이블 컴포넌트에 추가 정보를 표시하기 위해displayName
속성을 추가했습니다.SupportRequestSection
에서createFormDate
사용: 지원 요청 섹션에서 파일 데이터 처리를 개선했습니다.Bug Fixes
boards list
엔드포인트 변경: 게시판 목록 조회의 엔드포인트 변경으로 발생한 버그를 수정했습니다.useMembershipFeeMutation
에서 사용되지 않는 변수 제거: 불필요한 변수 사용을 제거했습니다.ETC
도서관 대여 관련하여 API 변경이 있어 추가 수정이 필요합니다.
Screenshot