Remove old team members (#744)

This commit is contained in:
Delba de Oliveira
2024-06-23 17:33:55 +01:00
committed by GitHub
parent de76b00263
commit f8d9f39f44
12 changed files with 14 additions and 74 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB