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

QSheet 생성시 사용된 QSet 상태 변경 #107

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

xonmin
Copy link
Member

@xonmin xonmin commented Aug 17, 2024

  • 🔀 PR 제목의 형식을 잘 작성했나요? e.g. [add] pr template
  • 🧹 불필요한 코드는 제거했나요?

작업 내용

QSheet 생성 스케줄 동작시, 이미 만들어진 QSet 이 다중으로 모두 배포 예정 이전일 때, 가장 현재에 가까운 QSet 을 계속 가져와 만들어지고 있는 문제 수정

  • QSet Enum 값 READY (QSheet 생성 완료) 값 신규 추가
  • QSheet 스케쥴 동작시, 사용한 QSet status 값 업데이트하도록 변경

비고 (첨부자료)

테스트 완료했고 잘 만들어지는 것까지 확인했습니다.
image

select question_set_id,  count(*)
from question_sheet
group by question_set_id

12* 81= 972 
image

@xonmin xonmin self-assigned this Aug 17, 2024
@xonmin xonmin merged commit a4e3984 into master Aug 17, 2024
1 check passed
@xonmin xonmin deleted the xonmin/update-create-QSheet branch August 17, 2024 13:47
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.

1 participant