Use recent data for purchase hour pattern
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m29s

This commit is contained in:
Cauê Faleiros
2026-07-01 13:17:05 -03:00
parent 57fd48ccc5
commit 27d2980b32
5 changed files with 82 additions and 21 deletions

View File

@@ -168,6 +168,8 @@ export interface ClientFilterOptions {
}
export interface ClientPurchasePatternAnalytics {
weekdayRangeLabel?: string;
hourRangeLabel?: string;
purchaseWeekdays: Array<{
label: string;
value: number;