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: 어드민 상점 혜택 카테고리 수정 기능 추가 #942

Merged
merged 11 commits into from
Oct 4, 2024

Conversation

BaeJinho4028
Copy link
Collaborator

@BaeJinho4028 BaeJinho4028 commented Oct 3, 2024

🔥 연관 이슈

🚀 작업 내용

  1. 어드민 상점 혜택 카테고리 수정 기능 추가했습니다.

💬 리뷰 중점사항

명세서대로 어드민 상점 혜택 카테고리 수정 기능 추가 및 테스트 간단하게 작성하였습니다.

@BaeJinho4028 BaeJinho4028 added 기능 새로운 기능을 개발합니다. Team Business 비즈니스 팀에서 작업할 이슈입니다 labels Oct 3, 2024
@BaeJinho4028 BaeJinho4028 self-assigned this Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Unit Test Results

311 tests  +1   310 ✔️ +1   1m 12s ⏱️ -9s
  35 suites ±0       1 💤 ±0 
  35 files   ±0       0 ±0 

Results for commit 10c5923. ± Comparison against base commit a37767d.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@20HyeonsuLee 20HyeonsuLee left a comment

Choose a reason for hiding this comment

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

후다닥 작업해주셨네요👍👍 코멘트 하나만 확인해주세요~!

Comment on lines +66 to +68
BenefitCategory benefitCategory = adminBenefitCategoryRepository.getById(categoryId);
benefitCategory.update(request.title(), request.detail(), request.onImageUrl(), request.offImageUrl());
return AdminModifyBenefitCategoryResponse.from(benefitCategory);
Copy link
Contributor

Choose a reason for hiding this comment

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

C

수정할때도 동일한 이름의 카테고리가 있는지 검증해줄 필요가 있어보여요

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

맞네요. 좋은 피드백 감사합니다. 👍

Copy link
Contributor

@krSeonghyeon krSeonghyeon left a comment

Choose a reason for hiding this comment

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

고생하셨습니다

Copy link
Collaborator

@songsunkook songsunkook left a comment

Choose a reason for hiding this comment

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

👍 👍

@BaeJinho4028 BaeJinho4028 merged commit 565948c into develop Oct 4, 2024
4 checks passed
@BaeJinho4028 BaeJinho4028 deleted the feature/941-admin-benefit-modification branch October 4, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Business 비즈니스 팀에서 작업할 이슈입니다 기능 새로운 기능을 개발합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

어드민 상점 혜택 카테고리 수정 기능 추가
4 participants