siakad-itm/database/migrations
Yoga Pangestu 400e8d8c8a
Some checks failed
tests / ci (pull_request) Has been cancelled
feat: implement academic term management with CRUD functionality
- Added Semester enum with labels for odd and even semesters.
- Created AcademicTerm model, controller, service, and request for handling academic terms.
- Implemented paginated listing, creation, updating, and deletion of academic terms.
- Added routes for academic terms management under admin/master.
- Created frontend components for displaying and managing academic terms, including forms and data tables.
- Integrated confirmation dialog for delete actions and form dialogs for creating and editing academic terms.
- Added seeder for initial academic term data.
2026-08-05 13:48:36 +07:00
..
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: 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
2026_08_03_000003_create_academic_terms_table.php feat: implement academic term management with CRUD functionality 2026-08-05 13:48:36 +07:00