feat: 태그 관리 페이지 API 연동 (#41) #42
No reviewers
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#42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/SPMS-41-tag-api-integration"
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?
📋 작업 요약
/v1/in/tag/*)로 교체🔗 관련 이슈 (Related Issues)
Closes #41
🛠️ 작업 내용 (Changes)
src/api/tag.api.ts신규 생성 (list/create/update/delete POST 엔드포인트)src/features/tag/types.tsAPI 요청/응답 타입 정의 (Mock 데이터 제거)src/features/tag/pages/TagManagePage.tsxAPI 연동 (서버 페이지네이션, 서비스 탭 필터링, CRUD)src/features/tag/components/TagAddModal.tsx서비스 목록 동적화 + 입력 제한 (태그명 50자, 설명 200자)src/features/tag/components/TagCard.tsxtagCode 우측 배치 + 클릭 시 클립보드 복사 + 설명 200자 제한src/features/service/types.tsServiceSummary에 serviceId 필드 추가📢 리뷰어 참고 사항 (To Reviewers)
X-Service-Code헤더 필수 (백엔드 미들웨어 요구)tag_code필드가 update/delete 요청에도 필수 (백엔드 DTO 검증)tag_name,service_name) 처리 완료✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)
npx tsc --noEmit통과