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(#200): 발급된 쿠폰 조회 #202

Merged
merged 4 commits into from
Nov 18, 2024
Merged

feat(#200): 발급된 쿠폰 조회 #202

merged 4 commits into from
Nov 18, 2024

Conversation

sh694090
Copy link
Contributor

🔘Part

  • BE

  • FE


🔎 작업 내용

  • 발급된 쿠폰 전체 조회 기능 추가

  • 발급된 쿠폰 필터링 조회 기능 추가


이미지 첨부


🔧 앞으로의 과제

  • 프론트 화면 구현


close #200

@sh694090 sh694090 added the enhancement New feature or request label Nov 18, 2024
@sh694090 sh694090 added this to the Coupon Feature milestone Nov 18, 2024
@sh694090 sh694090 self-assigned this Nov 18, 2024
private LocalDateTime endCouponIssueDate;

public Integer getCouponCategoryCode() {
if (couponCategoryName != null && !couponCategoryName.isEmpty()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

name으로 바로 code를 찾아오는 메서드를 vo에 만들어서 이해하기가 편해요~~

@Hellin22 Hellin22 merged commit 8c86620 into develop Nov 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

FEAT - 발급된 쿠폰 조회
2 participants