Skip to content

feat: INCOMPLETE 파싱 알림 타입·SSE 상태 대응 - #521

Merged
kanghaeun merged 3 commits into
devfrom
feature/519-notification-incomplete
Aug 15, 2026
Merged

feat: INCOMPLETE 파싱 알림 타입·SSE 상태 대응#521
kanghaeun merged 3 commits into
devfrom
feature/519-notification-incomplete

Conversation

@m-a-king

Copy link
Copy Markdown
Contributor

서버가 파싱이 일부만 끝난 경우 ITEM_PARSING_INCOMPLETE 알림과 status=INCOMPLETE SSE 를 새로 보낸다 (TeamPiKi/core#945). 클라는 모르는 타입이라 switch default 로 빠져 알림을 눌러도 아무 데도 가지 않는다.

무엇을

지점 처리
알림함 / 푸시 / SSE 라우팅 케이스 추가. 목적지는 기존 파싱 알림과 동일 (위시 또는 토너먼트 담기 화면)
SSE 토스트 실패와 갱신 대상이 같아 케이스를 합치고 문구만 info 로 분기. 실패가 아니라 "채워 주세요" 안내라서다
타입 NotificationTypeT, PUSH_NOTIFICATION_TYPE, DeepLinkPayloadT, SilentSyncSsePayloadT.status 에 값 추가

참고

위시 카드와 아이템 상태 대응은 #518 로 분리했다. 두 PR 은 파일이 겹치지 않아 독립적으로 머지할 수 있다.


연관 이슈

@m-a-king m-a-king added feature New feature or request WEB labels Aug 15, 2026
@m-a-king m-a-king linked an issue Aug 15, 2026 that may be closed by this pull request
@m-a-king m-a-king self-assigned this Aug 15, 2026
@vercel

vercel Bot commented Aug 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
piki Ready Ready Preview Aug 15, 2026 4:31pm

@github-actions

Copy link
Copy Markdown

Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다.

@coderabbitai

coderabbitai Bot commented Aug 15, 2026

Copy link
Copy Markdown

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: aedd7fa0-aad2-42df-93d6-95b44001dbc2


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.

m-a-king and others added 2 commits August 16, 2026 01:12
- 서버가 파싱이 일부만 끝난 경우 ITEM_PARSING_INCOMPLETE 알림과 status=INCOMPLETE SSE 를 보낸다 (TeamPiKi/core#945). 모르는 타입이라 switch default 로 빠져 딥링크가 동작하지 않았다
- 알림함·푸시·SSE 세 라우팅에 케이스를 더한다. 목적지는 기존 파싱 알림과 같다(위시 또는 토너먼트 담기 화면)
- SSE 토스트는 실패와 갱신 대상이 같아 케이스를 합치되 문구만 info 로 가른다 — 실패가 아니라 "채워 주세요" 안내라서다
@kanghaeun kanghaeun changed the title INCOMPLETE 파싱 알림 타입·SSE 상태 대응 feat: INCOMPLETE 파싱 알림 타입·SSE 상태 대응 Aug 15, 2026
@kanghaeun
kanghaeun force-pushed the feature/519-notification-incomplete branch from 46a2e53 to 351a437 Compare August 15, 2026 16:25
@kanghaeun
kanghaeun merged commit 7b929ce into dev Aug 15, 2026
7 checks passed
@kanghaeun
kanghaeun deleted the feature/519-notification-incomplete branch August 15, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request WEB

Projects

None yet

Development

Successfully merging this pull request may close these issues.

INCOMPLETE 파싱 알림 타입·SSE 상태 대응

2 participants