remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
@@ -8,7 +8,7 @@ use Illuminate\Support\Collection;
use Illuminate\Support\Facades\DB;
/**
* CodeIgniter {@see \App\Controllers\ParentProgressController} read-side logic.
* legacy {@see \App\Controllers\ParentProgressController} read-side logic.
*/
class ParentProgressQueryService
{
@@ -17,7 +17,7 @@ class ParentProgressQueryService
) {}
/**
* CI `getParentStudents` — one row per distinct student (latest enrollment ordering).
* legacy `getParentStudents` — one row per distinct student (latest enrollment ordering).
*
* @return list<array<string, mixed>>
*/
@@ -59,7 +59,7 @@ class ParentProgressQueryService
}
/**
* CI `getParentSectionIds`.
* legacy `getParentSectionIds`.
*
* @return list<int>
*/
@@ -119,7 +119,7 @@ class ParentProgressQueryService
}
/**
* CI `groupReportsByWeek` — keys `"{week_start}:{class_section_id}"`.
* legacy `groupReportsByWeek` — keys `"{week_start}:{class_section_id}"`.
*
* @param iterable<int, ClassProgressReport> $rows
* @return array<string, array<string, mixed>>
@@ -166,7 +166,7 @@ class ParentProgressQueryService
}
/**
* Weekly batch for a section/week (CI parent `view`, all subjects).
* Weekly batch for a section/week (legacy parent `view`, all subjects).
*
* @return list<ClassProgressReport>
*/