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: 어드민 혜택 상점 및 자동완성 검색기능 추가 #906

Merged
merged 19 commits into from
Sep 23, 2024

Conversation

BaeJinho4028
Copy link
Collaborator

@BaeJinho4028 BaeJinho4028 commented Sep 20, 2024

🔥 연관 이슈

🚀 작업 내용

  1. 어드민 권한 혜택 카테고리 및 혜택이 있는 상점 조회/생성/삭제 기능
  2. 자동완성 검색기능 (검색하면 밑에 연관검색어 뜨는 것 ex. '고' -> 고라니, 고등학교, 고구마)

💬 리뷰 중점사항

Normal 버전에 on/off image_url이 없어서 추가하였고, json 필드를 snake_case로 통일했습니다.

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

github-actions bot commented Sep 20, 2024

Unit Test Results

306 tests   305 ✔️  1m 21s ⏱️
  35 suites      1 💤
  35 files        0

Results for commit 723fb68.

♻️ 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.

수고하셨습니다~ 코멘트 몇개만 확인해주세요!

Copy link
Member

@Choi-JJunho Choi-JJunho left a comment

Choose a reason for hiding this comment

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

크리티컬하진 않은 문제들이라 �Approve 드립니다.
코멘트 확인 부탁드릴게요

String offImageUrl
) {

public static InnerBenefitResponse from(BenefitCategory benefitCategory) {
Copy link
Member

Choose a reason for hiding this comment

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

C

외부에서 InnerBenefitResponse 를 만들어서 사용할 일이 있나요?
없다면 접근제어자를 private으로 설정하는건 어떨까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

잊고있었네요. 좋은 지적 감사합니다! 아래도 동일하게 수정하겠습니다!

String name
) {

public static InnerShopResponse from(Shop shop) {
Copy link
Member

Choose a reason for hiding this comment

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

C

외부에서 InnerBenefitResponse 를 만들어서 사용할 일이 있나요?
없다면 접근제어자를 private으로 설정하는건 어떨까요?

ditto


void deleteById(Integer id);

int count();;
Copy link
Member

Choose a reason for hiding this comment

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

R

세미콜론 두개👀

@BaeJinho4028 BaeJinho4028 merged commit 4fe623a into develop Sep 23, 2024
4 checks passed
@BaeJinho4028 BaeJinho4028 deleted the feature/885-admin-benefit-shops branch September 23, 2024 01:32
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.

어드민 혜택 상점 조회, 추가, 삭제, 검색 API 작성
3 participants