schneespur/release/schneespur-1.0.2/resources/views/admin/help/topics/jobs.blade.php
Michael 7288b93500 Release v1.0.2: diagnostic infrastructure core
Add neutral diagnostic framework for future reporting modules:
- DiagnosticReporterInterface, Registry, Manager, PayloadSanitizer
- Laravel exception hook in bootstrap/app.php
- Module permission declarations (requires_permissions in module.json)
- Core diagnostic report points (module boot/install/update failures)
- Module documentation update (moduldoku.md)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-18 16:54:11 +00:00

23 lines
1.1 KiB
PHP

<div class="bg-white rounded-lg border border-gray-200 p-6">
<h2 class="text-xl font-bold text-gray-900 mb-4">{{ __('help.topic_jobs') }}</h2>
<div class="prose prose-sm max-w-none text-gray-700 space-y-4">
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.jobs_workflow_title') }}</h3>
<p>{{ __('help.jobs_workflow_text') }}</p>
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.jobs_types_title') }}</h3>
<p>{{ __('help.jobs_types_text', ['app_name' => brand()]) }}</p>
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.jobs_manual_title') }}</h3>
<p>{{ __('help.jobs_manual_text') }}</p>
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.jobs_photos_title') }}</h3>
<p>{{ __('help.jobs_photos_text') }}</p>
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.jobs_weather_title') }}</h3>
<p>{{ __('help.jobs_weather_text', ['app_name' => brand()]) }}</p>
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.jobs_gps_title') }}</h3>
<p>{{ __('help.jobs_gps_text') }}</p>
</div>
</div>