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] 게임 화면에서 멤버별 투표 여부 확인하기 #412

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

leegwichan
Copy link
Contributor

Issue Number

Closed #410

As-Is

  • 게임 화면 중 누가 투표를 안했는지 확인했으면 좋겠다는 피드백이 있었음

To-Be

  • 게임 화면에서 멤버별 투표 여부를 API Response에 추가하여 누가 투표했는지 확인 실시

Check List

  • 테스트가 전부 통과되었나요?
  • 모든 commit이 push 되었나요?
  • merge할 branch를 확인했나요?
  • Assignee를 지정했나요?
  • Label을 지정했나요?

Test Screenshot

image

(Optional) Additional Description

- 기존 `VoteContext`는 받아들이기에 추상적이었음
- 이를 투표의 현재 상황을 보여준다는 `VotingStatus`로 바꾸어 클래스 이름을 구체화 함
- FacadeTest, ControllerTest, DocumentTest 에 추가 내용 검증
@leegwichan leegwichan added ✨ feat 기능 추가 🍃 BE back end labels Nov 23, 2024
@leegwichan leegwichan self-assigned this Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍃 BE back end ✨ feat 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 게임 화면에서 멤버별 투표 여부 확인하기
1 participant