Skip to content

Commit

Permalink
Remove old team members (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira authored Jun 23, 2024
1 parent de76b00 commit f8d9f39
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 74 deletions.
44 changes: 7 additions & 37 deletions dashboard/final-example/app/lib/placeholder-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ const users = [
];

const customers = [
{
id: 'd6e15727-9fe1-4961-8c5b-ea44a9bd81aa',
name: 'Evil Rabbit',
email: '[email protected]',
image_url: '/customers/evil-rabbit.png',
},
{
id: '3958dc9e-712f-4377-85e9-fec4b6a6442a',
name: 'Delba de Oliveira',
Expand All @@ -22,18 +28,6 @@ const customers = [
email: '[email protected]',
image_url: '/customers/lee-robinson.png',
},
{
id: '3958dc9e-737f-4377-85e9-fec4b6a6442a',
name: 'Hector Simpson',
email: '[email protected]',
image_url: '/customers/hector-simpson.png',
},
{
id: '50ca3e18-62cd-11ee-8c99-0242ac120002',
name: 'Steven Tey',
email: '[email protected]',
image_url: '/customers/steven-tey.png',
},
{
id: '3958dc9e-787f-4377-85e9-fec4b6a6442a',
name: 'Steph Dietz',
Expand All @@ -46,18 +40,6 @@ const customers = [
email: '[email protected]',
image_url: '/customers/michael-novotny.png',
},
{
id: 'd6e15727-9fe1-4961-8c5b-ea44a9bd81aa',
name: 'Evil Rabbit',
email: '[email protected]',
image_url: '/customers/evil-rabbit.png',
},
{
id: '126eed9c-c90c-4ef6-a4a8-fcf7408d3c66',
name: 'Emil Kowalski',
email: '[email protected]',
image_url: '/customers/emil-kowalski.png',
},
{
id: 'CC27C14A-0ACF-4F4A-A6C9-D45682C144B9',
name: 'Amy Burns',
Expand Down Expand Up @@ -110,7 +92,7 @@ const invoices = [
date: '2023-07-16',
},
{
customer_id: customers[6].id,
customer_id: customers[0].id,
amount: 666,
status: 'pending',
date: '2023-06-27',
Expand Down Expand Up @@ -145,18 +127,6 @@ const invoices = [
status: 'paid',
date: '2023-06-03',
},
{
customer_id: customers[2].id,
amount: 8945,
status: 'paid',
date: '2023-06-18',
},
{
customer_id: customers[0].id,
amount: 8945,
status: 'paid',
date: '2023-10-04',
},
{
customer_id: customers[2].id,
amount: 1000,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
44 changes: 7 additions & 37 deletions dashboard/starter-example/app/lib/placeholder-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ const users = [
];

const customers = [
{
id: 'd6e15727-9fe1-4961-8c5b-ea44a9bd81aa',
name: 'Evil Rabbit',
email: '[email protected]',
image_url: '/customers/evil-rabbit.png',
},
{
id: '3958dc9e-712f-4377-85e9-fec4b6a6442a',
name: 'Delba de Oliveira',
Expand All @@ -22,18 +28,6 @@ const customers = [
email: '[email protected]',
image_url: '/customers/lee-robinson.png',
},
{
id: '3958dc9e-737f-4377-85e9-fec4b6a6442a',
name: 'Hector Simpson',
email: '[email protected]',
image_url: '/customers/hector-simpson.png',
},
{
id: '50ca3e18-62cd-11ee-8c99-0242ac120002',
name: 'Steven Tey',
email: '[email protected]',
image_url: '/customers/steven-tey.png',
},
{
id: '3958dc9e-787f-4377-85e9-fec4b6a6442a',
name: 'Steph Dietz',
Expand All @@ -46,18 +40,6 @@ const customers = [
email: '[email protected]',
image_url: '/customers/michael-novotny.png',
},
{
id: 'd6e15727-9fe1-4961-8c5b-ea44a9bd81aa',
name: 'Evil Rabbit',
email: '[email protected]',
image_url: '/customers/evil-rabbit.png',
},
{
id: '126eed9c-c90c-4ef6-a4a8-fcf7408d3c66',
name: 'Emil Kowalski',
email: '[email protected]',
image_url: '/customers/emil-kowalski.png',
},
{
id: 'CC27C14A-0ACF-4F4A-A6C9-D45682C144B9',
name: 'Amy Burns',
Expand Down Expand Up @@ -110,7 +92,7 @@ const invoices = [
date: '2023-07-16',
},
{
customer_id: customers[6].id,
customer_id: customers[0].id,
amount: 666,
status: 'pending',
date: '2023-06-27',
Expand Down Expand Up @@ -145,18 +127,6 @@ const invoices = [
status: 'paid',
date: '2023-06-03',
},
{
customer_id: customers[2].id,
amount: 8945,
status: 'paid',
date: '2023-06-18',
},
{
customer_id: customers[0].id,
amount: 8945,
status: 'paid',
date: '2023-10-04',
},
{
customer_id: customers[2].id,
amount: 1000,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f8d9f39

Please sign in to comment.