[Feature] 메시지 관리 페이지 API 연동 #35
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#35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
설명
메시지 관리 페이지(목록/등록/상세)가 Mock 데이터로 동작 중이므로, swagger 기준 API를 연동하고 Mock 데이터를 제거한다.
UI 컴포넌트의 JSX/렌더링은 변경하지 않고 데이터 로직만 변경.
체크리스트
types.ts— Mock 데이터 삭제, swagger 기준 snake_case 타입 추가message.api.ts— 신규 생성 (목록/상세/저장/삭제/검증 API)MessageListPage.tsx— fetchMessages API 연동, 서비스 필터 실제 로드MessageSlidePanel.tsx— fetchMessageInfo/deleteMessage API 연동MessageRegisterPage.tsx— fetchServices/validateMessage/saveMessage API 연동MessagePreview.tsx— 빈 내용 시 플레이스홀더 제거npx tsc --noEmit타입 검증 통과