kent
e6a4bf0870
feat(construction): 구조검토관리 API 구현
- Migration: structure_reviews 테이블 생성
- Model: StructureReview (BelongsToTenant, SoftDeletes)
- Service: StructureReviewService (CRUD + 통계 + 일괄삭제)
- Controller: StructureReviewController (7 endpoints)
- FormRequest: Store/Update 검증 규칙
API Endpoints:
- GET /construction/structure-reviews (목록)
- POST /construction/structure-reviews (생성)
- GET /construction/structure-reviews/stats (통계)
- DELETE /construction/structure-reviews/bulk (일괄삭제)
- GET /construction/structure-reviews/{id} (상세)
- PUT /construction/structure-reviews/{id} (수정)
- DELETE /construction/structure-reviews/{id} (삭제)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 21:31:27 +09:00
..
2025-12-22 17:42:59 +09:00
2025-12-10 21:37:20 +09:00
2025-11-06 17:45:49 +09:00
2025-12-24 08:54:52 +09:00
2025-12-17 22:51:17 +09:00
2026-01-06 19:12:16 +09:00
2026-01-09 21:31:27 +09:00
2026-01-09 21:31:27 +09:00
2025-11-10 22:09:28 +09:00
2025-12-28 01:42:47 +09:00
2025-11-06 17:45:49 +09:00
2026-01-09 21:31:27 +09:00
2025-11-06 17:45:49 +09:00
2026-01-09 10:18:43 +09:00
2025-12-24 19:48:15 +09:00
2025-07-17 10:05:47 +09:00