hskwon
b6f36cc967
feat: ClientGroup 및 Pricing API 완성 및 Swagger 문서 작성
- ClientGroupService 구현: 고객 그룹 관리 비즈니스 로직 (CRUD + toggle)
- ClientGroupController 구현: 6개 REST API 엔드포인트
- PricingController 구현: 5개 가격 관리 API 엔드포인트
- routes/api.php에 client-groups, pricing 라우트 등록
- ClientGroupApi.php Swagger 문서 작성 (OpenAPI 3.0)
- PricingApi.php Swagger 문서 작성 (OpenAPI 3.0)
- l5-swagger 재생성 완료
추가된 파일:
- app/Services/ClientGroupService.php
- app/Http/Controllers/Api/V1/ClientGroupController.php
- app/Http/Controllers/Api/V1/PricingController.php
- app/Swagger/v1/ClientGroupApi.php
- app/Swagger/v1/PricingApi.php
수정된 파일:
- routes/api.php (라우트 11개 추가)
- CURRENT_WORKS.md (작업 내용 문서화)
API 엔드포인트:
- GET/POST/PUT/DELETE /api/v1/client-groups
- GET/POST /api/v1/pricing (show, bulk, upsert 포함)
2025-10-13 22:06:42 +09:00
..
2025-09-24 22:30:28 +09:00
2025-07-29 16:31:11 +09:00
2025-09-24 14:14:38 +09:00
2025-08-20 20:23:01 +09:00
2025-10-13 22:06:42 +09:00
2025-10-13 21:52:34 +09:00
2025-08-22 15:57:44 +09:00
2025-09-24 22:30:28 +09:00
2025-07-29 13:00:25 +09:00
2025-10-13 22:06:42 +09:00
2025-09-08 02:28:14 +09:00
2025-10-13 22:06:42 +09:00
2025-07-26 14:25:45 +09:00
2025-07-17 10:05:47 +09:00