sispace/database/migrations
2026-03-30 18:27:55 +07:00
..
0001_01_01_000000_create_users_table.php feat: Introduce IsActive and Sex enums, and create Student and User models with corresponding migrations and seeders for user and student data management. 2026-03-10 11:20:45 +07:00
0001_01_01_000001_create_cache_table.php initial commit 2026-03-10 10:35:34 +07:00
0001_01_01_000002_create_jobs_table.php initial commit 2026-03-10 10:35:34 +07:00
2022_12_14_083707_create_settings_table.php feat: implement general settings management using Spatie Laravel Settings and Filament. 2026-03-11 22:16:15 +07:00
2026_02_25_024501_create_students_table.php feat: Introduce IsActive and Sex enums, and create Student and User models with corresponding migrations and seeders for user and student data management. 2026-03-10 11:20:45 +07:00
2026_02_25_024503_create_courses_table.php refactor: remove Lecturer model and resources in favor of string-based lecturer names in Course model 2026-03-29 21:26:32 +07:00
2026_02_25_024504_create_course_schedules_table.php feat: Add course schedule model, migration, seeder, and Filament CRUD for managing schedules. 2026-03-11 07:18:57 +07:00
2026_02_25_024508_create_study_groups_table.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
2026_02_25_024509_create_study_group_members_table.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
2026_02_25_024510_create_assignments_table.php refactor: Remove legacy attendance management pages and integrate class session management functionality, including new models, migrations, and views for class sessions and attendance tracking. 2026-03-29 20:40:54 +07:00
2026_02_25_024511_create_assignment_targets_table.php feat: implement comprehensive assignment management system with models, migrations, Filament resources, and submission workflows. 2026-03-11 13:34:54 +07:00
2026_02_25_024512_create_assignment_submissions_table.php feat: implement comprehensive assignment management system with models, migrations, Filament resources, and submission workflows. 2026-03-11 13:34:54 +07:00
2026_02_25_0245099_create_class_sessions_table.php refactor: Remove legacy attendance management pages and integrate class session management functionality, including new models, migrations, and views for class sessions and attendance tracking. 2026-03-29 20:40:54 +07:00
2026_03_03_072443_create_study_group_courses_table.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
2026_03_03_083151_create_assignment_pins_table.php feat: implement comprehensive assignment management system with models, migrations, Filament resources, and submission workflows. 2026-03-11 13:34:54 +07:00
2026_03_10_124353_create_media_table.php feat: Add Filament Spatie Laravel Media Library plugin and create migration for media table to manage media files in the application. 2026-03-10 12:46:02 +07:00
2026_03_11_133639_create_attendances_table.php refactor: Remove legacy attendance management pages and integrate class session management functionality, including new models, migrations, and views for class sessions and attendance tracking. 2026-03-29 20:40:54 +07:00
2026_03_12_083616_create_permission_tables.php feat: Integrate Filament Shield for role and permission management, including new RoleEnum, migrations, and configuration files. 2026-03-12 09:00:24 +07:00
2026_03_30_172335_create_user_settings_table.php feat: implement user settings management with customizable notification styles, themes, and UI preferences 2026-03-30 18:27:55 +07:00
2026_10_25_024508_create_materials_table.php feat: add class session materials and assignments viewing functionality, enhancing user experience with modals for detailed content display 2026-03-29 23:45:56 +07:00