[admin] 사용자 세탁 정지·패널티 연장 UI 연결 - #23
Open
sunwoo162 wants to merge 9 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or 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
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.
개요
관리자 사용자 관리 화면에서 백엔드에 구현된 사용자 세탁 정지 및 패널티 차단 기간 연장 기능을 사용할 수 있도록 UI와 API 연동을 추가합니다.
작업내용
세탁 정지사용자 액션을 패널티 부과 API에 연결ADMIN: 세탁 정지, 연장, 해제DORMITORY_COUNCIL: 세탁 정지API 연동
POST /api/v2/admin/reservations/users/{userId}/penaltyPATCH /api/v2/admin/reservations/users/{userId}/penalty/blockDELETE /api/v2/admin/reservations/users/{userId}/penalty기존 연동 유지검증
pnpm lint통과pnpm check-types통과NEXT_PUBLIC_API_URL=http://localhost:8080 pnpm build통과미검증 항목