feat: 발송 관리 페이지 구현 (#23) #24
No reviewers
SPMS/Owners
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_WEB#24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/SPMS-23-statistics-pages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 작업 요약
/statistics) 구현: 4개 통계 카드, 월간 추이 차트, 플랫폼별 도넛 차트, 시간대별 바 차트, 최근 이력 테이블, 오픈율 Top5/statistics/history) 구현: 필터, 테이블, 슬라이드 패널, 페이지네이션🔗 관련 이슈 (Related Issues)
Closes #23
🛠️ 작업 내용 (Changes)
types.ts— 타입 정의 + 목 데이터 15건 (SendHistory에 messageId 추가)StatsSummaryCards— 4개 통계 카드 (대시보드 스타일 통일, 성공률/실패율 카드 리디자인)MonthlyTrendChart— SVG 라인 차트 (발송/성공/오픈 3라인, 호버 툴팁)PlatformDistribution— SVG 도넛 차트 (iOS/Android, 범례)HourlyBarChart— CSS 바 차트 (24시간, 호버 툴팁)RecentHistoryTable— 최근 5건 테이블 (전체 보기 링크)OpenRateTop5— 오픈율 Top 5 랭킹 (프로그레스 바)HistorySlidePanel— 발송 상세 슬라이드 패널 (기본 정보, 발송 결과, 실패 사유, 발송 내용)StatisticsPage— 통계 페이지 조립 (날짜/서비스 필터)StatisticsHistoryPage— 이력 페이지 조립 (검색/서비스/상태/날짜 필터, 페이지네이션)AppHeader— 브레드크럼 그룹 라벨 처리 (발송 관리 > 발송 통계/발송 이력)MessageListPage— URL 쿼리 파라미터(messageId) 수신하여 자동 필터 적용📢 리뷰어 참고 사항 (To Reviewers)
?messageId=xxx로 메시지 관리 페이지 이동 후 자동 검색✅ 체크리스트 (Self Checklist)
npx tsc --noEmit)📸 스크린샷 / 테스트 로그 (Screenshots/Logs)