-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feat/#443] 예매자 관리 페이지 퍼블리싱 #452
Conversation
…to feat/#443/TicketHolderListPublishing
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
신지 최고띠
const actions = { | ||
PAYMENT: { | ||
text: "입금 처리하기", | ||
// TODO : 예매 확정 팝업 | ||
action: console.log("입금 처리"), | ||
}, | ||
REFUND: { | ||
text: "환불 처리하기", | ||
// TODO : 환불 처리 팝업 | ||
action: () => console.log("환불"), | ||
}, | ||
DELETE: { | ||
text: "예매자 삭제하기", | ||
// TODO : 예매자 삭제 팝업 | ||
action: () => console.log("예매자 삭제"), | ||
}, | ||
DEFAULT: { | ||
text: "예매자 관리하기", | ||
action: () => setOpenMenu(true), | ||
}, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p4: 👍
const handleFilter = () => { | ||
if (!openFilter) { | ||
setOpenFilter(true); | ||
} else { | ||
setOpenFilter(false); | ||
} | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p4:
const handleFilter = () => { | |
if (!openFilter) { | |
setOpenFilter(true); | |
} else { | |
setOpenFilter(false); | |
} | |
}; | |
const handleFilter = () => { | |
setOpenFilter((prev) => !prev); | |
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#454 PR에서 반영하겠습니다!
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
준혁 오빠 코드 다.... 사라지고 처음부터 다시 짯습니당............. 어디까지가 퍼블리싱의 영역인지 모르겠어서 뭔가 오묘하게 기능이 있는 듯 없는 듯 한데 기능 추가 바로 할게요!!
📸 스크린샷
사진 내일 넣을게여 죄송해요 ㅠㅠ