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

Feat/파티어드민 패널티항목구현 #1309 #1315

Merged
merged 18 commits into from
Mar 22, 2024

Conversation

mantoing
Copy link
Contributor

📌 개요

  • 어드민 파티 페이지의 패널티 관리 부분을 구현하였고 신고조회가 페이지네이션으로 변경되면서 처리를 같이하였습니다.

💻 작업사항

  • 어드민 파티 페이지의 패널티 관리 부분을 구현했습니다.
  • 신고조회가 페이지네이션으로 변경되어서 처리하였습니다.

✅ 변경로직

@mantoing mantoing added enhancement New feature or request admin 관리자 페이지에서 발생한 issue labels Mar 20, 2024
@mantoing mantoing self-assigned this Mar 20, 2024
@mantoing mantoing linked an issue Mar 20, 2024 that may be closed by this pull request
4 tasks

useEffect(() => {
if (partyPenalty) {
setIsUpdateMode(true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이것도 불필요할 것 같아요
state의 초기값으로 !!partyPenalty 넣던지 아니면 그냥 일반 변수로 해도 될것 같아요

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useState을 쓰는게 더 직관적이고 이해하기 쉬운것같은데 사용하는 이유는 밑에 변경인지 추가인지 판별하려고 넣은거라

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useState쓰는건 상관없는데 이걸 useEffect에서 설정할 필요가 없을것 같아요
그냥 초기값을 설정할때 바로 넣어줄 수 있지않나요?
!!partyPenalty 나
partyPenalty ? true : false 같은 방식으로

@mantoing mantoing requested a review from izone00 March 22, 2024 04:22
@mantoing mantoing merged commit c6350f6 into 6th_party Mar 22, 2024
@mantoing mantoing deleted the feat/파티어드민-패널티항목구현-#1309 branch March 22, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin 관리자 페이지에서 발생한 issue enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 파티 어드민 페이지에 패널티 신고 페이지 구현
3 participants