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-227] 스크랩 토글 API 구현 #155

Merged
merged 6 commits into from
Aug 22, 2024
Merged

[BSVR-227] 스크랩 토글 API 구현 #155

merged 6 commits into from
Aug 22, 2024

Conversation

pminsung12
Copy link
Collaborator

📌 개요 (필수)


🔨 작업 사항 (필수)

  • controller, service, repository 구현
  • 테스트코드 구현

⚡️ 관심 리뷰 (선택)

  • X

🌱 연관 내용 (선택)

  • review scrap 테이블 추가
CREATE TABLE `review_scraps` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `deleted_at` datetime DEFAULT NULL,
  `member_id` bigint NOT NULL ,
  `review_id` bigint NOT NULL ,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

💻 실행 화면 (필수)

  • 테스트 통과

image

  • 추가할 땐 true 반환, 제거할 땐 false 반환

image

  • review scrap 테이블 추가
image

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

Test Results

50 tests  +5   50 ✅ +5   0s ⏱️ ±0s
17 suites +1    0 💤 ±0 
17 files   +1    0 ❌ ±0 

Results for commit 117b987. ± Comparison against base commit 981349b.

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.

LGTM!

@pminsung12 pminsung12 merged commit ac39d25 into main Aug 22, 2024
5 checks passed
@pminsung12 pminsung12 deleted the feat/BSVR-227 branch August 22, 2024 05:06
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