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: 리뷰 업데이트 시 이미지와 키워드 모두 업데이트 가능하도록 수정 #59

Open
sootudio opened this issue May 21, 2024 · 0 comments
Assignees
Labels
fix 오류 수정 🟢 낮음 천천히 작업해도 됩니다.

Comments

@sootudio
Copy link
Collaborator

sootudio commented May 21, 2024

예외 개요

  • 현재 리뷰를 수정하려고 하면, visited_review테이블에 있는 요소들(activity, rating, review_text) 밖에 수정이 안됨.

예외 원인

  • 시간과 실력 이슈..

작업 내용

  • 리뷰 업데이트 시 이미지와 키워드 모두 업데이트 가능하도록 수정
  • 수정해야 하는 파일
    • Service
      • reviewService.updateReview()
    • DTO
      • updateRequest
    • Mapper
      • reviewMapper
      • reviewKeywordMapper
    • xml
      • review.xml
      • reviewKeyword.xml
      • workspaceKeyword.xml
    • db(적용시켜야 하는)
      • visited_review_image
      • review_keywords
      • workspace_keywords

Todo list

@sootudio sootudio added fix 오류 수정 🟡 보통 급하진 않지만, 필요한 작업입니다. labels May 21, 2024
@sootudio sootudio self-assigned this May 21, 2024
@sootudio sootudio added 🟢 낮음 천천히 작업해도 됩니다. and removed 🟡 보통 급하진 않지만, 필요한 작업입니다. labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 오류 수정 🟢 낮음 천천히 작업해도 됩니다.
Projects
None yet
Development

No branches or pull requests

1 participant