add grading, attendnace management

This commit is contained in:
root
2026-04-29 17:39:33 -04:00
parent 8beeed883f
commit df5266c5b5
27 changed files with 386 additions and 157 deletions
@@ -90,6 +90,7 @@ class StudentAssignmentService
'student_id' => $studentId,
'class_section_id' => $classSectionId,
'school_year' => $schoolYear,
'semester' => $semester,
'is_event_only' => $eventFlag,
'updated_by' => $userId,
'updated_at' => now(),