sispace/app/Models
2026-03-27 22:08:59 +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 feat: Add attendance management pages and sharing functionality, including detailed views and statistics for courses. 2026-03-27 22:08:59 +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: filter out empty IDs when getting busy study group members and make the members select field live. 2026-03-12 10:43:38 +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