sispace/app/Models
2026-04-01 13:01:03 +07:00
..
Assignment.php refactor: update Eloquent models to use guarded attributes and consolidate relationship definitions 2026-03-30 13:44:13 +07:00
AssignmentPin.php refactor: update Eloquent models to use guarded attributes and consolidate relationship definitions 2026-03-30 13:44:13 +07:00
AssignmentSubmission.php refactor: update Eloquent models to use guarded attributes and consolidate relationship definitions 2026-03-30 13:44:13 +07:00
AssignmentTarget.php refactor: update Eloquent models to use guarded attributes and consolidate relationship definitions 2026-03-30 13:44:13 +07:00
Attendance.php feat: implement attendance factory, model factory trait, and feature tests for attendance logic 2026-03-31 11:24:27 +07:00
ClassSession.php refactor: update Eloquent models to use guarded attributes and consolidate relationship definitions 2026-03-30 13:44:13 +07:00
Course.php refactor: remove sharing token logic from Course model and update sharing routes to use Course ID 2026-03-30 13:47:15 +07:00
CourseSchedule.php feat: Implement attendance tracking functionality with new model, migration, relationships, and Filament UI. 2026-03-11 21:59:57 +07:00
Material.php feat: add class session materials and assignments viewing functionality, enhancing user experience with modals for detailed content display 2026-03-29 23:45:56 +07:00
Student.php refactor: update Eloquent models to use guarded attributes and consolidate relationship definitions 2026-03-30 13:44:13 +07:00
StudyGroup.php refactor: update Eloquent models to use guarded attributes and consolidate relationship definitions 2026-03-30 13:44:13 +07:00
StudyGroupMember.php refactor: update Eloquent models to use guarded attributes and consolidate relationship definitions 2026-03-30 13:44:13 +07:00
User.php refactor: improve code quality by importing classes, optimizing imports, and upgrading PHP version to 8.3 2026-04-01 13:01:03 +07:00
UserSetting.php feat: implement user settings management with customizable notification styles, themes, and UI preferences 2026-03-30 18:27:55 +07:00