|
Some checks failed
tests / ci (pull_request) Has been cancelled
- Updated LecturerController to load multiple departments for lecturers. - Modified LecturerRequest to accept an array of department IDs instead of a single department ID. - Changed Department model to establish a many-to-many relationship with Lecturer. - Adjusted Lecturer model to reflect the new many-to-many relationship with Department. - Updated LecturerService to handle multiple departments during creation and updates. - Created LecturerFactory and StudentFactory for generating test data. - Added a migration for the new lecturer_department pivot table. - Refactored seeder classes to accommodate the new structure for lecturers and departments. - Enhanced frontend components for creating and editing lecturers to support multiple department selection. |
||
|---|---|---|
| .. | ||
| 0001_01_01_000000_create_users_table.php | ||
| 0001_01_01_000001_create_cache_table.php | ||
| 0001_01_01_000002_create_jobs_table.php | ||
| 2024_01_01_000000_create_passkeys_table.php | ||
| 2025_08_14_170933_add_two_factor_columns_to_users_table.php | ||
| 2026_08_03_000002_create_user_profiles_table.php | ||
| 2026_08_03_000003_create_academic_terms_table.php | ||
| 2026_08_03_000004_create_departments_table.php | ||
| 2026_08_03_000005_create_lecturers_table.php | ||
| 2026_08_03_000006_create_department_leaderships_table.php | ||
| 2026_08_03_000007_create_students_table.php | ||
| 2026_08_05_084226_create_media_table.php | ||
| 2026_08_05_085203_create_permission_tables.php | ||
| 2026_08_21_000001_create_courses_table.php | ||
| 2026_08_21_000002_create_course_classes_table.php | ||
| 2026_08_21_000003_create_class_enrollments_table.php | ||
| 2026_08_21_000004_create_materials_table.php | ||
| 2026_08_24_000001_create_assignments_table.php | ||
| 2026_08_24_000002_create_submissions_table.php | ||
| 2026_08_24_000003_create_schedules_table.php | ||
| 2026_08_24_000004_create_attendances_table.php | ||
| 2026_08_24_000005_create_tuition_invoices_table.php | ||
| 2026_08_24_000006_create_tuition_payments_table.php | ||
| 2026_08_25_000001_create_course_registrations_table.php | ||
| 2026_08_25_000002_create_announcements_table.php | ||
| 2026_08_25_000003_create_letter_requests_table.php | ||
| 2026_08_25_000004_create_notifications_table.php | ||
| 2026_08_25_000005_create_academic_advising_logs_table.php | ||
| 2026_08_25_000006_create_feedbacks_table.php | ||
| 2026_08_26_000001_create_lecturer_department_table.php | ||