14 Commits

Author SHA1 Message Date
cb4181dbff refactor: restructure application architecture and consolidate controllers
- Consolidate page controllers into unified PagesController
- Remove deprecated V2 pages, layouts, and controllers (AuthPage, DashboardPage, V2Page)
- Add Edge resource with migration and model (EdgeResModel)
- Implement new main_layout.php for consistent page structure
- Reorganize patient views into dedicated module with dialog form
- Update routing configuration in Routes.php
- Enhance AuthFilter for improved authentication handling
- Clean up unused V2 assets (CSS, JS) and legacy images
- Update README.md with latest project information

This refactoring improves code organization, removes technical debt, and
establishes a cleaner foundation for future development.
2025-12-29 16:57:46 +07:00
ccefd6e295 sidebar fix 2025-12-23 06:29:01 +07:00
061af6e6d7 adding v2 frontend 2025-12-22 16:54:19 +07:00
eb305d8567 start to do simple frontend using alpinejs 2025-12-19 16:48:48 +07:00
d1d3b261ae creating test seeder 2025-12-16 13:43:06 +07:00
0be8b67895 move docs to public 2025-12-12 12:56:33 +07:00
8f30704a2b add param to valueset and valuesetdef 2025-09-18 13:04:36 +07:00
56d5d98288 create migration 2025-09-02 14:48:50 +07:00
532cde9ca0 update new patient endpoint for adding patatt 2025-09-02 13:44:59 +07:00
0b1b85b206 delete public/.htaccess 2025-08-01 13:48:29 +07:00
d615bd72b6 patient done, ignoring htaccess update 2025-08-01 13:37:13 +07:00
cbf4f7a486 fix race religion ethnic country 2025-08-01 11:37:03 +07:00
24715c5b97 remake country race religion, add clqms01 sql 2025-08-01 05:25:35 +07:00
f7d10cf21c move to root 2025-06-26 15:23:16 +07:00