Yoga Pangestu
5994f38f01
feat: implement permission checks for academic terms, courses, departments, and user management
...
- Added permission checks for creating, updating, and deleting academic terms, courses, and departments.
- Updated the routes to enforce permissions for various actions in the admin panel.
- Enhanced user management by adding permissions for administrators, lecturers, and students.
- Refactored components to conditionally render actions based on user permissions.
- Updated the auth type to include optional permissions array for user roles.
2026-08-30 23:27:31 +07:00
Yoga Pangestu
e9acf29c20
feat: implement academic advising and letter request management for lecturers and students
2026-08-30 22:13:26 +07:00
Yoga Pangestu
8d56ed16ac
feat: enhance notification system with creator information and notification sending functionality
2026-08-30 21:47:34 +07:00
Yoga Pangestu
5cc33cce2c
feat: implement announcement management with CRUD functionality
2026-08-30 21:11:30 +07:00
26a6771448
Merge pull request 'feat: enhance table styling with background color and text color adjustments' ( #74 ) from feat/enhance-tabel-styling into dev
...
Reviewed-on: #74
2026-08-30 22:02:58 +08:00
Yoga Pangestu
9cc8395848
feat: enhance table styling with background color and text color adjustments
tests / ci (pull_request) Has been cancelled
2026-08-30 21:02:36 +07:00
eaba8edf96
Merge pull request 'feat: update search placeholders and remove empty text in data tables' ( #73 ) from feat/update-search-and-empty-datatable into dev
...
Reviewed-on: #73
2026-08-30 21:58:34 +08:00
Yoga Pangestu
6b36d65eb9
feat: update search placeholders and remove empty text in data tables
tests / ci (pull_request) Has been cancelled
2026-08-30 20:58:19 +07:00
6f8e5fabb0
Merge pull request 'feat: remove unused settings routes from app sidebar' ( #72 ) from feat/remove-unused-settings-route into dev
...
Reviewed-on: #72
2026-08-30 21:52:32 +08:00
Yoga Pangestu
4761d611c8
feat: remove unused settings routes from app sidebar
tests / ci (pull_request) Has been cancelled
2026-08-30 20:52:16 +07:00
e50d6f873f
Merge pull request 'feat: add course registration management for admin and student' ( #71 ) from feat/add-course-registration into dev
...
Reviewed-on: #71
2026-08-30 21:50:56 +08:00
Yoga Pangestu
8336504032
feat: add course registration management for admin and student
...
tests / ci (pull_request) Has been cancelled
- Implemented CourseRegistrationShow component for admin to view registration details.
- Added course registration creation and listing for students.
- Enhanced student registration edit and create forms with improved error handling.
- Introduced new columns for course registration submissions in student view.
- Updated routes for course registration management in admin and student contexts.
- Added logging and status handling for course registration submissions.
- Improved type definitions for course registration and user roles.
2026-08-30 20:50:27 +07:00
62da33936b
Merge pull request 'feat: add current semester field to student management and update related components' ( #70 ) from feat/add-current-semester-field-to-studens into dev
...
Reviewed-on: #70
2026-08-30 18:28:47 +08:00
Yoga Pangestu
0fbd3cc247
feat: add current semester field to student management and update related components
tests / ci (pull_request) Has been cancelled
2026-08-30 17:28:12 +07:00
1e30a74072
Merge pull request 'feat: simplify academic term selection logic and clean up imports in TuitionInvoiceIndex' ( #69 ) from feat/default-academic-term-for-cummary-card-tuition into dev
...
Reviewed-on: #69
2026-08-30 18:23:47 +08:00
Yoga Pangestu
40a6a8b49a
feat: simplify academic term selection logic and clean up imports in TuitionInvoiceIndex
tests / ci (pull_request) Has been cancelled
2026-08-30 17:23:16 +07:00
63a9203aab
Merge pull request 'feat: enhance Tuition Invoice management with summary statistics and improved filtering' ( #68 ) from feat/add-summary-card-tuition-invoice into dev
...
Reviewed-on: #68
2026-08-30 17:26:27 +08:00
Yoga Pangestu
cad1e109fe
feat: enhance Tuition Invoice management with summary statistics and improved filtering
tests / ci (pull_request) Has been cancelled
2026-08-30 16:26:09 +07:00
ef137ca364
Merge pull request 'feat: implement PaymentMethod enum and integrate payment method handling in tuition payment processes' ( #67 ) from feat/implement-filter into dev
...
Reviewed-on: #67
2026-08-30 17:06:27 +08:00
Yoga Pangestu
2212498136
feat: implement PaymentMethod enum and integrate payment method handling in tuition payment processes
tests / ci (pull_request) Has been cancelled
2026-08-30 16:06:05 +07:00
d0793b739a
Merge pull request 'feat: enhance Tuition Invoice management with academic term formatting and validation' ( #66 ) from feat/enhance-tuition-invoice into dev
...
Reviewed-on: #66
2026-08-30 16:23:00 +08:00
Yoga Pangestu
c4dbf54e4c
feat: enhance Tuition Invoice management with academic term formatting and validation
tests / ci (pull_request) Has been cancelled
2026-08-30 15:22:32 +07:00
4183ec1e36
Merge pull request 'feat: enhance Tuition Invoice management with multi-student selection and validation' ( #65 ) from feat/enhance-tuition-with-multiple-student into dev
...
Reviewed-on: #65
2026-08-30 15:26:30 +08:00
Yoga Pangestu
1213d828b5
feat: enhance Tuition Invoice management with multi-student selection and validation
tests / ci (pull_request) Has been cancelled
2026-08-30 14:26:10 +07:00
783a0f6dda
Merge pull request 'feat: implement Course Registration management with CRUD functionality' ( #64 ) from refactor/move-Course-Registration-from-academic-class-to-manage into dev
...
Reviewed-on: #64
2026-08-30 15:11:46 +08:00
Yoga Pangestu
a53bfa0037
feat: implement Course Registration management with CRUD functionality
tests / ci (pull_request) Has been cancelled
2026-08-30 14:11:30 +07:00
3c68462964
Merge pull request 'refactor: standardize import statements and replace anchor tags with Link component in multiple files' ( #63 ) from refcator/replace-anchor-tags-with-Link into dev
...
Reviewed-on: #63
2026-08-30 14:59:51 +08:00
Yoga Pangestu
adddd2fc2e
refactor: standardize import statements and replace anchor tags with Link component in multiple files
tests / ci (pull_request) Has been cancelled
2026-08-30 13:59:33 +07:00
ac449e1353
Merge pull request 'refactor: update CourseClassRequest and CourseClassSeeder for lecturer validation and dynamic seeding' ( #62 ) from refactor/update-CourseClassRequest-and-CourseClassSeeder into dev
...
Reviewed-on: #62
2026-08-30 14:42:50 +08:00
Yoga Pangestu
cbed63f43c
refactor: update CourseClassRequest and CourseClassSeeder for lecturer validation and dynamic seeding
tests / ci (pull_request) Has been cancelled
2026-08-30 13:42:30 +07:00
7af236a379
Merge pull request 'feat: update CourseSeeder with new course data and add reference images' ( #61 ) from feat/update-CourseSeeder into dev
...
Reviewed-on: #61
2026-08-30 14:34:42 +08:00
Yoga Pangestu
0e3bab43b2
feat: update CourseSeeder with new course data and add reference images
tests / ci (pull_request) Has been cancelled
2026-08-30 13:34:15 +07:00
40c55e9bd2
Merge pull request 'refactor: remove class_name from CourseClass and related components' ( #60 ) from refactor/remove-class_name-and-fix-department-relation into dev
...
Reviewed-on: #60
2026-08-30 14:15:08 +08:00
Yoga Pangestu
5710a57992
refactor: remove class_name from CourseClass and related components
tests / ci (pull_request) Has been cancelled
2026-08-30 13:14:53 +07:00
6c28782484
Merge pull request 'feat: add Course management functionality with CRUD operations and UI integration' ( #59 ) from refactor/move-course-form-manage-to-master into dev
...
Reviewed-on: #59
2026-08-30 13:47:11 +08:00
Yoga Pangestu
a6d1fa2cf7
feat: add Course management functionality with CRUD operations and UI integration
tests / ci (pull_request) Has been cancelled
2026-08-30 12:46:43 +07:00
1fe2b30156
Merge pull request 'feat: enhance department handling by adding degree level and formatting labels' ( #58 ) from feat/adding-degre-level-and-formatting-label into dev
...
Reviewed-on: #58
2026-08-30 13:35:39 +08:00
Yoga Pangestu
8e2f2da5fc
feat: enhance department handling by adding degree level and formatting labels
tests / ci (pull_request) Has been cancelled
2026-08-30 12:35:22 +07:00
71439aab4d
Merge pull request 'feat: enhance student creation and editing forms with combobox for academic advisor selection' ( #57 ) from feat/enhance-Dosen-Wali-input-combobox into dev
...
Reviewed-on: #57
2026-08-30 13:24:33 +08:00
Yoga Pangestu
f32c844e65
feat: enhance student creation and editing forms with combobox for academic advisor selection
tests / ci (pull_request) Has been cancelled
2026-08-30 12:24:09 +07:00
1faa6ae588
Merge pull request 'feat: add enrollment year filter and export functionality for students' ( #56 ) from feat/add-enrollment-year-filter into dev
...
Reviewed-on: #56
2026-08-30 13:21:32 +08:00
Yoga Pangestu
c0858e02ec
feat: add enrollment year filter and export functionality for students
tests / ci (pull_request) Has been cancelled
2026-08-30 12:21:03 +07:00
82d7b9bb1e
Merge pull request 'Refactor lecturer management to support multiple departments' ( #55 ) from refactor/lecturer-management-to-support-multiple-departments into dev
...
Reviewed-on: #55
2026-08-30 13:18:37 +08:00
Yoga Pangestu
07a00a92a2
Refactor lecturer management to support multiple departments
...
tests / ci (pull_request) Has been cancelled
- Updated LecturerController to load multiple departments for lecturers.
- Modified LecturerRequest to accept an array of department IDs instead of a single department ID.
- Changed Department model to establish a many-to-many relationship with Lecturer.
- Adjusted Lecturer model to reflect the new many-to-many relationship with Department.
- Updated LecturerService to handle multiple departments during creation and updates.
- Created LecturerFactory and StudentFactory for generating test data.
- Added a migration for the new lecturer_department pivot table.
- Refactored seeder classes to accommodate the new structure for lecturers and departments.
- Enhanced frontend components for creating and editing lecturers to support multiple department selection.
2026-08-30 12:18:13 +07:00
bf6f4b19b7
Merge pull request 'feat: optimize user queries in AdministratorService, LecturerService, and StudentService for better performance' ( #54 ) from feat/optimize-user-queries into dev
...
Reviewed-on: #54
2026-08-30 12:35:21 +08:00
Yoga Pangestu
1b5367c78a
feat: optimize user queries in AdministratorService, LecturerService, and StudentService for better performance
tests / ci (pull_request) Has been cancelled
2026-08-30 11:35:10 +07:00
7bdfd25adb
Merge pull request 'feat: simplify pagination methods by removing sort and direction parameters' ( #53 ) from feat/removing-sort-and-direction-parameters into dev
...
Reviewed-on: #53
2026-08-30 12:23:26 +08:00
Yoga Pangestu
62ac0a4c1d
feat: simplify pagination methods by removing sort and direction parameters
tests / ci (pull_request) Has been cancelled
2026-08-30 11:23:02 +07:00
b76d82c2f0
Merge pull request 'feat: add active status management for academic terms, users, and students with new UpdateStatusRequest' ( #52 ) from feat/add-status-management-academic-terms into dev
...
Reviewed-on: #52
2026-08-30 12:18:37 +08:00
Yoga Pangestu
982051ee2e
feat: add active status management for academic terms, users, and students with new UpdateStatusRequest
tests / ci (pull_request) Has been cancelled
2026-08-30 11:18:20 +07:00