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

[Refactor/#120] 구독해지 후 구독하는 경우 고려하여 구독 API 수정 #128

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

belljun3395
Copy link
Collaborator

🎫 연관 이슈

resolved: #120

💁‍♂️ PR 내용

  • 구독해지 후 구독하는 경우 고려하여 구독 API 수정

🙏 작업

  • 구독 상태를 확인한 이후 구독을 진행하도록 수정
  1. 멤버의 워크북에 대한 구독 정보 조회
  2. 구독에 따른 구독 정보 갱신/추가 로직 진행 (* 워크북 학습을 모두 완료한 경우 예외 발행)

🙈 PR 참고 사항

📸 스크린샷

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

- reSubscribeWorkbookSubscription: 재구독 업데이트 쿼리
- selectAllWorkbookSubscriptionStatus: 워크북에 대한 멤버의 구독 정보 조회 쿼리
- countWorkbookMappedArticles: 워크북에 속한 아티클 조회 쿼리
@belljun3395 belljun3395 requested a review from hun-ca as a code owner June 28, 2024 08:21
@github-actions github-actions bot added the refactor 기존 기능에 대해 개선할 때 사용됩니다. label Jun 28, 2024
@belljun3395 belljun3395 merged commit 248c2b7 into main Jul 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 기존 기능에 대해 개선할 때 사용됩니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

구독해지 후 구독하는 경우 고려하여 구독 API 수정
2 participants