Commit Graph

94 Commits (0d026213a69752e979d3413531f2dfb43a38a31e)

Author SHA1 Message Date
Ali 18a2c89294
Merge branch '4xmen:master' into master
cyberali dcead2a865 feat: Implement product listing API with caching , sorting , filters and search
- Add ProductController with index method to provide product listings
- Implement caching for product listings based on request URI
- Add sorting functionality for products by various criteria (new, old, most_view, less_view, most_buy, less_buy)
- Implement filtering by category using slug
- Add search functionality to filter products by name
- Implement price range filtering using min_price and max_price parameters
- Include related category data in the product resource response
- Set default pagination to 20 items per page with optional customization via per_page parameter
cyberali a8099343ad Roll back Category model
cyberali f794d1f083 feat: Implement home page API endpoint
- Add HomeController with index method to provide home page data
- Fetch and include menu with items, limiting selected fields for optimization
- Fetch and include latest 6 sliders using SliderResource
- Fetch and include top 8 parent categories with their products using CategoryResource
- Fetch and include active advertisements with available clicks using AdvResource
- Fetch and include latest 8 posts using PostResource
- Return all collected data as a successful JSON response
A1Gard f1f8c87e39 fixed dir problem
A1Gard 4848ed87de added Third Grid product
A1Gard 83daefba26 added index image post theme part
A1Gard a05298b15c added no link post theme part
A1Gard 73fc73dd6b optimized firefooter
A1Gard 42c9b0453c added fire footer
cyberali 3f75d919cf Add helper functions for standard JSON responses
- Added `success` function to format successful JSON responses with customizable meta tags, Open Graph data, Twitter card data, and canonical URL.
- Added `errors` function to format error JSON responses with customizable status codes.
A1Gard cec05b9a4b added Apl Menu theme part
added published to group and category
A1Gard e77d1dc21a added recet menu
A1Gard 247b490185 added menu to setting
added menu seeder
A1Gard 80c2973c28 optimized panel sidebar with acl
A1Gard f91986c4b7 added acl to project
A1Gard 8188820ac3 added sort to menu items
A1Gard f1dec8db9f added menu controller [WIP: sort]
added menu item input vue component
added v-model(s) & name support to MorphSelector
A1Gard 91c22e0046 added live preview
A1Gard ecf6301212 added preloader to panel
A1Gard 1004ec3bc8 improved Seeders
A1Gard d879825606 added last week orders to home
A1Gard e8993dcd81 added invoice seeder
added device pie chart
optimized order & invoice table struct
A1Gard 597beda443 added status to invoice
added user relations
added invoice and ticket to index
A1Gard abb4330d62 added last month visits to home
A1Gard 264e5faed0 added referer website to visitor
A1Gard 3166710510 optimized visitor model, migration, middleware, seeder
A1Gard 8bef2c82b4 added visitor statistics
A1Gard 861b6fd5a0 added some feature for theme and setting
fixed some bugs
optimized make part
A1Gard 8ae1915297 optimized client command
added post icon simple
A1Gard b45f3cbce7 added multi language support
A1Gard d885ce07be added sort button to category group
added sort to prop
A1Gard 6b1b8baeaa added panel rtl theme
A1Gard 56d18b1766 added persian lang
A1Gard fb4ba85c61 optimized png for slider group category
A1Gard 2325536a26 added cities and states controller
A1Gard 061784523b added watermark size and opacity to app setting
A1Gard 7467fbd7fe added optimize for category group slider
fixed bug part seeder
added watermark2 to SettingSeeder
added upload gitignore
A1Gard 3be0a8c4e8 added up-down button to areea
A1Gard 8ed804f615 added remove to part area
added sort part area
added topSimple part
added bootstrap to vendor assets
fixed slider simple duplicate bug
added setting group
fixed setting social group
A1Gard a49b9095ae optimized client assets generator
completed two preloader sample
A1Gard 5839e85f55 added Area and Part
added two preloader sample
A1Gard 7552e86c6b added client asset generator [WIP]
A1Gard 56e7c39248 added client assets
A1Gard e24fa89717 optimized
A1Gard ecd926b9ed added theme part command
A1Gard 801de6ae1d added color to setting
A1Gard 2cc4a75976 added GFX to panel
A1Gard a38f273f04 added admin log to setting
A1Gard 4f0928f8e2 fixed some fatal errors