| .. |
|
0001_01_01_000000_create_users_table.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 |
|
0001_01_01_000001_create_cache_table.php
|
initial commit
|
2026-07-29 17:46:01 +07:00 |
|
0001_01_01_000002_create_jobs_table.php
|
initial commit
|
2026-07-29 17:46:01 +07:00 |
|
2024_01_01_000000_create_passkeys_table.php
|
initial commit
|
2026-07-29 17:46:01 +07:00 |
|
2025_08_14_170933_add_two_factor_columns_to_users_table.php
|
initial commit
|
2026-07-29 17:46:01 +07:00 |
|
2026_08_03_000002_create_user_profiles_table.php
|
feat: implement HasValues trait for enums and update related code for consistency
|
2026-08-25 19:15:40 +07:00 |
|
2026_08_03_000003_create_academic_terms_table.php
|
feat: implement HasValues trait for enums and update related code for consistency
|
2026-08-25 19:15:40 +07:00 |
|
2026_08_03_000004_create_departments_table.php
|
feat: add lecturer and student management pages with CRUD functionality
|
2026-08-21 14:14:01 +07:00 |
|
2026_08_03_000005_create_lecturers_table.php
|
Refactor lecturer management to support multiple departments
|
2026-08-30 12:18:13 +07:00 |
|
2026_08_03_000006_create_department_leaderships_table.php
|
feat: add lecturer and student management pages with CRUD functionality
|
2026-08-21 14:14:01 +07:00 |
|
2026_08_03_000007_create_students_table.php
|
feat: add current semester field to student management and update related components
|
2026-08-30 17:28:12 +07:00 |
|
2026_08_05_084226_create_media_table.php
|
feat: add media library and permission management
|
2026-08-05 15:57:51 +07:00 |
|
2026_08_05_085203_create_permission_tables.php
|
feat: add media library and permission management
|
2026-08-05 15:57:51 +07:00 |
|
2026_08_21_000001_create_courses_table.php
|
feat: add course and class enrollment management
|
2026-08-21 19:06:05 +07:00 |
|
2026_08_21_000002_create_course_classes_table.php
|
refactor: remove class_name from CourseClass and related components
|
2026-08-30 13:14:53 +07:00 |
|
2026_08_21_000003_create_class_enrollments_table.php
|
feat: add course and class enrollment management
|
2026-08-21 19:06:05 +07:00 |
|
2026_08_21_000004_create_materials_table.php
|
feat: implement material management functionality with CRUD operations
|
2026-08-21 20:28:03 +07:00 |
|
2026_08_24_000001_create_assignments_table.php
|
feat: add assignment and submission management features
|
2026-08-24 18:15:44 +07:00 |
|
2026_08_24_000002_create_submissions_table.php
|
feat: implement HasValues trait for enums and update related code for consistency
|
2026-08-25 19:15:40 +07:00 |
|
2026_08_24_000003_create_schedules_table.php
|
feat: add schedule management functionality with CRUD operations
|
2026-08-24 18:32:44 +07:00 |
|
2026_08_24_000004_create_attendances_table.php
|
feat: implement HasValues trait for enums and update related code for consistency
|
2026-08-25 19:15:40 +07:00 |
|
2026_08_24_000005_create_tuition_invoices_table.php
|
feat: add tuition invoice and payment management
|
2026-08-25 00:34:32 +07:00 |
|
2026_08_24_000006_create_tuition_payments_table.php
|
feat: implement PaymentMethod enum and integrate payment method handling in tuition payment processes
|
2026-08-30 16:06:05 +07:00 |
|
2026_08_24_235959_create_course_registration_submissions_table.php
|
feat: add course registration management for admin and student
|
2026-08-30 20:50:27 +07:00 |
|
2026_08_25_000001_create_course_registrations_table.php
|
feat: add course registration management for admin and student
|
2026-08-30 20:50:27 +07:00 |
|
2026_08_25_000002_create_announcements_table.php
|
feat: add announcement management functionality with CRUD operations
|
2026-08-25 01:03:20 +07:00 |
|
2026_08_25_000003_create_letter_requests_table.php
|
Refactor Letter Request Management
|
2026-09-01 00:03:13 +07:00 |
|
2026_08_25_000004_create_notifications_table.php
|
feat: enhance notification system with creator information and notification sending functionality
|
2026-08-30 21:47:34 +07:00 |
|
2026_08_25_000005_create_academic_advising_logs_table.php
|
feat: implement many-to-many relationship for academic advising logs and students
|
2026-09-01 00:46:21 +07:00 |
|
2026_08_25_000006_create_feedbacks_table.php
|
feat: implement feedback management with status updates and permissions
|
2026-08-31 15:19:56 +07:00 |
|
2026_08_26_000001_create_lecturer_department_table.php
|
Refactor lecturer management to support multiple departments
|
2026-08-30 12:18:13 +07:00 |
|
2026_08_30_115855_create_course_registration_submission_logs_table.php
|
feat: add course registration management for admin and student
|
2026-08-30 20:50:27 +07:00 |
|
2026_08_31_160000_create_editor_uploads_table.php
|
feat: implement media upload functionality with controller, request, service, and migration
|
2026-08-31 16:00:40 +07:00 |
|
2026_08_31_172620_create_academic_advising_log_student_table.php
|
feat: implement many-to-many relationship for academic advising logs and students
|
2026-09-01 00:46:21 +07:00 |