sispace/app/Models
2026-03-12 10:33:34 +07:00
..
Assignment.php feat: implement comprehensive assignment management system with models, migrations, Filament resources, and submission workflows. 2026-03-11 13:34:54 +07:00
AssignmentPin.php feat: implement comprehensive assignment management system with models, migrations, Filament resources, and submission workflows. 2026-03-11 13:34:54 +07:00
AssignmentSubmission.php feat: implement comprehensive assignment management system with models, migrations, Filament resources, and submission workflows. 2026-03-11 13:34:54 +07:00
AssignmentTarget.php feat: implement comprehensive assignment management system with models, migrations, Filament resources, and submission workflows. 2026-03-11 13:34:54 +07:00
Attendance.php feat: Implement attendance tracking functionality with new model, migration, relationships, and Filament UI. 2026-03-11 21:59:57 +07:00
Course.php refactor: Simplify Course model's studyGroups relationship type hint and update StudyGroup page to fetch course IDs from course_id field. 2026-03-12 10:33:34 +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
Lecturer.php refactor: remove direct association of lecturers with user accounts and related UI. 2026-03-12 09:16:51 +07:00
Material.php feat: Add learning material management with Material model, migration, and Filament resource. 2026-03-11 07:46:04 +07:00
Student.php feat: Implement attendance tracking functionality with new model, migration, relationships, and Filament UI. 2026-03-11 21:59:57 +07:00
StudyGroup.php feat: Implement Study Group management with CRUD actions, model, migrations, and Filament resource for creating, editing, and deleting study groups. 2026-03-11 10:09:09 +07:00
StudyGroupMember.php feat: Implement Study Group management with CRUD actions, model, migrations, and Filament resource for creating, editing, and deleting study groups. 2026-03-11 10:09:09 +07:00
User.php feat: Enforce active user status for panel access and update name attribute accessor syntax. 2026-03-12 09:17:15 +07:00