feat: 문서 스냅샷 출력 + 절곡 전용 렌더링

- show.blade.php: rendered_html 우선 출력 로직 추가 (스냅샷 모드)
- show.blade.php: 스냅샷 없으면 기존 동적 렌더링 fallback
- DocumentController: inspectionData 추출하여 view 전달
- partials/bending-inspection-data: inspection_data 스냅샷 기반 렌더링
- partials/bending-worklog: 절곡 작업일지 전용 렌더링

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 15:51:47 +09:00
parent 2e97b824cd
commit fe420a3cd7
12 changed files with 1006 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ class PptxController extends Controller
'/var/www/docs/rules' => ['label' => '정책/규칙', 'source' => 'docs'],
'/var/www/docs/guides' => ['label' => '가이드', 'source' => 'docs'],
'/var/www/docs/projects' => ['label' => '프로젝트', 'source' => 'docs'],
'/var/www/docs/plans' => ['label' => '계획', 'source' => 'docs'],
'/var/www/docs/dev_plans' => ['label' => '계획', 'source' => 'docs'],
'/var/www/mng/docs/pptx-output' => ['label' => '산출물', 'source' => 'mng'],
'/var/www/mng/docs' => ['label' => '교육/문서', 'source' => 'mng'],
'/var/www/mng/public/docs' => ['label' => '공개 문서', 'source' => 'mng'],