siakad-itm/app/Models
Yoga Pangestu 4980ad95b3 Refactor assignment management system
- Updated the PermissionCatalog to remove unnecessary permissions for assignment submissions.
- Modified RolePermissionSeeder to align with the updated permissions.
- Enhanced useServerTable hook to support resetKeys for Inertia's reset visit option.
- Removed obsolete columns.tsx file related to assignment columns.
- Revamped assignment index page to utilize InfiniteScroll and improved UI components.
- Introduced new assignment status management with enums and updated database schema.
- Created GradeSubmissionRequest for validation of submission grading.
- Implemented score editing functionality in submission index with real-time updates.
- Added accordion component for better UI organization in assignment descriptions.
2026-09-03 09:51:27 +07:00
..
AcademicAdvisingLog.php feat: implement many-to-many relationship for academic advising logs and students 2026-09-01 00:46:21 +07:00
AcademicTerm.php feat: add open_semesters field to AcademicTerm model and request, update related services and migration 2026-09-01 14:27:02 +07:00
Announcement.php feat: add announcement management functionality with CRUD operations 2026-08-25 01:03:20 +07:00
Assignment.php Refactor assignment management system 2026-09-03 09:51:27 +07:00
Attendance.php feat: add attendance management functionality with CRUD operations 2026-08-24 18:46:31 +07:00
ClassEnrollment.php feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
Course.php feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
CourseClass.php feat: add course registration management functionality with CRUD operations 2026-08-25 00:51:50 +07:00
CourseRegistration.php feat: add course registration management for admin and student 2026-08-30 20:50:27 +07:00
CourseRegistrationSubmission.php feat: add open semesters badge to academic terms and remove course registration pages 2026-09-01 21:39:46 +07:00
CourseRegistrationSubmissionLog.php feat: add course registration management for admin and student 2026-08-30 20:50:27 +07:00
Department.php Refactor lecturer management to support multiple departments 2026-08-30 12:18:13 +07:00
DepartmentLeadership.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
EditorUpload.php feat: implement media upload functionality with controller, request, service, and migration 2026-08-31 16:00:40 +07:00
Feedback.php feat: implement feedback management with status updates and permissions 2026-08-31 15:19:56 +07:00
Lecturer.php Refactor lecturer management to support multiple departments 2026-08-30 12:18:13 +07:00
LetterRequest.php Refactor Letter Request Management 2026-09-01 00:03:13 +07:00
Mahasiswa.php buat model mahasiswa 2026-07-29 18:41:48 +07:00
Material.php feat: implement material management functionality with CRUD operations 2026-08-21 20:28:03 +07:00
Notification.php feat: enhance notification system with creator information and notification sending functionality 2026-08-30 21:47:34 +07:00
Schedule.php feat: implement schedule management with day of week enumeration and enhanced filtering options 2026-09-02 22:17:44 +07:00
Student.php feat: add course registration management for admin and student 2026-08-30 20:50:27 +07:00
Submission.php feat: add assignment and submission management features 2026-08-24 18:15:44 +07:00
TuitionInvoice.php feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
TuitionPayment.php feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
User.php feat: add open semesters badge to academic terms and remove course registration pages 2026-09-01 21:39:46 +07:00
UserProfile.php feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00