Commit Graph

15 Commits

Author SHA1 Message Date
hosseintaromi 6c9ce63815 Updated the stats endpoint path to match backend (/api/v1/admin/checkout/orders/statistics). 2025-12-19 17:00:32 +03:30
hosseintaromi 5cda2bd5d2 feat(orders): update API routes and enhance order models for improved data handling 2025-09-26 14:14:04 +03:30
hosseintaromi dad0ff292d feat(orders): enhance order detail and list pages with improved data handling and UI updates 2025-09-26 12:16:58 +03:30
hosseintaromi e52ea39e60 feat(shipping-methods): add full CRUD scaffolding (list + form), API routes, query keys and React Query hooks; improve dropdown selected contrast; numeric inputs with thousand separators and no default zeros 2025-09-01 01:21:29 +03:30
hossein taromi 9544517fc9 feat(users-admin): implement user management features including list, detail, and form pages 2025-08-31 11:48:14 +03:30
hossein taromi d216a886d0 feat(orders): implement orders pages, update routes, and add order-related API constants 2025-08-30 17:38:19 +03:30
hossein taromi d8b6f2a54f feat(discount-codes): add discount codes pages, routes, and API constants 2025-08-30 17:17:04 +03:30
hosseintaromi 025d9de1d7 feat: add landing hero page and related routes in App, Sidebar, and API constants 2025-08-01 20:06:31 +03:30
hosseintaromi b287eaa320 chore: update remaining configuration files
- Update routes configuration
- Update roles module hooks, models, and requests
- Ensure all modified files are properly committed
2025-07-29 09:50:23 +03:30
hosseintaromi b3c3a8afd0 fix(product-options): update API routes and enhance product option models 2025-07-28 09:11:08 +03:30
hossein taromi 8c896c1855 feat(navigation): integrate product management into app navigation
- Add product management section to sidebar with nested menu items
- Include routes for products, categories, and product-options
- Update API routes constants with all new endpoints
- Add corresponding query keys for React Query caching
- Organize navigation with proper icons and hierarchy
2025-07-27 14:46:11 +03:30
hosseintaromi 1074d590a0 config: update API routes and disable cache
- Add all admin users, roles, and permissions API endpoints
- Update backend base URL to staging environment
- Disable React Query cache for fresh data on all requests
- Add query keys for new endpoints
2025-07-22 08:48:20 +03:30
hosseintaromi 9b39a4ac47 fix(config): update API base URL to staging server
- Change base URL from http://185.208.175.150:8090 to https://apimznstg.aireview.ir
- Update to use HTTPS staging environment
2025-07-21 23:32:39 +03:30
hosseintaromi 50f596c999 feat(config): add roles API routes and query keys
- Add comprehensive roles API endpoints
- Add permissions API endpoint
- Add React Query keys for roles operations
2025-07-18 14:02:50 +03:30
hosseintaromi b15c0ac5ab feat(config): add API configuration and constants
- Add API base URL and routes configuration
- Add environment variables types
- Add query keys for React Query
- Add general variables like pageSize
2025-07-18 13:06:00 +03:30