Conversation
- user/admin API 및 훅 분리 - sharedTypes.ts로 공통 타입 정리 - 디렉토리 구조 명확화
leejs0823
reviewed
Jul 16, 2025
| export interface PubStatus { | ||
| pubsId: number; | ||
| waitTeam: number; | ||
| status: "AVAILABLE" | "FULL" | "PREPARING" | "END"; |
Member
There was a problem hiding this comment.
사용자 부스 상태와 관리자 부스 상태의 status Type을 하나의 BoothType으로 분리해서 정의하는 건 어떨까요??
Collaborator
Author
There was a problem hiding this comment.
넵 types의 booth 파일에 BoothStatus로 따로 다시 분리해봤습니다!
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.
✨ 변경사항 요약
📂 관련 이슈
✅ 작업 내용 체크리스트
📸 스크린샷 (선택)
변경된 화면이 있다면 첨부해주세요.
🙋 기타 참고 사항
특이사항, 검토 요청 사항 등