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/#178: 유저 기권 및 관리자가 실격처리 할 수 있도록 추가 #186

Merged
merged 9 commits into from
Oct 25, 2023

Conversation

pp449
Copy link
Member

@pp449 pp449 commented Oct 19, 2023

🤠 개요

💫 설명

현재 실격 및 기권 확인은 소켓을 사용한 통신이 아니기에 실시간으로 확인할 수 없어요. 그렇기에 이에 대해 논의 해봐야해요
마찬가지로 실격된 유저의 경우 현재 등수는 어떻게 되고 어디에 배치가 될건지 의논해봐야해요

📷 스크린샷 (Optional)

image
  • 예시 이미지이기에 본인을 실격처리할 수 있게 보이지만 실제로는 플레이어 리스트에 관리자는 없어요 !
image

--- 수정 후 스크린샷
image

@pp449 pp449 self-assigned this Oct 19, 2023
@pp449 pp449 added the ✨ Feat 기능 개발 label Oct 19, 2023
@TinyFrogs TinyFrogs requested a review from navyjeongs October 19, 2023 13:14
Comment on lines 52 to 56
{requestUser === -1 && (
<DisqualificationButton onClick={() => onClickDisqualification(player)}>
실격처리
</DisqualificationButton>
)}
Copy link
Member

Choose a reason for hiding this comment

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

실격처리 Text가 나타나면 list의 정렬이 깨져보이는데 이미 실격된 유저들에게도 div 태그를 추가하거나 아니면 실격 처리 버튼의 position을 absolute로 해도 괜찮을 것 같아요

Copy link
Member

@navyjeongs navyjeongs left a comment

Choose a reason for hiding this comment

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

LGTM~

@pp449
Copy link
Member Author

pp449 commented Oct 25, 2023

실격처리 Text가 나타나면 list의 정렬이 깨져보이는데 이미 실격된 유저들에게도 div 태그를 추가하거나 아니면 실격 처리 버튼의 position을 absolute로 해도 괜찮을 것 같아요

수정 완료했습니다!

@pp449 pp449 merged commit 89a1b99 into dev Oct 25, 2023
1 check passed
@pp449 pp449 deleted the Feat/#178 branch October 25, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 체크인페이지에서 관리자가 실격시킬 수 있는 버튼 추가
2 participants