Thatsaphorn Atchariyaphap 2a95efb75f Remove CustomerRepository and replace with direct API calls
- Remove `CustomerRepository` and its methods for customer management and caching.
- Refactor customer-related pages (`[id]/page.tsx`, `customers/page.tsx`) to use direct `fetch` API calls.
- Update breadcrumb resolver to fetch data directly from the API.
- Simplify `addCustomer` use case to avoid repository dependency.
2025-07-11 18:38:44 +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%