feat(API): Inspection API 구현
- InspectionController 생성 (CRUD + stats + complete) - InspectionService 생성 (비즈니스 로직) - FormRequest 생성 (Store/Update/Complete) - 라우트 등록 (7개 엔드포인트) - i18n 메시지 추가 (message.php, error.php) 기존 inspections 테이블 및 Inspection 모델 활용 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -379,4 +379,11 @@
|
||||
'not_bending_process' => '벤딩 공정이 아닙니다.',
|
||||
'invalid_transition' => "상태를 ':from'에서 ':to'(으)로 변경할 수 없습니다. 허용된 상태: :allowed",
|
||||
],
|
||||
|
||||
// 검사 관련
|
||||
'inspection' => [
|
||||
'not_found' => '검사를 찾을 수 없습니다.',
|
||||
'cannot_delete_completed' => '완료된 검사는 삭제할 수 없습니다.',
|
||||
'already_completed' => '이미 완료된 검사입니다.',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user