From 874b9205711d15c558e2eb5e80e0d8ca55ff810d Mon Sep 17 00:00:00 2001 From: Sammy Teillet Date: Thu, 20 Apr 2023 11:16:03 +0200 Subject: [PATCH] chore: introduce different creation dates --- front/src/pages/people/defaultData.ts | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/front/src/pages/people/defaultData.ts b/front/src/pages/people/defaultData.ts index be2c06c9d..e071b07f8 100644 --- a/front/src/pages/people/defaultData.ts +++ b/front/src/pages/people/defaultData.ts @@ -17,7 +17,7 @@ export const defaultData: Array = [ email: 'alexandre@qonto.com', company: { id: 2, name: 'LinkedIn', domain: 'linkedin.com' }, phone: '06 12 34 56 78', - creationDate: new Date('Feb 23, 2018'), + creationDate: new Date('Feb 22, 2018'), pipe: { id: 1, name: 'Sales Pipeline', icon: 'faUser' }, city: 'Paris', countryCode: 'FR', @@ -26,30 +26,20 @@ export const defaultData: Array = [ fullName: 'Alexandre Prot', picture: 'http://placekitten.com/256', email: 'alexandre@qonto.com', - company: { id: 1, name: 'Qonto', domain: 'qonto.com' }, + company: { id: 5, name: 'Sequoia', domain: 'sequoiacap.com' }, phone: '06 12 34 56 78', - creationDate: new Date('Feb 23, 2018'), - pipe: { id: 1, name: 'Sales Pipeline', icon: 'faUser' }, - city: 'Paris', - countryCode: 'FR', - }, - { - fullName: 'Alexandre Prot', - picture: 'https://placekitten.com/g/256', - email: 'alexandre@qonto.com', - company: { id: 1, name: 'Slack', domain: 'slack.com' }, - phone: '06 12 34 56 78', - creationDate: new Date('Feb 23, 2018'), + creationDate: new Date('Feb 21, 2018'), pipe: { id: 1, name: 'Sales Pipeline', icon: 'faUser' }, city: 'Paris', countryCode: 'FR', }, + { fullName: 'Alexandre Prot', email: 'alexandre@qonto.com', company: { id: 2, name: 'Facebook', domain: 'facebook.com' }, phone: '06 12 34 56 78', - creationDate: new Date('Feb 23, 2018'), + creationDate: new Date('Feb 25, 2018'), pipe: { id: 1, name: 'Sales Pipeline', icon: 'faUser' }, city: 'Paris', countryCode: 'FR',