Commit Graph

15 Commits

Author SHA1 Message Date
Khafid Prayoga 865bbbdce9 init specialist feature 2025-09-11 14:46:50 +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 140bfa0420 init specialist feature 2025-09-11 10:13:40 +07:00
sharedmaxchat 1f87d6f6a4 Merge pull request #42 from dikstub-rssa/fe-alat-kesehatan-26
Feat Equipment Tools: Update Form
2025-09-10 10:52:46 +07:00
Abizrh 938278a7a2 Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into feat/user 2025-09-09 15:08:20 +07:00
Abizrh a208bbad9c Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into feat/user 2025-09-08 15:23:51 +07:00
riefive 0ae612af72 fix: solve conflict 2025-09-08 14:41:26 +07:00
riefive d936529c4a fix: solve conflict 2025-09-08 14:40:28 +07:00
riefive 875fc92f53 refactor(tools): remove entry flow 2025-09-08 13:55:27 +07:00
riefive 56389263ae refactor(tools): add modal form 2025-09-08 13:48:24 +07:00
Khafid Prayoga b436737f62 Merge branch 'dev' into refactor/mv-flow-to-content 2025-09-08 13:41:33 +07:00
riefive 9cb8dd9caf refactor(equipment): add modal form to component list 2025-09-08 13:09:55 +07:00
Khafid Prayoga cae8ca73fd refactor(tools-equipment): replace flow components with content components
- Update device and material pages to use Content prefixed components instead of Flow
- Add new content components for device and material list/entry functionality
- Maintain same functionality while improving component naming consistency
2025-09-08 11:17:47 +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
Abizrh 263f9dbc7f ⚠️ refactor (components): rename flow components to content 2025-09-07 22:58:18 +07:00