Thatsaphorn Atchariyaphap 328c0537ba Introduce caching in CustomerRepository and refactor API integration
- Add in-memory caching for customer data in `CustomerRepository` to reduce API calls.
- Replace direct API calls with methods from `CustomerRepository`.
- Update customer-related pages (`[id]/page.tsx`, `customers/page.tsx`) to use `CustomerRepository` for data fetching.
- Adjust breadcrumb resolver to leverage `CustomerRepository`.
- Remove `axios` dependency from customer-related components.
2025-07-07 22:02:55 +02:00
2025-07-02 11:09:20 +09:00
2025-05-29 18:51:59 +00:00
Description
No description provided
7.6 MiB
Languages
TypeScript 76.1%
Java 21.1%
CSS 1.7%
Dockerfile 0.4%
JavaScript 0.3%
Other 0.4%