mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 04:23:57 +03:00
chore: introduce different creation dates
This commit is contained in:
parent
8555df6f3f
commit
874b920571
@ -17,7 +17,7 @@ export const defaultData: Array<Person> = [
|
||||
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<Person> = [
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user