Skip to content

Feat/#117 point system#134

Merged
Qbooo merged 6 commits into
ValanSee:devfrom
5solbin:feat/#117-point_system
Apr 24, 2026
Merged

Feat/#117 point system#134
Qbooo merged 6 commits into
ValanSee:devfrom
5solbin:feat/#117-point_system

Conversation

@5solbin
Copy link
Copy Markdown
Contributor

@5solbin 5solbin commented Apr 22, 2026

No description provided.

5solbin added 6 commits April 21, 2026 21:39
- PointType enum 추가 (SIGN_UP, POST_CREATE, COMMENT_CREATE, POST_VOTED, HOT_ISSUE)
- PointHistory 엔티티 및 Repository 추가
- PointService / PointServiceImpl 추가 (가입 100pt, 게시물 50pt, 댓글 10pt, 투표참여 5pt)
- MemberProfile에 point 필드 추가 (기본값 0) 및 addPoint() 추가
- 프로필 최초 생성 시 회원가입 포인트 100pt 지급
- 게시물 작성 시 작성자에게 50pt 지급
- 댓글 작성(부모) 시 작성자에게 10pt 지급
- 투표 참여 시 게시물 작성자에게 5pt 지급 (자기 게시물 제외)
- 포인트 랭킹 API 추가 (GET /point/ranking, 공개)
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2f81cade-3244-4aa7-a010-619c51146871

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Qbooo Qbooo merged commit f4791bc into ValanSee:dev Apr 24, 2026
1 check passed
@5solbin 5solbin deleted the feat/#117-point_system branch April 28, 2026 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants