Pull cached Kanboard tasks into the Weekly Tasks log. Each task is placed under its assignee, in the Fri–Thu week matching its date, in the module mapped from its Kanboard project (falling back to Other Tasks). Preview the per-week counts first, then save. Re-importing refreshes existing rows instead of duplicating.
@if (session('status'))KANBOARD_URL and KANBOARD_API_TOKEN, then use Sync from Kanboard below.
@else
No Kanboard tasks are cached yet. Click Sync from Kanboard below to pull them in.
@endif
| Week | Tasks |
|---|---|
| No tasks match this selection. | |
| Total | |
| Week | Modules | Tasks | |
|---|---|---|---|
| {{ $w['label'] }} | @foreach ($w['modules'] as $m => $c){{ $m }} ({{ $c }})@if (!$loop->last), @endif @endforeach | {{ $w['count'] }} |