Commit Graph

13 Commits

Author SHA1 Message Date
Yoga Pangestu
37f2c78852 refactor: remove redundant route binding overrides and unused attendance relation manager 2026-04-02 13:10:33 +07:00
Yoga Pangestu
007631ecae refactor: extract Course resource form and table definitions into dedicated classes 2026-04-02 12:19:11 +07:00
Yoga Pangestu
addc675999 refactor: remove record title attributes from various resource classes for cleaner code structure 2026-04-02 12:13:45 +07:00
Yoga Pangestu
7602e1ad09 refactor: remove autofocus attribute from input fields across various forms for consistency 2026-03-31 08:29:12 +07:00
Yoga Pangestu
bc20f12622 feat: add RowIndexColumn to various resource tables for improved indexing 2026-03-30 13:51:34 +07:00
Yoga Pangestu
97b8427611 refactor: migrate Filament icon references from Heroicon constants to string-based aliases 2026-03-30 08:57:32 +07:00
Yoga Pangestu
c15f429032 feat: implement CreateAssignmentAction and CreateMaterialAction for enhanced assignment and material management, updating relevant pages to utilize new actions 2026-03-30 08:24:28 +07:00
Yoga Pangestu
b7e8f64d8b refactor: update class session management by introducing dedicated actions for viewing assignments, attendance, and materials, enhancing modularity and user interaction 2026-03-30 00:31:00 +07:00
Yoga Pangestu
0070c6b0b1 refactor: remove Lecturer model and resources in favor of string-based lecturer names in Course model 2026-03-29 21:26:32 +07:00
Yoga Pangestu
ae627b076e refactor: Adjust Filament navigation sort orders for various resources, pages, and plugins. 2026-03-12 10:12:23 +07:00
Yoga Pangestu
7d8b1eea2a feat: Make TrashedFilter visible only to users with the Developer role in several Filament resources. 2026-03-12 09:06:54 +07:00
Yoga Pangestu
0dac411fb0 feat: Establish one-to-many relationship between lecturers and courses, adding UI fields and table columns for assignment and display. 2026-03-10 13:27:53 +07:00
Yoga Pangestu
6dab533b21 feat: Create Course resource with CRUD functionality, including management pages, form schema, migration, and seeder for handling course data in the admin panel. 2026-03-10 12:24:31 +07:00