Yoga Pangestu
9626181d46
feat: enhance UI components with icons and improve navigation links
tests / ci (pull_request) Has been cancelled
2026-08-25 23:42:14 +07:00
02745ba207
Merge pull request 'refactor: simplify layout structure in SettingsLayout component' ( #43 ) from refactor/simplify-SettingsLayout into dev
...
Reviewed-on: #43
2026-08-26 00:31:02 +08:00
Yoga Pangestu
c7bb237f8a
refactor: simplify layout structure in SettingsLayout component
tests / ci (pull_request) Has been cancelled
2026-08-25 23:30:32 +07:00
76e12b9dba
Merge pull request 'feat: add tooltip to sidebar menu buttons in NavMain and NavSecondary components' ( #42 ) from feat/add-tooltip-to-sidebar into dev
...
Reviewed-on: #42
2026-08-26 00:26:14 +08:00
Yoga Pangestu
658a161907
feat: add tooltip to sidebar menu buttons in NavMain and NavSecondary components
tests / ci (pull_request) Has been cancelled
2026-08-25 23:25:33 +07:00
0a7d1e793d
Merge pull request 'feat: add academic advising logs and letter requests management' ( #41 ) from refactor/organized-folder-structure into dev
...
Reviewed-on: #41
2026-08-26 00:05:50 +08:00
Yoga Pangestu
c74a7c7792
feat: add academic advising logs and letter requests management
...
tests / ci (pull_request) Has been cancelled
- Implemented academic advising logs functionality with create, edit, and delete capabilities.
- Created UI components for displaying academic advising logs in a data table format.
- Added letter requests management with similar CRUD operations and UI components.
- Refactored routes to organize academic classes, announcements, finances, and services under appropriate namespaces.
2026-08-25 23:05:19 +07:00
6fc1e2772e
Merge pull request 'feat: standardize pagination method naming and signatures across services' ( #40 ) from feat/standardize-pagination-method into dev
...
Reviewed-on: #40
2026-08-25 22:30:36 +08:00
Yoga Pangestu
03b1fcd7e7
feat: standardize pagination method naming and signatures across services
tests / ci (pull_request) Has been cancelled
2026-08-25 21:30:16 +07:00
6698211396
Merge pull request 'feat: Refactor Admin Manage structure into sub-namespaces for better organization' ( #39 ) from feat/reafctor-admin-manage-structure-into-sub-namespaces into dev
...
Reviewed-on: #39
2026-08-25 22:18:09 +08:00
Yoga Pangestu
353829e053
feat: Refactor Admin Manage structure into sub-namespaces for better organization
...
tests / ci (pull_request) Has been cancelled
- Created sub-namespaces under Admin\Manage for Course, Academic, Announcement, Finance, and Service.
- Added new FormRequest classes for handling validation in each sub-namespace.
- Implemented Service classes for managing business logic related to each resource.
- Updated routes to reflect the new sub-namespace structure.
- Enhanced code organization and maintainability by grouping related functionalities.
2026-08-25 21:17:48 +07:00
9abd50f322
Merge pull request 'feat: refactor controllers and update department service usage for consistency' ( #38 ) from feat/refactor-controllers into dev
...
Reviewed-on: #38
2026-08-25 20:52:12 +08:00
Yoga Pangestu
e6f272bb59
feat: refactor controllers and update department service usage for consistency
tests / ci (pull_request) Has been cancelled
2026-08-25 19:51:27 +07:00
5901f8e649
Merge pull request 'feat: update sidebar navigation labels and structure for better clarity' ( #37 ) from feat/order-sidebar-menu into dev
...
Reviewed-on: #37
2026-08-25 20:39:59 +08:00
Yoga Pangestu
f7343f4892
feat: update sidebar navigation labels and structure for better clarity
tests / ci (pull_request) Has been cancelled
2026-08-25 19:39:37 +07:00
5ae30e5804
Merge pull request 'feat: implement feedback management system with controller, service, and frontend components' ( #36 ) from feat/implement-feedback-management into dev
...
Reviewed-on: #36
2026-08-25 20:37:56 +08:00
Yoga Pangestu
e7664de711
feat: implement feedback management system with controller, service, and frontend components
tests / ci (pull_request) Has been cancelled
2026-08-25 19:37:00 +07:00
ce90904b84
Merge pull request 'feat: implement HasValues trait for enums and update related code for consistency' ( #35 ) from feat/implement-HasValues-trait-for-enum into dev
...
Reviewed-on: #35
2026-08-25 20:17:02 +08:00
Yoga Pangestu
b59804342b
feat: implement HasValues trait for enums and update related code for consistency
tests / ci (pull_request) Has been cancelled
2026-08-25 19:15:40 +07:00
13d5ce5853
Merge pull request 'fix: standardize closure syntax and ensure newline at end of file in multiple files' ( #34 ) from fix/standardize-closure-syntax into dev
...
Reviewed-on: #34
2026-08-25 19:17:16 +08:00
Yoga Pangestu
9c2bb62666
fix: standardize closure syntax and ensure newline at end of file in multiple files
tests / ci (pull_request) Has been cancelled
2026-08-25 18:16:54 +07:00
d49790ca7e
Merge pull request 'Refactor admin settings structure and implement profile and security management' ( #33 ) from refactor/admin-setting into dev
...
Reviewed-on: #33
2026-08-25 18:58:16 +08:00
Yoga Pangestu
70d37741ef
Refactor admin settings structure and implement profile and security management
...
tests / ci (pull_request) Has been cancelled
- Moved profile and security settings from the general settings route to a dedicated admin settings route.
- Created new components and pages for managing user profile and security settings.
- Updated user menu to link to the new admin settings pages.
- Removed old settings pages and routes that are no longer in use.
- Added tests for profile and security settings functionality.
2026-08-25 17:57:47 +07:00
13ccb4d19c
Merge pull request 'feat: implement feedback system with CRUD functionality' ( #32 ) from feat/implement-feedback-system into dev
...
Reviewed-on: #32
2026-08-25 15:26:33 +08:00
Yoga Pangestu
62f8c167e8
feat: implement feedback system with CRUD functionality
...
tests / ci (pull_request) Has been cancelled
- Add FeedbackController to handle feedback submissions and management.
- Create Feedback model and migration for feedbacks table.
- Introduce FeedbackStatus and FeedbackType enums for better type handling.
- Implement FeedbackService for business logic related to feedback.
- Create FeedbackRequest for validation of feedback data.
- Add Tiptap rich text editor for feedback message input.
- Develop frontend components for displaying and managing feedback.
- Add routes for feedback management in web.php.
- Create utility types for feedback in TypeScript.
- Update app-sidebar to include feedback navigation.
2026-08-25 14:25:50 +07:00
f698e5f567
Merge pull request 'feat: add academic advising log management with CRUD operations and UI integration' ( #31 ) from feat/add-academic-advising-log into dev
...
Reviewed-on: #31
2026-08-25 14:30:30 +08:00
Yoga Pangestu
daff18996f
feat: add academic advising log management with CRUD operations and UI integration
tests / ci (pull_request) Has been cancelled
2026-08-25 13:30:02 +07:00
4577d45e62
Merge pull request 'feat: implement notification system with CRUD operations and UI integration' ( #30 ) from feat/implement-notification-system into dev
...
Reviewed-on: #30
2026-08-25 14:28:59 +08:00
Yoga Pangestu
0397959f60
feat: implement notification system with CRUD operations and UI integration
tests / ci (pull_request) Has been cancelled
2026-08-25 13:21:11 +07:00
e615547317
Merge pull request 'feat: enhance scrollbar styling for better visibility and aesthetics' ( #29 ) from feat/enhance-scrollbacr-styling into dev
...
Reviewed-on: #29
2026-08-25 02:20:18 +08:00
Yoga Pangestu
095c51cbfc
feat: enhance scrollbar styling for better visibility and aesthetics
tests / ci (pull_request) Has been cancelled
2026-08-25 01:19:50 +07:00
6ceb297a52
Merge pull request 'feat: implement letter request management with CRUD operations' ( #28 ) from feat/implement-letter-request into dev
...
Reviewed-on: #28
2026-08-25 02:14:33 +08:00
Yoga Pangestu
e3633caea5
feat: implement letter request management with CRUD operations
tests / ci (pull_request) Has been cancelled
2026-08-25 01:14:10 +07:00
db5560e261
Merge pull request 'feat: add announcement management functionality with CRUD operations' ( #27 ) from feat/add-announcement-management into dev
...
Reviewed-on: #27
2026-08-25 02:03:37 +08:00
Yoga Pangestu
e268153971
feat: add announcement management functionality with CRUD operations
tests / ci (pull_request) Has been cancelled
2026-08-25 01:03:20 +07:00
24cda20051
Merge pull request 'feat: add course registration management functionality with CRUD operations' ( #26 ) from feat/add-course-registration-management into dev
...
Reviewed-on: #26
2026-08-25 01:53:00 +08:00
Yoga Pangestu
2f23747781
feat: add course registration management functionality with CRUD operations
tests / ci (pull_request) Has been cancelled
2026-08-25 00:51:50 +07:00
4ff18c23c5
Merge pull request 'feat: add tuition invoice and payment management' ( #25 ) from feat/add-tuition-invoice into dev
...
Reviewed-on: #25
2026-08-25 01:35:11 +08:00
Yoga Pangestu
8e4d0ba530
feat: add tuition invoice and payment management
...
tests / ci (pull_request) Has been cancelled
- Implemented StudentService to retrieve all students for selection.
- Created migration for tuition_invoices and tuition_payments tables.
- Added seeders for TuitionInvoice and TuitionPayment with sample data.
- Updated DatabaseSeeder to include new seeders.
- Developed UI components for managing tuition invoices and payments, including forms and data tables.
- Introduced RupiahInput component for formatted currency input.
- Added routes for tuition invoices and payments management.
- Defined TypeScript types for tuition invoices and payments.
2026-08-25 00:34:32 +07:00
605f451a8e
Merge pull request 'feat: add attendance management functionality with CRUD operations' ( #24 ) from feat/add-attendance-management into dev
...
Reviewed-on: #24
2026-08-24 19:47:27 +08:00
Yoga Pangestu
25c7c8b13f
feat: add attendance management functionality with CRUD operations
tests / ci (pull_request) Has been cancelled
2026-08-24 18:46:31 +07:00
78de5a4131
Merge pull request 'feat: add schedule management functionality with CRUD operations' ( #23 ) from feat/add-schedule-management into dev
...
Reviewed-on: #23
2026-08-24 19:33:25 +08:00
Yoga Pangestu
73f41729d1
feat: add schedule management functionality with CRUD operations
tests / ci (pull_request) Has been cancelled
2026-08-24 18:32:44 +07:00
424a2cd6e8
Merge pull request 'feat: add assignment and submission management features' ( #22 ) from feat/add-assinment-and-submission into dev
...
Reviewed-on: #22
2026-08-24 19:16:25 +08:00
Yoga Pangestu
b0e16a6cd5
feat: add assignment and submission management features
...
- Created SubmissionService to handle submission logic for assignments.
- Added migrations for assignments and submissions tables.
- Implemented AssignmentSeeder and SubmissionSeeder for initial data.
- Updated DatabaseSeeder to include new seeders.
- Enhanced app sidebar to include assignments navigation.
- Developed datetime field component for better date and time input.
- Created assignment management pages with data tables for assignments and submissions.
- Implemented forms for creating and editing assignments and submissions.
- Added routes for assignment and submission management in admin panel.
- Defined types for assignments and submissions to improve type safety.
2026-08-24 18:15:44 +07:00
2b3c3cae03
Merge pull request 'fix: add full width class to Attachment component in FileUploadField' ( #21 ) from fix/add-width-class-to-attachment into dev
...
Reviewed-on: #21
2026-08-24 17:51:25 +08:00
Yoga Pangestu
04f9f885ed
fix: add full width class to Attachment component in FileUploadField
2026-08-24 16:50:37 +07:00
2103b4ae11
Merge pull request 'feat: implement material management functionality with CRUD operations' ( #20 ) from feat/implement-material-crud into dev
...
Reviewed-on: #20
2026-08-21 21:28:28 +08:00
Yoga Pangestu
7c50a493c3
feat: implement material management functionality with CRUD operations
2026-08-21 20:28:03 +07:00
ff4173bb36
Merge pull request 'feat: add course and class enrollment management' ( #19 ) from feat/add-course-and-class-enrollment-management into dev
...
Reviewed-on: #19
2026-08-21 20:06:36 +08:00