[codex] 특정 인원 투표 생성과 참여자 제한 투표 추가 - #8
Merged
Merged
Conversation
Leesumok
marked this pull request as ready for review
May 1, 2026 16:27
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.
변경 사항
/create/restricted화면을 추가해 참여 인원과 선택지별 참여 가능 인원을 설정할 수 있게 했습니다.POST /api/rooms생성 API를 확장해participants,option_allowed_participants배열을 저장하도록 했습니다.127.0.0.1:3000등 로컬 개발 주소에서 API 호출이 가능하도록 CORS 허용 origin을 보강했습니다.검증
npx eslint app/create/restricted/page.tsx lib/api.tsnpx eslint app/vote/[uuid]/vote-client.tsx lib/api.ts(기존 warning만 확인)npx tsc --noEmitPYTHONPYCACHEPREFIX=/private/tmp/fastvote-pycache python3 -m compileall appparticipants,option_allowed_participants저장 확인403, 허용된 조합은200확인/create/restricted,/vote/{uuid}페이지200확인