Refine RFV segment descriptions
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 40s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 40s
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user