SPMS_API/SPMS.Application/Interfaces
SEAN 6879d5e1fd feat: 서비스 태그 목록/수정 API 구현 (#70)
- ServiceTagsRequestDto, UpdateServiceTagsRequestDto, ServiceTagsResponseDto 생성
- IServiceManagementService에 GetTagsAsync, UpdateTagsAsync 추가
- ServiceManagementService에 태그 JSON 파싱/직렬화 로직 구현
- ServiceController에 POST tags/list, tags/update 엔드포인트 추가
- 태그 최대 10개 제한, 변경 없음 감지

Closes #70
2026-02-10 11:27:37 +09:00
..
IAccountService.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
IAuthService.cs merge: develop 머지 충돌 해결 (Profile + EmailVerify + PasswordReset 통합) 2026-02-10 11:07:08 +09:00
ICredentialEncryptionService.cs feat: APNs/FCM 키 등록 및 조회 API 구현 (#48) 2026-02-10 00:28:47 +09:00
IE2EEService.cs feat: E2EE 암호화 유틸리티 구현 (#28) 2026-02-09 16:33:38 +09:00
IEmailService.cs feat: 이메일 인증 인프라 및 API 구현 (#64) 2026-02-10 10:52:47 +09:00
IJwtService.cs feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
IServiceManagementService.cs feat: 서비스 태그 목록/수정 API 구현 (#70) 2026-02-10 11:27:37 +09:00
ITokenStore.cs feat: 이메일 인증 인프라 및 API 구현 (#64) 2026-02-10 10:52:47 +09:00