2026-07-31T23:17:44Z - 2026-08-31T23:17:44Z

Overview

71 Active Pull Requests
0 Active Issues
Excluding merges, 1 author has pushed 25 commits to dev and 97 commits to all branches. On dev, 136 files have changed and there have been 4625 additions and 2256 deletions.

71 Pull requests merged by 1 user

Merged #74 feat: enhance table styling with background color and text color adjustments 2026-08-30 22:02:58 +08:00

Merged #73 feat: update search placeholders and remove empty text in data tables 2026-08-30 21:58:34 +08:00

Merged #72 feat: remove unused settings routes from app sidebar 2026-08-30 21:52:32 +08:00

Merged #71 feat: add course registration management for admin and student 2026-08-30 21:50:57 +08:00

Merged #70 feat: add current semester field to student management and update related components 2026-08-30 18:28:47 +08:00

Merged #69 feat: simplify academic term selection logic and clean up imports in TuitionInvoiceIndex 2026-08-30 18:23:47 +08:00

Merged #68 feat: enhance Tuition Invoice management with summary statistics and improved filtering 2026-08-30 17:26:28 +08:00

Merged #67 feat: implement PaymentMethod enum and integrate payment method handling in tuition payment processes 2026-08-30 17:06:27 +08:00

Merged #66 feat: enhance Tuition Invoice management with academic term formatting and validation 2026-08-30 16:23:00 +08:00

Merged #65 feat: enhance Tuition Invoice management with multi-student selection and validation 2026-08-30 15:26:31 +08:00

Merged #64 feat: implement Course Registration management with CRUD functionality 2026-08-30 15:11:46 +08:00

Merged #63 refactor: standardize import statements and replace anchor tags with Link component in multiple files 2026-08-30 14:59:52 +08:00

Merged #62 refactor: update CourseClassRequest and CourseClassSeeder for lecturer validation and dynamic seeding 2026-08-30 14:42:50 +08:00

Merged #61 feat: update CourseSeeder with new course data and add reference images 2026-08-30 14:34:42 +08:00

Merged #60 refactor: remove class_name from CourseClass and related components 2026-08-30 14:15:09 +08:00

Merged #59 feat: add Course management functionality with CRUD operations and UI integration 2026-08-30 13:47:11 +08:00

Merged #58 feat: enhance department handling by adding degree level and formatting labels 2026-08-30 13:35:40 +08:00

Merged #57 feat: enhance student creation and editing forms with combobox for academic advisor selection 2026-08-30 13:24:33 +08:00

Merged #56 feat: add enrollment year filter and export functionality for students 2026-08-30 13:21:33 +08:00

Merged #55 Refactor lecturer management to support multiple departments 2026-08-30 13:18:37 +08:00

Merged #54 feat: optimize user queries in AdministratorService, LecturerService, and StudentService for better performance 2026-08-30 12:35:21 +08:00

Merged #53 feat: simplify pagination methods by removing sort and direction parameters 2026-08-30 12:23:27 +08:00

Merged #52 feat: add active status management for academic terms, users, and students with new UpdateStatusRequest 2026-08-30 12:18:38 +08:00

Merged #51 feat: implement user status management with active/inactive toggle 2026-08-30 12:08:30 +08:00

Merged #50 feat: refactor student request classes to improve organization and structure 2026-08-30 11:58:24 +08:00

Merged #49 feat: add export functionality for lecturers and students, including styled heading rows in exports 2026-08-30 11:57:14 +08:00

Merged #48 feat: implement student status update functionality and validation 2026-08-26 02:13:33 +08:00

Merged #47 feat: update terminology from 'password' to 'kata sandi' across various components and pages 2026-08-26 01:58:20 +08:00

Merged #46 feat: add GenderBadge and StudentStatusBadge components; update user columns to utilize new badges 2026-08-26 01:51:44 +08:00

Merged #45 feat: add filter functionality to various admin pages 2026-08-26 01:32:53 +08:00

Merged #44 feat: enhance UI components with icons and improve navigation links 2026-08-26 00:42:40 +08:00

Merged #43 refactor: simplify layout structure in SettingsLayout component 2026-08-26 00:31:03 +08:00

Merged #42 feat: add tooltip to sidebar menu buttons in NavMain and NavSecondary components 2026-08-26 00:26:14 +08:00

Merged #41 feat: add academic advising logs and letter requests management 2026-08-26 00:05:51 +08:00

Merged #40 feat: standardize pagination method naming and signatures across services 2026-08-25 22:30:36 +08:00

Merged #39 feat: Refactor Admin Manage structure into sub-namespaces for better organization 2026-08-25 22:18:09 +08:00

Merged #38 feat: refactor controllers and update department service usage for consistency 2026-08-25 20:52:13 +08:00

Merged #37 feat: update sidebar navigation labels and structure for better clarity 2026-08-25 20:40:00 +08:00

Merged #36 feat: implement feedback management system with controller, service, and frontend components 2026-08-25 20:37:57 +08:00

Merged #35 feat: implement HasValues trait for enums and update related code for consistency 2026-08-25 20:17:03 +08:00

Merged #34 fix: standardize closure syntax and ensure newline at end of file in multiple files 2026-08-25 19:17:16 +08:00

Merged #33 Refactor admin settings structure and implement profile and security management 2026-08-25 18:58:16 +08:00

Merged #32 feat: implement feedback system with CRUD functionality 2026-08-25 15:26:34 +08:00

Merged #31 feat: add academic advising log management with CRUD operations and UI integration 2026-08-25 14:30:30 +08:00

Merged #30 feat: implement notification system with CRUD operations and UI integration 2026-08-25 14:28:59 +08:00

Merged #29 feat: enhance scrollbar styling for better visibility and aesthetics 2026-08-25 02:20:18 +08:00

Merged #28 feat: implement letter request management with CRUD operations 2026-08-25 02:14:33 +08:00

Merged #27 feat: add announcement management functionality with CRUD operations 2026-08-25 02:03:38 +08:00

Merged #26 feat: add course registration management functionality with CRUD operations 2026-08-25 01:53:00 +08:00

Merged #25 feat: add tuition invoice and payment management 2026-08-25 01:35:11 +08:00

Merged #24 feat: add attendance management functionality with CRUD operations 2026-08-24 19:47:28 +08:00

Merged #23 feat: add schedule management functionality with CRUD operations 2026-08-24 19:33:25 +08:00

Merged #22 feat: add assignment and submission management features 2026-08-24 19:16:25 +08:00

Merged #21 fix: add full width class to Attachment component in FileUploadField 2026-08-24 17:51:25 +08:00

Merged #20 feat: implement material management functionality with CRUD operations 2026-08-21 21:28:28 +08:00

Merged #19 feat: add course and class enrollment management 2026-08-21 20:06:37 +08:00

Merged #18 refactor: streamline success message handling in destroy methods of AcademicTermController and DepartmentController 2026-08-21 15:34:25 +08:00

Merged #17 fix: correct relationship key for academic advisor in StudentController 2026-08-21 15:31:17 +08:00

Merged #16 feat: add lecturer and student management pages with CRUD functionality 2026-08-21 15:15:32 +08:00

Merged #15 feat/add-shadcn-component 2026-08-18 15:59:57 +08:00

Merged #14 feat: add media library and permission management 2026-08-05 16:59:22 +08:00

Merged #13 feat: add active state to SidebarMenuButton based on current URL 2026-08-05 14:57:21 +08:00

Merged #12 feat: integrate useFlashToast hook into AppLayout component 2026-08-05 14:52:38 +08:00

Merged #11 feat: implement academic term management with CRUD functionality 2026-08-05 14:49:15 +08:00

Merged #10 feat: add reusable components for dialogs and headers 2026-08-05 14:47:07 +08:00

Merged #9 feat: Add Calendar, Popover, and RadioGroup components with styling and functionality 2026-08-05 14:23:26 +08:00

Merged #8 refactor: enhance component structure and styling for improved layout and usability 2026-08-03 19:36:46 +08:00

Merged #7 Refactor code structure for improved readability and maintainability 2026-08-03 19:19:24 +08:00

Merged #6 feat: Refactor UI components and add new Drawer, Table, and Tabs components 2026-08-03 16:58:09 +08:00

Merged #5 refactor: update component imports and improve styling 2026-08-03 16:20:15 +08:00

Merged #4 feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 14:49:32 +08:00