Commit Graph

11 Commits

Author SHA1 Message Date
riefive d544d031c3 fix: list with params error 2025-10-02 14:34:19 +07:00
riefive 693d8225bf fix: list integration 2025-10-02 14:12:10 +07:00
riefive fc3bda14f4 fix: change get encounter class to constants 2025-10-02 11:16:23 +07:00
riefive 9603915fd7 remove previous list + form from any features 2025-10-02 11:00:05 +07:00
riefive 54a5aaa78f fix: search on list file 2025-10-01 14:56:11 +07:00
riefive 6a7a9cda80 feat(installation): add encounter list 2025-10-01 13:05:36 +07:00
riefive c96d738379 chore: add shared handlers 2025-10-01 13:01:24 +07:00
riefive a48f375018 feat(installation): integrate api installation 2025-10-01 12:38:04 +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