feat: enhance Forecast 2026 view with dynamic periods, top 50 badges and improved product details

This commit is contained in:
Christian Vidal Wolf
2026-01-26 16:24:09 +01:00
parent 83470042b4
commit ccdbcb2824
4 changed files with 110 additions and 33 deletions
+1
View File
@@ -1584,6 +1584,7 @@ export const calculateForecastViewData = (
asin: identifier,
sku: meta?.sku || identifier, // Fallback to ASIN if SKU not found
title: meta?.title || identifier,
line: meta?.line || "",
annualForecast: fc.annualForecast,
monthlyData
};