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: receiveSharedWorkbook #177

Merged
merged 3 commits into from
Aug 9, 2024
Merged

Feat: receiveSharedWorkbook #177

merged 3 commits into from
Aug 9, 2024

Conversation

adorableco
Copy link
Contributor

@adorableco adorableco commented Aug 8, 2024

PR

✨ 작업 내용

  • 공유받은 문제집을 내부 문제 목록과 함께 저장하는 기능을 구현했습니다.

  • 처음에 pathparam으로 구현했다가 uuid는 최대한 외부 노출을 피하는 편이 좋을 것 같아서(더하여 타인의 문제집 uuid이다보니) request body로 받는걸로 변경했습니다!

  • WorkbookService에서 getMember(), getWorbook() 으로 extract했습니다.

  • 문제를 문제집에 추가하는 동작을 receiveSharedWorkbook, addQuestionsToWorkbook 에서 모두 하므로, insertQuestion() 로 extract했습니다.


✨ 참고 사항

  • 기능 구현 관련 커밋은 191e601 입니다!
  • fixture monkey는 의존성 추가해서 사용하던 중에 Workbook 을 목으로 생성했는데 거기에 딸려있는 태그가 null 로 들어가는 오류가 있어서 원래 그런건가... 하고 검색해보니 마침 해당 오픈소스에서 따끈따끈한 에러가 발생했더라구요... 그래서 일단 이번 테스트에는 포함하지 않았습니다. 해당 오류가 해결되면 도입해보겠습니다.

⏰ 현재 버그

x

  • 다만 문제집 내 문제를 모두 복사하여 새로 저장해야하므로 현재 사용중인 jpa의 saveAll() 메서드 대신 배치 세이브 방식을 사용해서 성능을 개선해볼까합니다.

✏ Git Close

@adorableco adorableco added ✨ Feature 기능 개발 🫧 seyeon seyeon labels Aug 8, 2024
@adorableco adorableco self-assigned this Aug 8, 2024
@adorableco adorableco linked an issue Aug 8, 2024 that may be closed by this pull request
4 tasks
Copy link

github-actions bot commented Aug 8, 2024

Unit Test Results

16 tests   16 ✔️  1s ⏱️
  6 suites    0 💤
  6 files      0

Results for commit aef72f6.

♻️ This comment has been updated with latest results.

part of swm-144
related to: #163
@adorableco adorableco requested a review from RinRinPARK August 8, 2024 12:58
Copy link
Contributor

@RinRinPARK RinRinPARK left a comment

Choose a reason for hiding this comment

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

굳굳 벨이굳~🍀

@adorableco adorableco merged commit ff345cd into develop Aug 9, 2024
2 checks passed
@adorableco adorableco deleted the seyeon/swm-144 branch September 4, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🫧 seyeon seyeon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Feat: receiveSharedWorkbook
2 participants