fix: 대기 신청을 막던 화면 조건 제거와 수락 권한 수정 - #55
Merged
Merged
Conversation
정원이 덜 찬 채로 마감된 강연은 "개설 불확정"으로 버튼까지 잠겨 있었습니다. 마감은 신청을 끊는 선이 아니라 여기서부터 전부 대기라는 선이라, 이 강연도 대기 신청을 받아야 합니다. 신청을 닫는 것은 끝난 강연뿐입니다. 대기자 수락·거절은 학생회만 합니다. 개설자에게 버튼이 보이면 눌러도 서버가 403으로 막습니다. 관련 안내 문구도 학생회 기준으로 맞췄습니다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WK1DjLm5GZLfPx7JH3YPsA
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
내 학년 정원이 0인 강연은 버튼까지 잠겨 있었습니다. 서버는 이 신청도 대기로 받아 두고 마감 뒤 학생회가 수락하면 신청자가 되는데, 화면만 먼저 막고 있어 대기줄에 설 방법이 없었습니다. 자동 승급 대상이 아닐 뿐 신청은 가능합니다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WK1DjLm5GZLfPx7JH3YPsA
이번 주 강연은 목록을 받을 때 한 번 고릅니다. 화면을 열어 둔 채 강연 시각을 넘기면 고른 강연이 그대로 남아, 서버가 받지 않는 신청 버튼만 살아 있었습니다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WK1DjLm5GZLfPx7JH3YPsA
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.
❓ 개요
마감은 신청을 끊는 선이 아니라 "여기서부터 전부 대기"라는 선인데, 화면이 그보다 앞서 버튼을 잠그는 자리가 두 군데 있었습니다. 정원이 덜 찬 채로 마감된 강연(개설 불확정)과, 내 학년에 자리를 배정받지 못한 강연입니다. 둘 다 서버는 대기로 받아 줍니다. 대기자 수락·거절 권한도 백엔드 변경에 맞춰 학생회 전용으로 좁혔습니다.
#️⃣ 연관된 이슈
없음 (백엔드 PR VOID-GSM/Rels-back#54 와 함께 배포)
📝 작업 내용
📄 리뷰 요청사항
📸 스크린샷/영상(선택)
없음
🤖 Generated with Claude Code
https://claude.ai/code/session_01WK1DjLm5GZLfPx7JH3YPsA