Commit Graph

8 Commits

Author SHA1 Message Date
riefive e62d84b812 feat(specialist): finishing integrate specialist 2025-09-30 14:40:50 +07:00
riefive 2f6528e12a feat(specialist): integrate specialist 2025-09-30 14:24:39 +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 06caccf3cd feat(subspecialist): add subspecialist management components and pages
- Implement list view with pagination and search functionality
- Create form for adding subspecialist entries
- Add configuration for subspecialist data validation and dropdown options
2025-09-15 14:21:15 +07:00
Khafid Prayoga 87c36b94ea feat(specialist): add installation-unit relationship to specialist form
- Implement installation-unit mapping and filtering logic
- Update entry form to handle installation selection and unit filtering
- Add installation and unit dropdowns with combobox components
2025-09-12 14:42:05 +07:00
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