Skip to content

fix: 모집중인 공모만 상태를 변경하도록 수정 #777

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

Open
wants to merge 2 commits into
base: chongdae
Choose a base branch
from

Conversation

fromitive
Copy link
Contributor

📌 관련 이슈

close #776

✨ 작업 내용

  • 거래가 완료된 공모에서 참여자가 공모를 나갈 때 공모의 상태가 변경되는 현상을 수정했습니다!

📚 기타

@fromitive fromitive self-assigned this Jun 23, 2025
@@ -141,8 +141,10 @@ public void participate(int participationCount) {

public void leave(int participationCount) {
currentCount -= participationCount;
Copy link
Contributor

Choose a reason for hiding this comment

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

기획적으로 갑자기 고민이 되는 게
거래가 끝나고 채팅방에서 나갔을 때
인원수 조정할 필요가 있나 없나 싶네요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

⚡참여자 공모 취소 시 공모 상태 변경 이슈 수정
2 participants