Rozšířené statistiky #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: Extended Statistics
FeatureRequest enum:
STATISTICSDescription: Statistiky (nejoblíbenější podnik, nejpopulárnější jídla, nejobjednávanější pizzy, nejčastější uživatelé, ...)
Implementation Notes
Expand the statistics page with richer data and visualizations.
Key files to modify:
server/src/stats.ts– Add new statistical queries (most popular restaurant, most ordered meals, most ordered pizzas, most active users)client/src/pages/StatsPage.tsx– Add new charts/tables for the extended statisticsApproach: