Refine RFV segment descriptions
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 40s

This commit is contained in:
Cauê Faleiros
2026-06-22 10:22:40 -03:00
parent 9953dd3149
commit 3c74fa7210

View File

@@ -33,9 +33,9 @@ const rfmSegmentDefinitions: Array<Pick<RfmSegment, 'key' | 'label'>> = [
]; ];
const segmentDescriptions: Record<string, string> = { const segmentDescriptions: Record<string, string> = {
champions: 'Recentes, 5+ pedidos e valor alto', champions: 'Recentes, recorrentes e valiosos',
potential_loyalists: 'Recentes com 2+ pedidos em evolução', potential_loyalists: 'Recentes e em evolução',
new_customers: 'Primeiro pedido nos últimos 60 dias', new_customers: 'Primeira compra recente',
loyal_customers: 'Bom histórico, compra entre 61 e 180 dias', loyal_customers: 'Bom histórico, compra entre 61 e 180 dias',
need_attention: 'Perfil médio, compra entre 61 e 180 dias', need_attention: 'Perfil médio, compra entre 61 e 180 dias',
about_to_sleep: 'Perfil baixo, compra entre 61 e 180 dias', about_to_sleep: 'Perfil baixo, compra entre 61 e 180 dias',