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:
@@ -428,6 +428,15 @@
|
||||
'issue_resolved' => '이슈가 해결되었습니다.',
|
||||
],
|
||||
|
||||
// 검사 관리
|
||||
'inspection' => [
|
||||
'fetched' => '검사를 조회했습니다.',
|
||||
'created' => '검사가 등록되었습니다.',
|
||||
'updated' => '검사가 수정되었습니다.',
|
||||
'deleted' => '검사가 삭제되었습니다.',
|
||||
'completed' => '검사가 완료되었습니다.',
|
||||
],
|
||||
|
||||
// 작업실적 관리
|
||||
'work_result' => [
|
||||
'fetched' => '작업실적을 조회했습니다.',
|
||||
|
||||
Reference in New Issue
Block a user