Conversation
- DB 마이그레이션(005): proposal_periods, study_proposals, study_proposal_votes 테이블 생성 - ProposalRepository: 기간 생성/조회, 제안 CRUD, 투표 토글(insert/delete), 확정 처리 - /제안시작: 운영진 역할 확인 후 제안 기간 생성, 운영진-자유채팅 채널에 공지 - /제안: Modal로 익명 제안 수집, 채널에 게시 후 🚀 리액션 추가 - /투표: SelectMenu로 제안 선택, 토글 투표, 3표 달성 시 자동 확정 메시지 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
/제안시작, /제안, /투표 추가로 비관리자에게 보이는 커맨드가 2개에서 5개로 증가하여 테스트 기대값 수정 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Member
|
• Findings
|
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.
/제안시작: 운영진 역할 확인 후 제안 기간 생성, 운영진-자유채팅 채널에 공지/제안: Modal로 익명 제안 수집, 채널에 게시 후 🚀 리액션 추가/투표: SelectMenu로 제안 선택, 토글 투표, 3표 달성 시 자동 확정 메시지