[Improvement] 태그 관리 API 프론트엔드 연동 수정 (tag_index, service_id, 전체조회) #267
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_API#267
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?
배경
프론트엔드 태그 관리 페이지 연동 과정에서 3가지 문제 발견
수정 항목
1. tag_index 추가
TagSummaryDto에tag_index필드 추가TagService.GetListAsync에서 서비스별 Id 순서 기준 1-based 순번 동적 계산2. service_id 노출
ServiceSummaryDto에service_id필드 추가ServiceResponseDto에service_id필드 추가ServiceManagementService의MapToSummaryDto,MapToDto매핑 수정3. X-Service-Code 없이 전체 태그 조회
ServiceCodeMiddleware의 OPTIONAL_FOR_ADMIN에/v1/in/tag경로 추가수정 파일
SPMS.Application/DTOs/Tag/TagListResponseDto.csSPMS.Application/Services/TagService.csSPMS.Application/DTOs/Service/ServiceListResponseDto.csSPMS.Application/DTOs/Service/ServiceResponseDto.csSPMS.Application/Services/ServiceManagementService.csSPMS.API/Middlewares/ServiceCodeMiddleware.cs