Skip to content

Conversation

@kfdsy0103
Copy link
Contributor

@kfdsy0103 kfdsy0103 commented Aug 1, 2025

📍 PR 타입 (하나 이상 선택)

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

Close #67

📌 개요

  • 메인 페이지의 나의 등급 조회 API 구현

  • 포인트 적립을 어노테이션 기반 AOP로 하도록 분리

  • 사용 예시

// 키워드 검색 3점
@GetPoint(action = PointAction.KEYWORD_SEARCH)
public DatePlace keywordSearch() {
}

// 취향 테스트 20점
@GetPoint(action = PointAction.COMPLETE_TEST)
public void test() {
}

// 그 밖의 행동
@GetPoint(action = ...)
public void method() {
}

🔁 변경 사항

  • Member 엔티티에 point 필드 추가

📸 스크린샷 (Optional)

image image

👀 기타 더 이야기해볼 점 (Optional)

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

@kfdsy0103 kfdsy0103 self-assigned this Aug 1, 2025
@kfdsy0103 kfdsy0103 added the ✨feature Implement feature label Aug 1, 2025
@kfdsy0103 kfdsy0103 linked an issue Aug 1, 2025 that may be closed by this pull request
@kfdsy0103 kfdsy0103 merged commit 4f479a3 into develop Aug 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨feature Implement feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ [Feat] 회원 등급 설계 및 포인트 조회

3 participants