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

[BSVR-229] 등록 플로우 시야 후기, 직관 후기 분리 #158

Merged
merged 5 commits into from
Aug 23, 2024

Conversation

pminsung12
Copy link
Collaborator

@pminsung12 pminsung12 commented Aug 23, 2024

📌 개요 (필수)


🔨 작업 사항 (필수)

  • 직관 후기와 시야 후기는 등록, 조회 플로우가 완전히 같기 떄문에(다른 건 사진 뿐) 등록 api를 통일했어요.
  • request body에 reveiwType 컬럼을 추가해서 VIEW면 시야후기, FEED면 직관 후기로 리뷰 테이블에 등록하도록 했어요.
  • body에 reviewType이 들어오지 않으면 디폴트로 'VIEW'로 저장되도록 했어요.
  • 리뷰 응답 필드에도 reviewType 필드를 추가했어요.

⚡️ 관심 리뷰 (선택)

  • x

🌱 연관 내용 (선택)

  • dev, prod에 review_type 컬럼 추가
ALTER TABLE reviews ADD COLUMN review_type VARCHAR(15) NOT NULL DEFAULT 'VIEW';

💻 실행 화면 (필수)

image

@pminsung12 pminsung12 added the ✨ Feature 기능 개발 label Aug 23, 2024
@pminsung12 pminsung12 self-assigned this Aug 23, 2024
Copy link

Test Results

52 tests  ±0   52 ✅ ±0   1s ⏱️ ±0s
17 suites ±0    0 💤 ±0 
17 files   ±0    0 ❌ ±0 

Results for commit 55b3ce0. ± Comparison against base commit 8047eb3.

Copy link
Member

@wjdwnsdnjs13 wjdwnsdnjs13 left a comment

Choose a reason for hiding this comment

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

확인했엉~~

@pminsung12 pminsung12 merged commit b222db3 into main Aug 23, 2024
5 checks passed
@pminsung12 pminsung12 deleted the feat/BSVR-229 branch August 23, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants