Yoga Pangestu
ceeb1e325d
feat: update StudentsExport and StudentService; inject User dependency and refine data retrieval methods
2026-09-04 10:10:57 +07:00
Yoga Pangestu
f69ed0bc15
refactor: reorganize StudentService methods and enhance query efficiency with enums
2026-09-03 11:35:27 +07:00
Yoga Pangestu
53afdb1fec
feat: enhance student and lecturer data retrieval with improved joins and sorting
2026-09-02 19:00:39 +07: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
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
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
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
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
Yoga Pangestu
9c03876a71
feat: implement user status management with active/inactive toggle
tests / ci (pull_request) Has been cancelled
2026-08-30 11:08:08 +07:00
Yoga Pangestu
c77f6ae603
feat: add export functionality for lecturers and students, including styled heading rows in exports
tests / ci (pull_request) Has been cancelled
2026-08-30 10:56:23 +07:00
Yoga Pangestu
d59e19ed3e
feat: implement student status update functionality and validation
tests / ci (pull_request) Has been cancelled
2026-08-26 01:13:18 +07:00
Yoga Pangestu
a76ee85c24
feat: add filter functionality to various admin pages
...
tests / ci (pull_request) Has been cancelled
- Implemented filter dialogs in the following pages:
- Academic Classes Assignments
- Course Registrations
- Materials
- Announcements
- Feedback
- Tuition Invoices
- Course Classes
- Courses
- Academic Terms
- Academic Advising Logs
- Letter Requests
- Administrators
- Lecturers
- Students
- Updated the useServerTable hook to support filter parameters.
- Enhanced the UI with filter options for better data management and retrieval.
2026-08-26 00:32:16 +07: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
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
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
Yoga Pangestu
2885de2c20
feat: add lecturer and student management pages with CRUD functionality
...
- Implemented LecturerEdit and LecturerIndex components for managing lecturers.
- Created StudentCreate and StudentEdit components for adding and editing students.
- Developed StudentIndex component for listing students with search and pagination.
- Added department and user types for better type safety.
- Updated routes for lecturers and students, including reset password functionality.
- Removed AppSidebar from dashboard for a cleaner layout.
2026-08-21 14:14:01 +07:00