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] 세차장 리뷰 기능 + 리뷰 기능 보완 #301

Merged
merged 20 commits into from
Mar 15, 2024

Conversation

linglong67
Copy link
Collaborator

💡 Motivation and Context

세차장 리뷰 기능 개발 및 리뷰 기능 보완


🔨 Modified

세차장 리뷰 기능 개발

  • 대부분 리뷰 기능과 유사합니다

리뷰 기능 보완

  • 로그인 사용자와 리뷰 등록 시 넘어온 memberNo 검증
  • 로그인 사용자와 리뷰 수정, 삭제 시 리뷰 테이블의 memberNo 검증
  • 리뷰 등록 시 에러 세분화 (제품/사용자 데이터 존재여부 체크, 중복된 리뷰 체크)

🌟 More

  • flyway sql domain 모듈로 이동
  • 확장자 등 파일 관련 검증 추가


📋 커밋 전 체크리스트

  • 추가/변경에 대한 단위 테스트를 완료하였습니다.
  • 컨벤션에 맞게 작성하였습니다.

🤟🏻 PR로 완료된 이슈

closes #299
closes #300

@linglong67 linglong67 added 🖥️ BackEnd 서버 관련 💡 Feature 새로운 기능 추가, 혹은 구현 labels Mar 14, 2024
@linglong67 linglong67 self-assigned this Mar 14, 2024
Copy link
Collaborator

@chan99k chan99k left a comment

Choose a reason for hiding this comment

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

대부분 리뷰 쪽이랑 중복되고, 변경사항 구두로 설명받았습니다. 고생하셨습니다!

@linglong67 linglong67 merged commit 95a0d83 into Kernel360:develop Mar 15, 2024
@linglong67 linglong67 deleted the feature/washzone-review-api branch March 15, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥️ BackEnd 서버 관련 💡 Feature 새로운 기능 추가, 혹은 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

세차장 리뷰 기능 개발 리뷰 기능 보완 (사용자 검증 / 등록 시 에러 세분화)
3 participants