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

[scrum-dice] 투표된 상황에서 오픈되지 않은 카드 리셋하기 #43

Open
JeongJaeSoon opened this issue Jul 10, 2023 · 1 comment

Comments

@JeongJaeSoon
Copy link
Member

투표 상황이 복잡해졌을 때, 카드를 초기화하고 싶을 수 있다.
다음 투표로 넘어가는 기능 이외에 현재 투표된 카드의 정보를 모두 초기화하는 버튼이 있었으면 좋겠다.

@JeongJaeSoon
Copy link
Member Author

리셋으로 다시 생성을 한다

  • 실제로 데이터 삭제는 일어나지 않는다
  • 새로운 투표를 만드는데, 컬럼을 추가한다
    • status 1: 유효한거
    • status 9 : 무효한거
  • 새로운 투표가 만들어지는데
    • create-vote
    • create-vote-reset
      • vote Id 를 보내면 -> status 를 9로 갱신
      • 새로 갱신한 vote 정보를 반환
      • 이거는 기존 회차이름이랑 같게

@JeongJaeSoon JeongJaeSoon changed the title 투표된 상황에서 오픈되지 않은 카드 리셋하기 [scrum-dice] 투표된 상황에서 오픈되지 않은 카드 리셋하기 Jul 23, 2023
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

No branches or pull requests

1 participant