Commit Graph

19 Commits

Author SHA1 Message Date
Yoga Pangestu
4c0daeb09e feat: Add Change Password action for students, including a modal for password input and success notification upon update. Update date display format in student form and improve code readability in StudentsTable. 2026-03-29 20:48:58 +07:00
Yoga Pangestu
f0e6841628 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
Yoga Pangestu
f7efd30b2a style: Standardize spacing and formatting in Manage Attendances page for improved code readability. 2026-03-12 13:45:41 +07:00
Yoga Pangestu
244230a989 feat: Add attendance history table to the Manage Attendances page with filtering and sorting capabilities. 2026-03-12 11:37:21 +07:00
Yoga Pangestu
d76fa6ac49 feat: Implement dedicated Filament actions for deleting, editing, and pinning assignments, and integrate them into the assignment listing page. 2026-03-12 11:15:06 +07:00
Yoga Pangestu
7cb8d32729 refactor: Simplify attendance schedule query logic, update course ID parameter name, remove attendance badge, and adjust attendance resource navigation sort. 2026-03-12 10:33:19 +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
dd8a313a24 refactor: remove direct association of lecturers with user accounts and related UI. 2026-03-12 09:16:51 +07:00
Yoga Pangestu
10f69a6914 feat: Restrict email_username column visibility to users with the Developer role. 2026-03-12 09:12:36 +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
35190d7614 feat: Filter assignments and materials by current semester using GeneralSettings. 2026-03-12 08:13:25 +07:00
Yoga Pangestu
c8f2ac6c26 feat: Filter course-related data by current semester from general settings and rename attendance management page. 2026-03-12 08:03:51 +07:00
Yoga Pangestu
6d1ce9cdf6 feat: Implement attendance tracking functionality with new model, migration, relationships, and Filament UI. 2026-03-11 21:59:57 +07:00
Yoga Pangestu
aad22a8b59 feat: implement comprehensive assignment management system with models, migrations, Filament resources, and submission workflows. 2026-03-11 13:34:54 +07:00
Yoga Pangestu
8c681ca5f2 feat: Add learning material management with Material model, migration, and Filament resource. 2026-03-11 07:46:04 +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
Yoga Pangestu
c9ad3b272c feat: Create Lecturer resource with CRUD functionality, including pages for listing, creating, and editing lecturers, along with a form schema and migration for managing lecturer data in the admin panel. 2026-03-10 12:12:59 +07:00
Yoga Pangestu
5e63ef2744 feat: Create Student resource with CRUD pages and form schema for managing student data in the admin panel. 2026-03-10 12:04:49 +07:00