5 Commits

Author SHA1 Message Date
Mekan1206
1e84ceab3c Refactor code for consistency and clarity; update seeder comments, enhance error handling, and improve API routes. Added 'original' field to ProductMediaResource and adjusted various formatting issues across multiple files. 2026-02-20 15:33:29 +05:00
Mekan1206
073bbd497b only 400, 800, 1200 image resolutions remained 2026-02-18 23:32:00 +05:00
Mekan1206
bac1579285 Remove unused MorphToMany relationships from models and add CategoriesTableSeeder for category data population 2026-02-09 02:26:59 +05:00
Mekan1206
522ebdae34 Refactor product relations to use new category_product and channel_product tables
- Updated queries and relationships in various controllers and models to replace `product_has_relations` with `category_product` and `channel_product`.
- Adjusted methods in `ProductFilterer`, `FilterParamsController`, and `FilterController` to reflect the new database structure.
- Modified seeder to insert data into the new `channel_product` table.
- Updated tests to ensure compatibility with the new product relation structure.
2026-02-09 00:48:22 +05:00
326c677e8d reupload 2026-02-03 15:31:29 +05:00