Feature #7738
openCreate a separate api to get dashboard related data in a single api like orders,preorderes and custom design orders and its analytics
Start date:
02/16/2026
Due date:
02/16/2026 (29 days late)
% Done:
100%
Estimated time:
4:00 h (Total: 5:00 h)
Spent time:
3:00 h (Total: 4:00 h)
Related issues
Updated by Pavan Kumar Murala 29 days ago
- Status changed from New to In Progress
- Estimated time set to 4:00 h
Updated by Pavan Kumar Murala 29 days ago ยท Edited
- Status changed from In Progress to Resolved
In the Dashboard, I am passing useful statistical data such as:
Total Orders
Pending Orders
Custom Designs
Products
Preorders
Users
Last 5 recent orders
The API endpoint used for this is:
admin/dashboard/stats
This API provides filtered and useful dashboard data for display. I have also implemented date-based filters such as:
Today
Yesterday
This Week
This Month
Custom Date Filter
These filters help to show relevant and meaningful data dynamically on the dashboard.