김보곤
069d0206a0
feat: [equipment] 설비관리 API 백엔드 구현 (Phase 1)
- 모델 6개: Equipment, EquipmentInspection, EquipmentInspectionDetail, EquipmentInspectionTemplate, EquipmentRepair, EquipmentProcess
- InspectionCycle Enum: 6주기(일/주/월/격월/분기/반기) 날짜 해석
- 서비스 4개: EquipmentService, EquipmentInspectionService, EquipmentRepairService, EquipmentPhotoService
- 컨트롤러 4개: CRUD + 점검 토글/결과 설정/메모/초기화 + 템플릿 관리 + 수리이력 + 사진
- FormRequest 6개: 설비등록/수정, 수리이력, 점검템플릿, 토글, 메모
- 라우트 26개: equipment prefix 하위 RESTful 엔드포인트
- i18n 메시지: message.equipment.*, error.equipment.*
- 마이그레이션: equipments/equipment_repairs options JSON 컬럼 추가
2026-03-12 10:52:30 +09:00
..
2026-03-08 10:32:20 +09:00
2026-01-20 16:14:46 +09:00
2025-12-19 15:57:04 +09:00
2026-02-23 10:17:37 +09:00
2026-03-05 20:45:54 +09:00
2026-02-23 10:17:37 +09:00
2026-01-20 16:14:46 +09:00
2025-12-18 11:23:35 +09:00
2025-12-17 21:47:15 +09:00
2026-03-12 10:52:30 +09:00
2025-12-26 13:23:07 +09:00
2026-03-06 13:10:45 +09:00
2026-01-20 16:14:46 +09:00
2026-03-11 19:18:27 +09:00
2026-01-20 16:14:46 +09:00
2025-12-19 16:14:04 +09:00
2026-02-11 15:58:35 +09:00
2026-03-05 11:01:01 +09:00
2026-01-22 22:47:25 +09:00
2026-02-22 04:19:48 +09:00
2025-12-17 22:51:17 +09:00
2026-02-19 17:34:57 +09:00
2026-01-19 20:53:36 +09:00
2026-03-04 11:29:08 +09:00
2026-01-29 21:56:53 +09:00
2026-01-20 16:14:46 +09:00
2026-01-19 20:53:36 +09:00
2025-12-17 21:47:15 +09:00
2026-01-27 14:47:39 +09:00