bartool fb08705883 feat: Implement initial structure for Directus Mayo API extension
- Added main router in src/index.js to register endpoints.
- Implemented GET /mayo-api/products to fetch product list with pagination and filters.
- Implemented GET /mayo-api/dictionaries to fetch various dictionaries for frontend use.
- Created separate files for routes, repositories, serializers, and utilities to maintain clean architecture.
- Added utility functions for async handling, pagination, and order search parsing.
- Introduced serializers for products and dictionaries to format data for frontend consumption.
- Established repository functions for database queries related to products and dictionaries.
- Updated package.json to include license information.
- Created documentation for the API extension detailing current state and future implementation plans.
2026-05-20 22:38:51 +02:00
2026-03-28 14:43:41 +01:00
2026-04-20 23:21:16 +02:00
2026-05-02 05:49:24 +02:00
Description
No description provided
349 KiB
Languages
JavaScript 49.7%
Vue 28.2%
Python 13.6%
SCSS 7.5%
HTML 1%