Merged
Conversation
- 웹 랭킹 API: 관리자 Discord ID + config `ranking_excluded_ids` 기반 필터링 - 봇 주간 랭킹: env `ADMIN_DISCORD_IDS` + config `ranking_excluded_ids` 기반 필터링 - config 테이블로 제외 대상 관리 (코드 변경 없이 DB에서 추가/제거 가능) Co-Authored-By: Claude <noreply@anthropic.com>
- 프로필 수정 버튼을 헤더 우측으로 이동 (하단 → 상단) - 푸시 알림 미허용 시 유도 말풍선 표시 (벨 펄스 애니메이션 + 알림 켜기 CTA) - 알림 켜기 성공 시 상세 설정 페이지로 자동 이동 Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
랭킹 필터링
packages/web/src/app/api/ranking/route.tsranking_excluded_idsconfig 기반 필터링 추가packages/bot/src/schedulers/weekly-ranking.tsADMIN_DISCORD_IDS+ configranking_excluded_ids기반 필터링 추가프로필 UX 개선
packages/web/src/app/(user)/profile/page.tsxDesign Decisions
ranking_excluded_ids) 사용ADMIN_DISCORD_IDS+admin_discord_idsconfig 활용Notification.permission기반으로 체크Test Plan
ranking_excluded_ids에 등록된 멤버가 랭킹에서 제외되는지 확인🤖 Generated with Claude Code