kent
05a53cdc8e
feat: G-1 작업지시 관리 API 구현
- 작업지시 테이블 마이그레이션 (work_orders, work_order_items, work_order_bending_details, work_order_issues)
- 작업지시 모델 4개 (WorkOrder, WorkOrderItem, WorkOrderBendingDetail, WorkOrderIssue)
- WorkOrderService 비즈니스 로직 구현
- WorkOrderController REST API 엔드포인트 11개
- FormRequest 검증 클래스 5개
- Swagger API 문서화 완료
API Endpoints:
- GET /work-orders (목록)
- GET /work-orders/stats (통계)
- POST /work-orders (등록)
- GET /work-orders/{id} (상세)
- PUT /work-orders/{id} (수정)
- DELETE /work-orders/{id} (삭제)
- PATCH /work-orders/{id}/status (상태변경)
- PATCH /work-orders/{id}/assign (담당자배정)
- PATCH /work-orders/{id}/bending/toggle (벤딩토글)
- POST /work-orders/{id}/issues (이슈등록)
- PATCH /work-orders/{id}/issues/{issueId}/resolve (이슈해결)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-26 13:57:42 +09:00
..
2025-12-23 12:49:31 +09:00
2025-11-06 17:45:49 +09:00
2025-11-27 15:51:00 +09:00
2025-12-19 14:52:53 +09:00
2025-11-06 17:45:49 +09:00
2025-12-18 13:51:40 +09:00
2025-12-20 13:43:04 +09:00
2025-12-17 23:23:20 +09:00
2025-12-17 23:23:20 +09:00
2025-12-17 23:23:20 +09:00
2025-12-09 20:27:44 +09:00
2025-12-19 15:57:04 +09:00
2025-12-18 16:20:29 +09:00
2025-12-18 15:31:59 +09:00
2025-12-23 23:42:02 +09:00
2025-11-30 21:05:33 +09:00
2025-12-18 16:20:29 +09:00
2025-11-10 22:09:28 +09:00
2025-11-14 13:45:54 +09:00
2025-11-06 17:45:49 +09:00
2025-11-06 17:45:49 +09:00
2025-11-06 17:45:49 +09:00
2025-11-10 22:09:28 +09:00
2025-11-06 17:45:49 +09:00
2025-12-22 17:42:59 +09:00
2025-12-22 17:42:59 +09:00
2025-12-18 11:23:35 +09:00
2025-12-09 20:27:44 +09:00
2025-12-18 16:20:29 +09:00
2025-12-26 00:34:21 +09:00
2025-12-21 04:12:57 +09:00
2025-12-26 13:23:07 +09:00
2025-11-10 22:09:28 +09:00
2025-11-10 22:09:28 +09:00
2025-12-18 14:21:37 +09:00
2025-12-22 17:42:59 +09:00
2025-12-21 01:10:38 +09:00
2025-12-15 20:37:24 +09:00
2025-12-24 19:39:33 +09:00
2025-12-22 17:42:59 +09:00
2025-12-02 22:11:08 +09:00
2025-11-06 17:45:49 +09:00
2025-12-22 17:42:59 +09:00
2025-12-22 17:42:59 +09:00
2025-12-18 16:20:29 +09:00
2025-08-21 20:48:39 +09:00
2025-12-24 08:54:52 +09:00
2025-12-19 16:14:04 +09:00
2025-12-19 16:27:36 +09:00
2025-12-08 19:03:50 +09:00
2025-12-18 16:20:29 +09:00
2025-12-19 14:52:53 +09:00
2025-12-04 22:03:40 +09:00
2025-11-10 22:09:28 +09:00
2025-11-07 17:53:42 +09:00
2025-12-18 16:20:29 +09:00
2025-11-06 17:45:49 +09:00
2025-11-06 17:45:49 +09:00
2025-12-25 03:48:32 +09:00
2025-12-19 14:52:53 +09:00
2025-12-18 16:20:29 +09:00
2025-12-22 17:42:59 +09:00
2025-12-18 15:31:59 +09:00
2025-11-10 22:09:28 +09:00
2025-12-22 17:42:59 +09:00
2025-11-06 17:45:49 +09:00
2025-11-06 17:45:49 +09:00
2025-11-14 14:09:53 +09:00
2025-11-06 17:45:49 +09:00
2025-12-09 20:27:44 +09:00
2025-12-19 14:52:53 +09:00
2025-11-06 17:45:49 +09:00
2025-12-18 16:20:29 +09:00
2025-12-26 13:57:42 +09:00
2025-12-18 16:20:29 +09:00