issues
search
ahmedabougabal
/
ITICafeFoodDeliveryApp
Our ITI graduation project was born from a genuine desire to solve a real-world problem faced by our fellow students. As we conclude our academic journey, we wanted to leave a meaningful impact on our institution.
4
stars
1
forks
source link
Add new API endpoint for sales statistics
#80
Closed
ahmedabougabal
closed
1 month ago
ahmedabougabal
commented
1 month ago
Added a new URL pattern for the 'sales_stats' view.
Defined the endpoint as 'sales-stats/' and mapped it to the 'sales_stats' method in the OrderViewSet.
This endpoint allows GET requests to fetch sales statistics.