Skip to content

Conversation

@silver-eunjoo
Copy link
Collaborator

🛰️ Issue Number

🪐 작업 내용

  1. 퀴즈와 문제가 하나의 API로 수정될 수 있도록 수정했습니다.
  2. request에는 기존에 저장된 값 + 바뀐 값 모든 필드의 값들이 전달되어 옵니다.
  • 그래서 기존 메서드에서 유효성 검사를 하는 것에서 DTO에 @Valid 검사로 변경했습니다.
  1. 썸네일은 프론트에서 변경감지로 변경되었을 때만 보내주도록 합니다.
  2. 이외의 퀴즈 정보, 문제, 답은 프론트에서 따로 변경감지 하지 않고, 백에서 업데이트합니다.

📚 Reference

✅ Check List

  • 코드가 정상적으로 컴파일되나요?
  • 테스트 코드를 통과했나요?
  • merge할 브랜치의 위치를 확인했나요?
  • Label을 지정했나요?

@silver-eunjoo silver-eunjoo self-assigned this Jul 28, 2025
@silver-eunjoo silver-eunjoo added the refactoring 코드 리팩토링 label Jul 28, 2025
@silver-eunjoo silver-eunjoo linked an issue Jul 28, 2025 that may be closed by this pull request
1 task
Copy link
Collaborator

@jiwon1217 jiwon1217 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 !

Copy link
Collaborator

@sehee123 sehee123 left a comment

Choose a reason for hiding this comment

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

리팩토링 뚝딱 . .. 멋지십니당.!

@silver-eunjoo silver-eunjoo merged commit 272a33d into dev Jul 28, 2025
2 checks passed
@silver-eunjoo silver-eunjoo deleted the refactor/142 branch July 28, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring 코드 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[refactor] 퀴즈 수정 API 리팩토링

5 participants