Commit Graph

13 Commits

Author SHA1 Message Date
riefive 51ddb9d8b5 fix: resolve conflict 2025-10-06 09:40:22 +07:00
munawwirul_jamal 2da4e616ba dev: hotfix refactor
+ merged pub/custom-ui and pub/base into my-ui
- droped pub/custom-ui
2025-10-05 09:45:17 +07:00
riefive 39d2869ffb fix: list with params error 2025-10-04 08:30:17 +07:00
riefive 3c046a4d82 fix: list integration 2025-10-04 08:30:17 +07:00
riefive 6feb480a51 fix: change get encounter class to constants 2025-10-04 08:30:17 +07:00
riefive d7d984810e remove previous list + form from any features 2025-10-04 08:30:17 +07:00
riefive 4908f16770 fix: search on list file 2025-10-04 08:30:16 +07:00
riefive 6b69e48bd6 feat(installation): add encounter list 2025-10-04 08:30:16 +07:00
riefive 59847dce34 chore: add shared handlers 2025-10-04 08:30:16 +07:00
riefive e78342829e feat(installation): integrate api installation 2025-10-04 08:30:16 +07:00
Andrian Roshandy 829bd73034 feat/tidy-up:
- mengurangi elm yg tidak diperlukan
- menyesuaikan font-size sesuai breakpoint
2025-09-29 07:46:13 +07:00
Khafid Prayoga 26b0cf12e3 refactor(api): consolidate query param transformation into utility function
Move URL parameter construction logic from multiple list components to a shared transform function in usePaginatedList. This improves code reuse and maintainability while keeping the same functionality.

Standardize query parameter names to match backend expectations ('page-number' and 'page-size' instead of 'page' and 'pageSize'). Update related schema and default params accordingly.
2025-09-11 13:28:07 +07:00
Khafid Prayoga b0938a2eb6 feat(org-src): replace flow components with content components and add list views
Add new content components for unit, division, and installation with list views, entry forms, and validation schemas. Replace Flow*List components with Content*List components in org-src pages. Includes pagination, search functionality, and CRUD operations for each entity type.
2025-09-08 11:09:35 +07:00