7 Commits

Author SHA1 Message Date
02762bb355 Fix Superuser User Management and Refactor Dashboard Layouts
- Refactor 'app/Views/superuser/users.php' to fix user creation/editing logic using Alpine.js.
- Ensure efficient form state management (userid, username, password handling) in user modal.
- Standardize dashboard layouts and script initialization (window.BASEURL) across 'admin', 'cs', 'lab', 'phlebo', and 'superuser' main views.
- Remove redundant 'app/Views/admin/users.php' to consolidate user management.
2026-01-21 17:00:05 +07:00
mikael-zakaria
13591da5b4 Update Tampilan Yang beda antara 1 role dengan yang lain 2026-01-21 13:32:37 +07:00
mikael-zakaria
207948aeb3 Update semua role pada tempatnya done 2026-01-20 10:53:11 +07:00
mikael-zakaria
a81a919d68 Update Merge p0_zaka dan Haris 2026-01-20 10:00:04 +07:00
mikael-zakaria
ddb76d4570 Update Role User (superuser, admin, lab, phlebo, cs) dan pengelompokan controller dan views 2026-01-20 09:56:16 +07:00
e7cacba1c3 feature :
- add table sort
- add sidebar menu
- remove IND, ENG on Preview
2026-01-19 16:46:05 +07:00
b29f807295 Refactor: Remove V2 namespace and consolidate role-based architecture
- Moved all V2 controllers (Lab, Requests, Samples, Users) to App\Controllers
- Removed deprecated role controllers (Admin, Doctor, Analyst, CustomerService)
- Simplified routes by removing /v2 prefix
- Added AGENTS.md with project conventions and TODO.md with task tracking
- Updated README.md with RBAC documentation
- Fixed hardcoded dates, status color mappings, and duplicate database calls
2026-01-19 10:55:10 +07:00