Skip to content

Commit

Permalink
Rename folder, add team members
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Oct 26, 2023
1 parent b6baca4 commit f5940ed
Show file tree
Hide file tree
Showing 87 changed files with 11 additions and 112 deletions.
5 changes: 0 additions & 5 deletions dashboard/01-getting-started/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/02-styling/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/03-creating-layouts-and-pages/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/04-navigating-between-routes/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/05-optimizing-images-and-fonts/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/06-creating-the-dashboard-pages/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/07-setting-up-a-database/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/08-adding-authentication/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/09-fetching-dashboard-data/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/10-mutating-dashboard-data/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/11-adding-search-and-pagination/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/12-debugging-and-testing/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/13-adding-metadata/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions dashboard/14-deploying/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions dashboard/15-final/public/acme-logo.svg

This file was deleted.

Binary file removed dashboard/15-final/public/customers/amy-burns.png
Binary file not shown.
Binary file removed dashboard/15-final/public/customers/balazs-orban.png
Binary file not shown.
Binary file not shown.
Binary file removed dashboard/15-final/public/customers/tom-occhino.png
Binary file not shown.
20 changes: 0 additions & 20 deletions dashboard/15-final/public/icon.svg

This file was deleted.

Binary file removed dashboard/15-final/public/og-image.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
// https://nextjs.org/learn/dashboard-app/fetching-data
const users = [
{
id: '410544b2-4001-4271-9855-68f1c4f65645',
id: '410544b2-4001-4271-9855-fec4b6a6442a',
name: 'User',
email: 'user@nextmail.com',
password: '123456',
CredentialsSignin,
},
];

Expand All @@ -25,15 +24,15 @@ const customers = [
},
{
id: '3958dc9e-737f-4377-85e9-fec4b6a6442a',
name: 'Guillermo Rauch',
email: 'guillermo@rauch.com',
image_url: '/customers/guillermo-rauch.png',
name: 'Hector Simpson',
email: 'hector@simpson.com',
image_url: '/customers/hector-simpson.png',
},
{
id: '50ca3e18-62cd-11ee-8c99-0242ac120002',
name: 'Jared Palmer',
email: 'jared@palmer.com',
image_url: '/customers/jared-palmer.png',
name: 'Steven Tey',
email: 'steven@tey.com',
image_url: '/customers/steven-tey.png',
},
{
id: '3958dc9e-787f-4377-85e9-fec4b6a6442a',
Expand All @@ -43,9 +42,9 @@ const customers = [
},
{
id: '76d65c26-f784-44a2-ac19-586678f7c2f2',
name: 'Tom Occhino',
email: 'tom@occhino.com',
image_url: '/customers/tom-occhino.png',
name: 'Michael Novotny',
email: 'michael@novotny.com',
image_url: '/customers/michael-novotny.png',
},
{
id: 'd6e15727-9fe1-4961-8c5b-ea44a9bd81aa',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const bcrypt = require('bcrypt');

async function seedUsers() {
try {
await sql`CREATE EXTENSION IF NOT EXISTS "uuid-ossp"`;
// Create the "invoices" table if it doesn't exist
const createTable = await sql`
CREATE TABLE IF NOT EXISTS users (
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f5940ed

Please sign in to comment.