-
Notifications
You must be signed in to change notification settings - Fork 0
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
๐ :: (Meogo-38) question crud #39
Conversation
Warning Rate limit exceeded@meltapplee has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 14 minutes and 33 seconds before requesting another review. โ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. ๐ฆ How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. Walkthrough์ด๋ฒ ๋ณ๊ฒฝ ์ฌํญ์ Changes
Possibly related PRs
Suggested labels
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? ๐ชง TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 10
๐งน Outside diff range and nitpick comments (14)
src/main/kotlin/org/meogo/domain/question/enum/QuestionType.kt (1)
1-5
: ์ ๋ฐ์ ์ธ ๊ตฌ์กฐ์ ๋ช ๋ช ๊ท์น์ด ์ ์ ํฉ๋๋ค.enum ํด๋์ค์ ๊ตฌ์กฐ์ ๋ช ๋ช ๊ท์น์ด Kotlin ํ์ค์ ์ ๋ฐ๋ฅด๊ณ ์์ต๋๋ค. ํ์ง๋ง ๋ช ๊ฐ์ง ๊ฐ์ ์ฌํญ์ ์ ์๋๋ฆฝ๋๋ค:
- enum ํด๋์ค์ ๊ฐ ์์์ ๋ํ KDoc ์ฃผ์์ ์ถ๊ฐํ์ฌ ๋ชฉ์ ๊ณผ ์ฌ์ฉ ์ฌ๋ก๋ฅผ ๋ช ํํ ์ค๋ช ํด์ฃผ์ธ์.
- 'ETC' ์์๋ ๋๋ฌด ๋ชจํธํ ์ ์์ต๋๋ค. ๋ ๊ตฌ์ฒด์ ์ธ ์นดํ ๊ณ ๋ฆฌ๋ก ๋์ฒดํ๊ฑฐ๋, ๋ฐ๋์ ํ์ํ ๊ฒฝ์ฐ 'OTHER'๋ก ์ด๋ฆ์ ๋ณ๊ฒฝํ๋ ๊ฒ์ ๊ณ ๋ คํด๋ณด์ธ์.
๋ค์๊ณผ ๊ฐ์ด KDoc ์ฃผ์์ ์ถ๊ฐํ๊ณ 'ETC'๋ฅผ 'OTHER'๋ก ๋ณ๊ฒฝํ๋ ๊ฒ์ ์ ์ํฉ๋๋ค:
package org.meogo.domain.question.enum +/** + * ์ง๋ฌธ์ ์ ํ์ ๋ํ๋ด๋ ์ด๊ฑฐํ ํด๋์ค์ ๋๋ค. + * ์ด ์ด๊ฑฐํ์ ์์คํ ๋ด์ ๋ค์ํ ์ง๋ฌธ ์นดํ ๊ณ ๋ฆฌ๋ฅผ ์ ์ํฉ๋๋ค. + */ enum class QuestionType { - LIFE, ENTRANCE, FACILITIES, ETC + /** ์ผ์ ์ํ๊ณผ ๊ด๋ จ๋ ์ง๋ฌธ */ + LIFE, + /** ์ ํ ๋๋ ์ ์ฃผ์ ๊ด๋ จ๋ ์ง๋ฌธ */ + ENTRANCE, + /** ์์ค ์ด์ฉ์ ๊ดํ ์ง๋ฌธ */ + FACILITIES, + /** ๋ค๋ฅธ ์นดํ ๊ณ ๋ฆฌ์ ์ํ์ง ์๋ ๊ธฐํ ์ง๋ฌธ */ + OTHER }src/main/kotlin/org/meogo/domain/review/presentation/dto/response/ReviewPictureResponse.kt (1)
1-6
: ๋ณ๊ฒฝ ์ฌํญ์ด ์ ์ ํด ๋ณด์ ๋๋ค.
year
์์ฑ์ ์ถ๊ฐํ ๊ฒ์ ์ข์ ๋ณ๊ฒฝ์ฌํญ์ผ๋ก ๋ณด์ ๋๋ค. ์ด๋ ๋ฆฌ๋ทฐ ์ฌ์ง์ ์ฐ๋ ์ ๋ณด๋ฅผ ์ ๊ณตํ์ฌ ๋ฐ์ดํฐ์ ์๊ฐ์ ๋งฅ๋ฝ์ ์ถ๊ฐํ ๊ฒ์ ๋๋ค.
year
์์ฑ์ ๋ชฉ์ ์ ๋ช ํํ ํ๊ธฐ ์ํด ๊ฐ๋จํ ์ฃผ์์ ์ถ๊ฐํ๋ ๊ฒ์ด ์ข๊ฒ ์ต๋๋ค. ์๋ฅผ ๋ค์ด:data class ReviewPictureResponse( /** ๋ฆฌ๋ทฐ ์ฌ์ง์ด ์ดฌ์๋ ์ฐ๋ */ val year: Int, val image: String )์ด๋ ๊ฒ ํ๋ฉด ์ด ์์ฑ์ ์๋๊ฐ ๋ ๋ช ํํด์ง ๊ฒ์ ๋๋ค.
src/main/kotlin/org/meogo/domain/question/presentation/dto/request/ModifyQuestionRequest.kt (1)
7-10
: ์์ฑ ์ ์ธ์ด ์ ์ ํ๋ฉฐ, ๊ฐ์ ๊ฐ๋ฅ์ฑ์ด ์์ต๋๋ค.
content
์์ฑ์ ๋ํ ํฌ๊ธฐ ์ ์ฝ ์กฐ๊ฑด์ ์ง๋ฌธ ๋ด์ฉ์ด ๋น์ด์์ง ์๊ณ ๋๋ฌด ๊ธธ์ง ์๋๋ก ๋ณด์ฅํฉ๋๋ค.questionType
์์ฑ์QuestionType
enum์ ์ฌ์ฉํ ๊ฒ์ ํ์ ์์ ์ฑ์ ์ํด ์ข์ต๋๋ค.๋ค๋ง,
questionType
์์ฑ์ ๋ํ ์ ํจ์ฑ ๊ฒ์ฌ๋ ์ ์ฝ ์กฐ๊ฑด์ด ์์ต๋๋ค. ํ์ํ๋ค๋ฉด@field:Valid
์ด๋ ธํ ์ด์ ์ ์ถ๊ฐํ์ฌQuestionType
์ ์ ํจ์ฑ์ ๊ฒ์ฌํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด:@field:Valid val questionType: QuestionType์ด๋ ๊ฒ ํ๋ฉด
QuestionType
์ ์ ์๋ ๋ชจ๋ ์ ํจ์ฑ ๊ฒ์ฌ ๊ท์น์ด ์ ์ฉ๋ฉ๋๋ค.src/main/kotlin/org/meogo/domain/question/presentation/dto/request/QuestionRequest.kt (1)
7-7
: schoolId์ ๋ํ ์ ํจ์ฑ ๊ฒ์ฌ ์ถ๊ฐ ๊ณ ๋ คschoolId ํ๋์ ๋ํด ์์ ๊ฐ๋ง ํ์ฉํ๋๋ก ์ ํจ์ฑ ๊ฒ์ฌ๋ฅผ ์ถ๊ฐํ๋ ๊ฒ์ด ์ข์ ๊ฒ ๊ฐ์ต๋๋ค. ์๋ฅผ ๋ค์ด,
@field:Positive
์ด๋ ธํ ์ด์ ์ ์ฌ์ฉํ ์ ์์ต๋๋ค.- val schoolId: Int, + @field:Positive + val schoolId: Int,src/main/kotlin/org/meogo/domain/question/service/DeleteQuestionService.kt (2)
11-15
: ํด๋์ค ์ ์ธ๊ณผ ์์ฑ์๊ฐ ์ ๊ตฌํ๋์์ต๋๋ค.
@Service
์ด๋ ธํ ์ด์ ์ด ์ฌ๋ฐ๋ฅด๊ฒ ์ฌ์ฉ๋์๊ณ , ์์กด์ฑ ์ฃผ์ ์ด ์ ์ ํ ๊ตฌํ๋์์ต๋๋ค.๋ค์๊ณผ ๊ฐ์ด ์์ฑ์์
@Autowired
์ด๋ ธํ ์ด์ ์ ์ถ๊ฐํ๋ ๊ฒ์ด ์ข์ต๋๋ค:@Service +@Autowired class DeleteQuestionService( private val questionRepository: QuestionRepository, private val userFacade: UserFacade ) {
์ด๋ ๋ช ์์ ์ผ๋ก ์์กด์ฑ ์ฃผ์ ์ ๋ํ๋ด๋ฉฐ, ์ฝ๋์ ๊ฐ๋ ์ฑ์ ํฅ์์ํต๋๋ค.
17-25
:execute
๋ฉ์๋ ๊ตฌํ์ด ์ ๋ฐ์ ์ผ๋ก ์ ๋์์ต๋๋ค.ํธ๋์ญ์ ์ฒ๋ฆฌ, ์ฌ์ฉ์ ํ์ธ, ์ง๋ฌธ ์์ ๊ถ ๊ฒ์ฆ ๋ฑ์ด ๋ ผ๋ฆฌ์ ์ผ๋ก ์ ๊ตฌํ๋์ด ์์ต๋๋ค.
๋ค์๊ณผ ๊ฐ์ ๊ฐ์ ์ฌํญ์ ๊ณ ๋ คํด๋ณด์ธ์:
- ์์ธ ์ฒ๋ฆฌ๋ฅผ ๋ ๊ตฌ์ฒด์ ์ผ๋ก ํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด:
val user = userFacade.currentUser() ?: throw UserNotFoundException("ํ์ฌ ์ฌ์ฉ์๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค.") val question = questionRepository.findById(questionId) ?: throw QuestionNotFoundException("ID๊ฐ $questionId์ธ ์ง๋ฌธ์ ์ฐพ์ ์ ์์ต๋๋ค.")
- ์ฌ์ฉ์ ์ผ์น ์ฌ๋ถ ํ์ธ ๋ก์ง์ ๋ณ๋์ ๋ฉ์๋๋ก ์ถ์ถํ์ฌ ๊ฐ๋ ์ฑ์ ๋์ผ ์ ์์ต๋๋ค:
private fun verifyQuestionOwnership(user: User, question: Question) { if (user != question.user) throw UserMisMatchException("์ง๋ฌธ์ ์์ ์๊ฐ ์๋๋๋ค.") }
- ์ญ์ ์ฑ๊ณต ์ฌ๋ถ๋ฅผ ๋ฐํํ๋ ๊ฒ์ ๊ณ ๋ คํด๋ณด์ธ์. ์:
return questionRepository.deleteById(question.id) > 0์ด๋ฌํ ๋ณ๊ฒฝ์ฌํญ๋ค์ ์ฝ๋์ ๊ฐ๋ ์ฑ๊ณผ ์ ์ง๋ณด์์ฑ์ ํฅ์์ํฌ ์ ์์ต๋๋ค.
src/main/kotlin/org/meogo/domain/question/service/CreateQuestionService.kt (1)
12-16
: ํด๋์ค ์ ์ธ๊ณผ ์์ฑ์๊ฐ ์ ๊ตฌํ๋์์ต๋๋ค.
@Service
์ด๋ ธํ ์ด์ ๊ณผ ์์กด์ฑ ์ฃผ์ ์ด ์ฌ๋ฐ๋ฅด๊ฒ ์ฌ์ฉ๋์์ต๋๋ค. ์ฝ๋์ ๊ฐ๋ ์ฑ๊ณผ ์ ์ง๋ณด์์ฑ์ ๋์ด๊ธฐ ์ํด ๋ค์๊ณผ ๊ฐ์ ์์ ๊ฐ์ ์ ์ ์ํฉ๋๋ค:์์ฑ์ ๋งค๊ฐ๋ณ์์
private val
๋์private final
์ ์ฌ์ฉํ๋ ๊ฒ์ด ์ข์ต๋๋ค. ์ด๋ ๊ฒ ํ๋ฉด ๋ถ๋ณ์ฑ์ ๋ช ์์ ์ผ๋ก ๋ํ๋ผ ์ ์์ต๋๋ค:class CreateQuestionService( private final val questionRepository: QuestionRepository, private final val userFacade: UserFacade )src/main/kotlin/org/meogo/domain/question/service/ModifyQuestionService.kt (2)
12-16
: ํด๋์ค ์ ์ธ๊ณผ ์์กด์ฑ ์ฃผ์ ์ด ์ ๊ตฌํ๋์์ต๋๋ค.
@Service
์ด๋ ธํ ์ด์ ์ ์ฌ์ฉํ์ฌ Spring ์๋น์ค ํด๋์ค๋ก ์ฌ๋ฐ๋ฅด๊ฒ ์ ์ธ๋์์ต๋๋ค. ์์ฑ์๋ฅผ ํตํ ์์กด์ฑ ์ฃผ์ ์ ์ข์ ๋ฐฉ์์ ๋๋ค.๋ค์๊ณผ ๊ฐ์ด
private val
ํค์๋๋ฅผ ์์ฑ์ ๋งค๊ฐ๋ณ์์ ์ง์ ์ถ๊ฐํ์ฌ ์ฝ๋๋ฅผ ๋ ๊ฐ๊ฒฐํ๊ฒ ๋ง๋ค ์ ์์ต๋๋ค:@Service class ModifyQuestionService( - private val questionRepository: QuestionRepository, - private val userFacade: UserFacade + private val questionRepository: QuestionRepository, + private val userFacade: UserFacade ) {์ด๋ ๊ฒ ํ๋ฉด ํด๋์ค ๋ณธ๋ฌธ์์ ๋ณ๋์ ํ๋กํผํฐ ์ ์ธ์ด ํ์ ์์ด์ง๋๋ค.
18-28
:execute
๋ฉ์๋๊ฐ ์ ๊ตฌํ๋์์ต๋๋ค.ํธ๋์ญ์ ์ฒ๋ฆฌ, ์ฌ์ฉ์ ํ์ธ, ์ง๋ฌธ ์กฐํ, ์ฌ์ฉ์ ์ผ์น ํ์ธ ๋ฑ์ ๋ก์ง์ด ์ ๊ตฌํ๋์ด ์์ต๋๋ค. ์์ธ ์ฒ๋ฆฌ๋ ์ ์ ํ ์ด๋ฃจ์ด์ง๊ณ ์์ต๋๋ค.
์์ธ ์ฒ๋ฆฌ๋ฅผ ๋์ฑ ๋ช ํํ๊ฒ ํ๊ธฐ ์ํด ๋ค์๊ณผ ๊ฐ์ ๊ฐ์ ์ ์ ์ํฉ๋๋ค:
- val user = userFacade.currentUser() ?: throw UserNotFoundException - val question = questionRepository.findById(questionId) ?: throw QuestionNotFoundException + val user = userFacade.currentUser() ?: throw UserNotFoundException() + val question = questionRepository.findById(questionId) ?: throw QuestionNotFoundException(questionId) - if (user != question.user) throw UserMisMatchException + if (user != question.user) throw UserMisMatchException(user.id, question.user.id)์ด๋ ๊ฒ ํ๋ฉด ์์ธ์ ๋ ๋ง์ ์ปจํ ์คํธ ์ ๋ณด๋ฅผ ์ ๊ณตํ ์ ์์ด ๋๋ฒ๊น ์ด ์ฉ์ดํด์ง๋๋ค.
src/main/kotlin/org/meogo/domain/question/domain/Question.kt (1)
33-35
:questionType
์์ฑ์ด ์ ์ ํ ์ถ๊ฐ๋์์ต๋๋ค.
QuestionType
enum์ ์ฌ์ฉํ์ฌ ํ์ ์์ ์ฑ์ ๊ฐ์ ํ ๊ฒ์ ์ข์ ์ ๊ทผ์ ๋๋ค.EnumType.STRING
์ ์ฌ์ฉํ์ฌ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ฌธ์์ด๋ก ์ ์ฅํ๋ ๊ฒ๋ ์ ์ ํฉ๋๋ค.
QuestionType
enum์ ๋ํ ๋ฌธ์ํ๋ฅผ ์ถ๊ฐํ๋ ๊ฒ์ด ์ข๊ฒ ์ต๋๋ค. ๊ฐ enum ๊ฐ์ด ์ด๋ค ์๋ฏธ๋ฅผ ๊ฐ์ง๋์ง ์ค๋ช ํด์ฃผ์ธ์.src/main/kotlin/org/meogo/domain/question/presentation/QuestionController.kt (4)
34-36
: ๋ฐํ ํ์ ๋ช ์๋ฅผ ํตํ ์ฝ๋ ๋ช ํ์ฑ ํฅ์ํ์ฌ
createQuestion
ํจ์๋ ๋ฐํ ํ์ ์ ๋ช ์ํ๊ณ ์์ง ์์ต๋๋ค. ๋ช ์์ ์ผ๋ก ๋ฐํ ํ์ ์ ์ง์ ํ๋ฉด ์ฝ๋์ ๊ฐ๋ ์ฑ๊ณผ ์ ์ง๋ณด์์ฑ์ด ํฅ์๋ฉ๋๋ค.์๋ฅผ ๋ค์ด:
@PostMapping fun createQuestion( @Valid @RequestBody request: QuestionRequest ): ResponseEntity<Void> { createQuestionService.execute(request) return ResponseEntity.status(HttpStatus.CREATED).build() }
38-46
: RESTful API ์ค๊ณ ์์น์ ๋ฐ๋ฅธ Endpoint ์์ ์ ์
@PatchMapping("/modify")
์@RequestParam
์ ์ฌ์ฉํ๊ณ ์๋๋ฐ, RESTful ๊ด๋ก์ ๋ฐ๋ผ@PatchMapping("/{questionId}")
์@PathVariable
์ ์ฌ์ฉํ๋ ๊ฒ์ด ๋ ์ ์ ํฉ๋๋ค.์ฝ๋ ์์ ์์:
@PatchMapping("/{questionId}") fun modifyQuestion( @PathVariable questionId: Long, @Valid @RequestBody request: ModifyQuestionRequest ) = modifyQuestionService.execute(questionId, request)
47-49
: Endpoint ๋ช ๋ช ๊ท์น ๊ฐ์
@GetMapping("/query")
๋ณด๋ค ๋ ๋ช ํํ Endpoint๋ฅผ ์ฌ์ฉํ๋ฉด ์ฌ์ฉ์ ์ดํด์ ๋์์ด ๋ฉ๋๋ค. ์๋ฅผ ๋ค์ด,@GetMapping("/school/{schoolId}")
์ ๊ฐ์ด ์ค์ ํ๊ณ@PathVariable
์ ์ฌ์ฉํ๋ ๊ฒ์ด ์ข์ต๋๋ค.์ฝ๋ ์์ ์์:
@GetMapping("/school/{schoolId}") fun querySchoolQuestion(@PathVariable schoolId: Int) = querySchoolQuestionService.execute(schoolId)
51-54
: DELETE ๋ฉ์๋์ Endpoint ๊ฐ์
@DeleteMapping("/delete")
๋์@DeleteMapping("/{questionId}")
์@PathVariable
์ ์ฌ์ฉํ์ฌ RESTfulํ API๋ฅผ ๊ตฌ์ฑํ๋ ๊ฒ์ด ์ข์ต๋๋ค.์ฝ๋ ์์ ์์:
@DeleteMapping("/{questionId}") @ResponseStatus(HttpStatus.NO_CONTENT) fun deleteQuestion(@PathVariable questionId: Long) = deleteQuestionService.execute(questionId)
๐ Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
๐ Files selected for processing (14)
- src/main/kotlin/org/meogo/domain/comment/presentation/CommentController.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/domain/Question.kt (2 hunks)
- src/main/kotlin/org/meogo/domain/question/domain/QuestionRepository.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/enum/QuestionType.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/presentation/QuestionController.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/presentation/dto/request/ModifyQuestionRequest.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/presentation/dto/request/QuestionRequest.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/presentation/dto/response/QuerySchoolQuestionResponse.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/service/CreateQuestionService.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/service/DeleteQuestionService.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/service/ModifyQuestionService.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/question/service/QuerySchoolQuestionService.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/review/presentation/dto/response/ReviewPictureResponse.kt (1 hunks)
- src/main/kotlin/org/meogo/domain/review/service/QueryReviewPictureService.kt (1 hunks)
๐ Additional comments not posted (21)
src/main/kotlin/org/meogo/domain/question/presentation/dto/response/QuerySchoolQuestionResponse.kt (2)
1-1
: ํจํค์ง ์ ์ธ์ด ์ ์ ํฉ๋๋ค.ํจํค์ง ์ด๋ฆ์ด Kotlin ๋ช ๋ช ๊ท์น์ ๋ฐ๋ฅด๊ณ ์์ผ๋ฉฐ, ํ๋ ์ ํ ์ด์ ๊ณ์ธต์ ์๋ต DTO์ ๋ํ ๊ตฌ์กฐ๋ฅผ ์ ๋ํ๋ด๊ณ ์์ต๋๋ค.
3-3
: import ๋ฌธ์ด ์ ์ ํฉ๋๋ค.
QuestionType
์ ๋ฐ์ดํฐ ํด๋์ค์์ ์ฌ์ฉํ๊ณ ์์ผ๋ฏ๋ก ์ด import ๋ฌธ์ ํ์ํฉ๋๋ค.QuestionType
์ด enum ํด๋์ค์ธ ๊ฒ์ผ๋ก ๋ณด์ด๋ฉฐ, ์ด๋ ๋ค์ํ ์ง๋ฌธ ์ ํ์ ํํํ๋ ๋ฐ ์ ํฉํฉ๋๋ค.src/main/kotlin/org/meogo/domain/question/presentation/dto/request/ModifyQuestionRequest.kt (2)
1-4
: ํจํค์ง ์ ์ธ๊ณผ ์ํฌํธ๊ฐ ์ ์ ํฉ๋๋ค.ํจํค์ง ์ด๋ฆ์ด Kotlin ๋ช ๋ช ๊ท์น์ ๋ฐ๋ฅด๊ณ ์์ผ๋ฉฐ, ์ง๋ฌธ ๋๋ฉ์ธ์ DTO์ ์ ํฉํด ๋ณด์ ๋๋ค.
QuestionType
enum๊ณผSize
์ ์ฝ ์กฐ๊ฑด์ ๋ํ ์ํฌํธ๊ฐ ์ฌ๋ฐ๋ฅด๊ฒ ์ฌ์ฉ๋์์ต๋๋ค.
6-6
: ๋ฐ์ดํฐ ํด๋์ค ์ ์ธ์ด ์ ์ ํฉ๋๋ค.
ModifyQuestionRequest
๋ผ๋ ํด๋์ค ์ด๋ฆ์ด ์ง๋ฌธ ์์ ์ ์ํ ์์ฒญ ๊ฐ์ฒด์ ๋ชฉ์ ์ ๋ช ํํ ๋ํ๋ด๊ณ ์์ต๋๋ค. DTO์ ๋ฐ์ดํฐ ํด๋์ค๋ฅผ ์ฌ์ฉํ ๊ฒ์ ์ ์ ํ ์ ํ์ ๋๋ค.src/main/kotlin/org/meogo/domain/question/domain/QuestionRepository.kt (3)
6-6
: LGTM: save ๋ฉ์๋๊ฐ ์ฌ๋ฐ๋ฅด๊ฒ ์ถ๊ฐ๋์์ต๋๋ค.save ๋ฉ์๋์ ์๋ช ์ด Spring Data ๊ท์น์ ๋ฐ๋ฅด๊ณ ์์ผ๋ฉฐ, Question ๊ฐ์ฒด๋ฅผ ์ ์ฅํ๋ ๋ฐ ์ ํฉํฉ๋๋ค.
12-12
: LGTM: deleteById ๋ฉ์๋๊ฐ ์ฌ๋ฐ๋ฅด๊ฒ ์ถ๊ฐ๋์์ต๋๋ค.deleteById ๋ฉ์๋์ ์๋ช ์ด Spring Data ๊ท์น์ ๋ฐ๋ฅด๊ณ ์์ผ๋ฉฐ, ID๋ฅผ ๊ธฐ๋ฐ์ผ๋ก Question ๊ฐ์ฒด๋ฅผ ์ญ์ ํ๋ ๋ฐ ์ ํฉํฉ๋๋ค.
Line range hint
1-13
: PR ๋ชฉํ์ ๋ถํฉํ๋ Question CRUD ๊ธฐ๋ฅ์ด ์ฑ๊ณต์ ์ผ๋ก ๊ตฌํ๋์์ต๋๋ค.QuestionRepository ์ธํฐํ์ด์ค์ ์ถ๊ฐ๋ ๋ฉ์๋๋ค์ PR์ ๋ชฉํ์ธ ์ง๋ฌธ์ ๋ํ CRUD ๊ธฐ๋ฅ์ ์ ๊ตฌํํ๊ณ ์์ต๋๋ค. save, findById, findBySchoolId, deleteById ๋ฉ์๋๋ค์ด ์ถ๊ฐ๋์ด ๊ธฐ๋ณธ์ ์ธ CRUD ์์ ์ ์ํํ ์ ์๊ฒ ๋์์ต๋๋ค.
์ด ๋ณ๊ฒฝ์ฌํญ๋ค์ Spring Data์ ๊ท์น์ ์ ๋ฐ๋ฅด๊ณ ์์ผ๋ฉฐ, ์ ๋ฐ์ ์ผ๋ก ์ ๊ตฌํ๋์์ต๋๋ค. ๋จ, findBySchoolId ๋ฉ์๋์ ๋ฐํ ํ์ ๊ณผ ๋งค๊ฐ๋ณ์ ํ์ ์ ๋ํด ์ ์ํ ๊ฐ์ ์ฌํญ์ ๊ณ ๋ คํด๋ณด์๊ธฐ ๋ฐ๋๋๋ค.
์ด๋ฌํ ๋ณ๊ฒฝ์ฌํญ๋ค์ PR์์ ์ธ๊ธ๋ ์ง๋ฌธ ๊ด๋ฆฌ ๊ธฐ๋ฅ์ ํจ๊ณผ์ ์ผ๋ก ์ง์ํ ๊ฒ์ผ๋ก ๋ณด์ ๋๋ค.
src/main/kotlin/org/meogo/domain/question/presentation/dto/request/QuestionRequest.kt (2)
1-11
: ์ ๋ฐ์ ์ธ ๊ตฌ์กฐ๊ฐ ์ ์ค๊ณ๋์์ต๋๋ค.์ด ๋ฐ์ดํฐ ํด๋์ค๋ ์ง๋ฌธ ์์ฒญ์ ์ํ DTO๋ก ์ ๊ตฌ์ฑ๋์ด ์์ต๋๋ค. ๊ฐ ํ๋์ ํ์ ์ด ์ ์ ํ๊ฒ ์ ํ๋์์ผ๋ฉฐ, ํ์ํ import ๋ฌธ๋ ์ฌ๋ฐ๋ฅด๊ฒ ํฌํจ๋์ด ์์ต๋๋ค.
8-9
: content ํ๋์ ํฌ๊ธฐ ์ ํ์ด ์ ์ ํฉ๋๋ค.content ํ๋์ ๋ํ ํฌ๊ธฐ ์ ํ(1-100์)์ ์ ์ ํ ๊ฒ์ผ๋ก ๋ณด์ ๋๋ค. ์ด๋ ๋๋ฌด ์งง๊ฑฐ๋ ๊ธด ์ง๋ฌธ ๋ด์ฉ์ ๋ฐฉ์งํ๋ ๋ฐ ๋์์ด ๋ ๊ฒ์ ๋๋ค.
src/main/kotlin/org/meogo/domain/question/service/DeleteQuestionService.kt (1)
1-9
: ํจํค์ง ์ ์ธ ๋ฐ ์ํฌํธ๊ฐ ์ ์ ํฉ๋๋ค.ํจํค์ง ์ ์ธ๊ณผ ์ํฌํธ ๋ฌธ์ด ์ฌ๋ฐ๋ฅด๊ฒ ์์ฑ๋์์ต๋๋ค. ํ์ํ ๋ชจ๋ ์์กด์ฑ์ด ํฌํจ๋์ด ์์ผ๋ฉฐ ๋ถํ์ํ ์ํฌํธ๋ ์์ต๋๋ค.
src/main/kotlin/org/meogo/domain/question/service/QuerySchoolQuestionService.kt (2)
8-11
: ํด๋์ค ๊ตฌ์กฐ๊ฐ ์ ์ ํฉ๋๋ค.์๋น์ค ํด๋์ค์ ๊ตฌ์กฐ๊ฐ Spring ๋ชจ๋ฒ ์ฌ๋ก๋ฅผ ์ ๋ฐ๋ฅด๊ณ ์์ต๋๋ค.
@Service
์ด๋ ธํ ์ด์ ๊ณผ ์์ฑ์ ์ฃผ์ ์ ์ฌ๋ฐ๋ฅด๊ฒ ์ฌ์ฉํ๊ณ ์์ต๋๋ค.
13-26
:โ ๏ธ Potential issue
execute
๋ฉ์๋ ๊ตฌํ์ ๋ํ ๋ช ๊ฐ์ง ๊ณ ๋ ค์ฌํญ
findBySchoolId
๋ฉ์๋๊ฐ null์ ๋ฐํํ ์ ์๋ ๊ฒ์ผ๋ก ๋ณด์ ๋๋ค. ์ผ๋ฐ์ ์ผ๋ก ๋ฆฌํฌ์งํ ๋ฆฌ ๋ฉ์๋๋ ๋น ์ปฌ๋ ์ ์ ๋ฐํํ๋ ๊ฒ์ด ์ข์ต๋๋ค.๋ค์ ์คํฌ๋ฆฝํธ๋ฅผ ์คํํ์ฌ
QuestionRepository
์ธํฐํ์ด์ค๋ฅผ ํ์ธํด ์ฃผ์ธ์:
question.format(question.date)
์์format
๋ฉ์๋์ ์ถ์ฒ๊ฐ ๋ช ํํ์ง ์์ต๋๋ค. ์ด ๋ฉ์๋๊ฐQuestion
ํด๋์ค์ ํ์ฅ ํจ์์ธ์ง ํ์ธํด ์ฃผ์ธ์.์๋ต์
name
ํ๋์accountId
๋ฅผ ์ฌ์ฉํ๊ณ ์์ต๋๋ค. ์ด๊ฒ์ด ์๋๋ ๊ฒ์ธ์ง, ์๋๋ฉด ์ค์ ์ด๋ฆ์ ์ฌ์ฉํด์ผ ํ๋์ง ํ์ธํด ์ฃผ์ธ์.์ด๋ฌํ ์ ๋ค์ ๊ฒํ ํ๊ณ ํ์ํ ๊ฒฝ์ฐ ์์ ํด ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค.
src/main/kotlin/org/meogo/domain/review/service/QueryReviewPictureService.kt (3)
22-22
: ์ฐ๋ ๋ณ์ ์ถ์ถ์ด ์ ๋์์ต๋๋ค.
year
๋ณ์๋ฅผ ์ถ์ถํ์ฌ ์ฌ์ฉํ๋ ๊ฒ์ ์ข์ ๋ฐฉ๋ฒ์ ๋๋ค. ์ด๋ ์ฝ๋์ ๊ฐ๋ ์ฑ์ ๋์ด๊ณ ์ ์ง๋ณด์๋ฅผ ์ฉ์ดํ๊ฒ ํฉ๋๋ค.
22-25
: ์ ๋ฐ์ ์ธ ๋ณ๊ฒฝ ์ฌํญ์ด ์ ๊ตฌํ๋์์ต๋๋ค.์ฐ๋ ์ ๋ณด๋ฅผ
ReviewPictureResponse
์ ํฌํจ์ํค๋ ๋ณ๊ฒฝ์ ์ ์ ํ๊ฒ ๊ตฌํ๋์์ต๋๋ค. ์ด ๋ณ๊ฒฝ์ผ๋ก ์ธํด ๋ฆฌ๋ทฐ ์ฌ์ง๊ณผ ๊ด๋ จ๋ ๋ฐ์ดํฐ์ ์๊ฐ์ ์ปจํ ์คํธ๊ฐ ๊ฐ์ ๋์์ต๋๋ค. ๋ค๋ง, ์ด ๋ณ๊ฒฝ์ผ๋ก ์ธํดReviewPictureResponse
๋ฅผ ์ฌ์ฉํ๋ ๋ค๋ฅธ ๋ถ๋ถ๋ค๋ ์ ๋ฐ์ดํธ๊ฐ ํ์ํ ์ ์์ผ๋ฏ๋ก, ์ ์ฒด ์ฝ๋๋ฒ ์ด์ค์์ ์ด ๋ณ๊ฒฝ์ ์ํฅ์ ํ์ธํ๋ ๊ฒ์ด ์ข๊ฒ ์ต๋๋ค.
25-25
:ReviewPictureResponse
์์ฑ์ ๋ณ๊ฒฝ์ด ์ ์ ํ ์ด๋ฃจ์ด์ก์ต๋๋ค.
ReviewPictureResponse
์์ฑ์์year
๋งค๊ฐ๋ณ์๋ฅผ ์ถ๊ฐํ ๊ฒ์ ์ ์ ํฉ๋๋ค. ์ด๋ AI ์์ฝ์์ ์ธ๊ธ๋ ๋ฐ์ดํฐ ๊ตฌ์กฐ ๋ณ๊ฒฝ๊ณผ ์ผ์นํฉ๋๋ค.๋ค์ ์คํฌ๋ฆฝํธ๋ฅผ ์คํํ์ฌ
ReviewPictureResponse
์ ์ฌ์ฉ์ ํ์ธํ์ธ์:โ Verification successful
ReviewPictureResponse
์์ฑ์ ๋ณ๊ฒฝ์ด ์ฑ๊ณต์ ์ผ๋ก ๊ฒ์ฆ๋์์ต๋๋ค.
ReviewPictureResponse
์์ฑ์์year
๋งค๊ฐ๋ณ์๋ฅผ ์ถ๊ฐํ๊ณimage
๋งค๊ฐ๋ณ์๋กpictureUrl
์ด ์ฌ๋ฐ๋ฅด๊ฒ ์ ๋ฌ๋๊ณ ์์์ ํ์ธํ์ต๋๋ค. ์ฝ๋ ์ ๋ฐ์ ๊ฑธ์ณ ์ถ๊ฐ์ ์ธ ์์ ์ด ํ์ํ์ง ์์ต๋๋ค.๐ Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: `ReviewPictureResponse` ์ฌ์ฉ ํ์ธ # Test: `ReviewPictureResponse` ์ฌ์ฉ ๊ฒ์. ์์ ๊ฒฐ๊ณผ: ์๋ก์ด ์์ฑ์ ์๋ช ๋ง ๋ํ๋์ผ ํจ. rg --type kotlin -A 5 $'ReviewPictureResponse'Length of output: 2578
src/main/kotlin/org/meogo/domain/question/service/CreateQuestionService.kt (2)
1-11
: ํจํค์ง ์ ์ธ ๋ฐ ์ํฌํธ๊ฐ ์ ์ ํฉ๋๋ค.ํจํค์ง ์ ์ธ๊ณผ ์ํฌํธ ๋ฌธ์ด ์ ๊ตฌ์ฑ๋์ด ์์ต๋๋ค. ํ์ํ ๋ชจ๋ ํด๋์ค์ ์ธํฐํ์ด์ค๊ฐ ์ํฌํธ๋์ด ์์ผ๋ฉฐ, ๋ถํ์ํ ์ํฌํธ๋ ์์ต๋๋ค.
18-31
:execute
๋ฉ์๋ ๊ตฌํ์ด ์ ๋ฐ์ ์ผ๋ก ์ ๋์ด ์์ต๋๋ค.ํธ๋์ญ์ ์ฒ๋ฆฌ์ ์ฌ์ฉ์ ํ์ธ์ด ์ ์ ํ ๊ตฌํ๋์ด ์์ต๋๋ค. ๊ทธ๋ฌ๋ ๋ค์ ์ฌํญ์ ๊ณ ๋ คํด ๋ณด์๊ธฐ ๋ฐ๋๋๋ค:
request.schoolId
๊ฐ ์ ํจํ ๊ฐ์ธ์ง ํ์ธํ๋ ๋ก์ง์ด ์์ต๋๋ค. ์๋ชป๋schoolId
๊ฐ ์ ๋ ฅ๋ ๊ฒฝ์ฐ ๋ฌธ์ ๊ฐ ๋ฐ์ํ ์ ์์ต๋๋ค. ๋ค์๊ณผ ๊ฐ์ ๊ฒ์ฆ ๋ก์ง์ ์ถ๊ฐํ๋ ๊ฒ์ด ์ข๊ฒ ์ต๋๋ค:val school = schoolRepository.findById(request.schoolId) ?: throw SchoolNotFoundException("School not found with id: ${request.schoolId}")์ด๋ฅผ ์ํด
SchoolRepository
์SchoolNotFoundException
์ ์ถ๊ฐ๋ก ๊ตฌํํด์ผ ํ ์ ์์ต๋๋ค.๋ค์ ์คํฌ๋ฆฝํธ๋ฅผ ์คํํ์ฌ
SchoolRepository
์SchoolNotFoundException
์ ์กด์ฌ ์ฌ๋ถ๋ฅผ ํ์ธํ ์ ์์ต๋๋ค:src/main/kotlin/org/meogo/domain/question/service/ModifyQuestionService.kt (2)
1-11
: ํจํค์ง ์ ์ธ ๋ฐ ์ํฌํธ๊ฐ ์ ์ ํฉ๋๋ค.ํจํค์ง ์ ์ธ๊ณผ ์ํฌํธ๋ ํด๋์ค๋ค์ด
ModifyQuestionService
์ ๊ธฐ๋ฅ์ ์ ํฉํ๊ฒ ๊ตฌ์ฑ๋์ด ์์ต๋๋ค. ๋ถํ์ํ ์ํฌํธ๋ ์์ผ๋ฉฐ, ํ์ํ ๋ชจ๋ ํด๋์ค๊ฐ ์ํฌํธ๋์ด ์์ต๋๋ค.
1-29
: ์ ๋ฐ์ ์ผ๋ก ์ ๊ตฌํ๋ ์๋น์ค ํด๋์ค์ ๋๋ค.
ModifyQuestionService
ํด๋์ค๋ ์ง๋ฌธ ์์ ๊ธฐ๋ฅ์ ์ ์ ํ๊ฒ ๊ตฌํํ๊ณ ์์ต๋๋ค. ์์กด์ฑ ์ฃผ์ , ํธ๋์ญ์ ๊ด๋ฆฌ, ์์ธ ์ฒ๋ฆฌ ๋ฑ์ด ์ ๊ตฌํ๋์ด ์์ผ๋ฉฐ, ์ฝ๋ ๊ตฌ์กฐ์ ๋ก์ง ํ๋ฆ์ด ๋ช ํํฉ๋๋ค. ์ ์๋ ์์ ๊ฐ์ ์ฌํญ๋ค์ ์ ์ฉํ๋ฉด ๋์ฑ ๊ฒฌ๊ณ ํ ์ฝ๋๊ฐ ๋ ๊ฒ์ ๋๋ค.src/main/kotlin/org/meogo/domain/question/domain/Question.kt (2)
3-3
: ์๋ก์ด ์ํฌํธ๊ฐ ์ ์ ํ ์ถ๊ฐ๋์์ต๋๋ค.์๋ก ์ถ๊ฐ๋ ์ํฌํธ๋ค์ ํด๋์ค์ ๋์ ๋ ์๋ก์ด ๊ธฐ๋ฅ์ ์ง์ํ๊ธฐ ์ํด ํ์ํฉ๋๋ค.
QuestionType
enum์ ์ฌ์ฉ์ ํ์ ์์ ์ฑ์ ํฅ์์ํฌ ๊ฒ์ ๋๋ค.Also applies to: 6-6, 9-10
41-45
:modify
๋ฉ์๋๊ฐ ์ถ๊ฐ๋์์ต๋๋ค.
modify
๋ฉ์๋๋ฅผ ํตํดcontent
์questionType
์ ์ฝ๊ฒ ์์ ํ ์ ์๊ฒ ๋ ๊ฒ์ ์ข์ต๋๋ค. ์์ ๋ ์ธ์คํด์ค๋ฅผ ๋ฐํํ๋ ๊ฒ๋ ๋ฉ์๋ ์ฒด์ด๋์ ๊ฐ๋ฅํ๊ฒ ํ์ฌ ์ข์ ๋ฐฉ์์ ๋๋ค.์ด ๋ฉ์๋๊ฐ ๋ณ๊ฒฝ์ฌํญ์ ์๊ตฌ์ ์ผ๋ก ์ ์ฅํ๋ ์ญํ ๋ ๋ด๋นํด์ผ ํ๋์ง ํ์ธ์ด ํ์ํฉ๋๋ค. ๋ค์ ์คํฌ๋ฆฝํธ๋ฅผ ์คํํ์ฌ ์ด ๋ฉ์๋์ ์ฌ์ฉ์ ํ์ธํด ์ฃผ์ธ์:
#!/bin/bash # `modify` ๋ฉ์๋์ ์ฌ์ฉ์ ํ์ธํฉ๋๋ค. rg --type kotlin "\.modify\(" -g '!Question.kt'
close #38
Summary by CodeRabbit
New Features
/delete
์๋ํฌ์ธํธ๋ฅผ ํตํด ์ ๊ณต๋ฉ๋๋ค.Bug Fixes