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

[Fix/#338] 구독 학습지 마지막 아티클을 받고 progess를 증가하는 문제해결 #339

Merged
merged 2 commits into from
Aug 11, 2024

Conversation

belljun3395
Copy link
Collaborator

@belljun3395 belljun3395 commented Aug 11, 2024

🎫 연관 이슈

resolved: #338

💁‍♂️ PR 내용

  • 구독 학습지 마지막 아티클을 받고 progess를 증가하는 문제해결

🙏 작업

  • 구독 학습지 마지막 아티클을 받고 progess를 증가하는 문제해결

🙈 PR 참고 사항

📸 스크린샷

스크린샷 2024-08-11 오후 9 38 33

이전에 종료 이후 progess를 하나더 올리는 결과

스크린샷 2024-08-11 오후 9 42 50

progess를 하나더 올리지 않는 결과

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@github-actions github-actions bot added the fix 기능을 고칠 때 사용됩니다 label Aug 11, 2024
Comment on lines -207 to +209
val updateTargetMemberRecords = items.filter { it.memberId in successMemberIds }
val updateTargetMemberRecords = items.filter { it.memberId in successMemberIds }.filterNot { it.memberId in receiveLastDayMemberIds }
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

구독 정보 API에서도 subscription 테이블을 활용해서 사용하는데 구독 완료된 이후 progress를 하나 더 올리면 아티클을 찾는데 -1을 해야하는 추가적인 로직이 들어가야해서 해당 코드를 수정하였습니다.

import org.junit.jupiter.api.Test
import org.mockito.Mockito.*
import org.springframework.beans.factory.annotation.Autowired
import kotlin.random.Random

@Disabled
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

이거는 어느 순간부터 저도 이해하지 못하는 테스트 코드가 되어버려서 다른 이슈로 테스트 코드 추가하겠습니다.!

Copy link
Member

@hun-ca hun-ca left a comment

Choose a reason for hiding this comment

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

확인했습니다

@belljun3395 belljun3395 changed the title [#338/Fix] 구독 학습지 마지막 아티클을 받고 progess를 증가하는 문제해결 [Fix/#338] 구독 학습지 마지막 아티클을 받고 progess를 증가하는 문제해결 Aug 11, 2024
@belljun3395 belljun3395 merged commit 71a2094 into dev Aug 11, 2024
9 checks passed
belljun3395 added a commit that referenced this pull request Aug 11, 2024
* [Refactor/#329] 테스트 코드 보강 및 개선 (#330)

* [Fix/#338] 구독 학습지 마지막 아티클을 받고 progess를 증가하는 문제해결 (#339)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능을 고칠 때 사용됩니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

구독 학습지 마지막 아티클을 받고 progess를 증가하는 문제해결
2 participants