From 5e45dad54a5efaf1f4dd74d9a047b72b541f3c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Sodi=C4=87?= Date: Mon, 16 Oct 2023 16:29:44 +0200 Subject: [PATCH] Make example app names more descriptive (#1512) Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com> --- .../.gitignore | 0 .../.wasproot | 0 .../Notes.md | 0 .../README.md | 0 .../fly-client.toml | 0 .../fly-server.toml | 0 .../main.wasp | 0 .../migrations/20211216021230_dummy/migration.sql | 0 .../20220518180354_add_metrics/migration.sql | 0 .../20220518182534_remove_dummy/migration.sql | 0 .../migration.sql | 0 .../migrations/migration_lock.toml | 0 .../src/.waspignore | 0 .../src/client/MainPage.jsx | 0 .../src/client/WaspSourceHeader.jsx | 0 .../src/client/addWaspSourceHeader.jsx | 0 .../src/client/jsconfig.json | 0 .../src/client/style.css | 0 .../src/client/waspLogo.png | Bin .../src/server/dashboard.js | 0 .../src/server/jsconfig.json | 0 .../src/server/serverSetup.js | 0 .../src/server/workers/github.js | 0 .../src/server/workers/loadTime.js | 0 .../src/server/workers/utils.js | 0 .../src/shared/jsconfig.json | 0 .../{thoughts => db-seeding-thoughts}/.gitignore | 0 .../src => db-seeding-thoughts}/.waspignore | 0 .../{streaming => db-seeding-thoughts}/.wasproot | 0 .../{thoughts => db-seeding-thoughts}/README.md | 0 .../fly-client.toml | 0 .../fly-server.toml | 0 .../{thoughts => db-seeding-thoughts}/main.wasp | 0 .../migrations/20210513205603_/migration.sql | 0 .../migration.sql | 0 .../20210713182512_tags_unique/migration.sql | 0 .../migration.sql | 0 .../20220818165835_getting_up_to_date/migration.sql | 0 .../migrations/migration_lock.toml | 0 .../src/client/Layout.css | 0 .../src/client/Layout.jsx | 0 .../src/client/LoginPage.jsx | 0 .../src/client/Main.css | 0 .../src/client/MainPage.jsx | 0 .../src/client/SignupPage.jsx | 0 .../src/client/Tag.css | 0 .../src/client/Tag.jsx | 0 .../src/client/TagsSidebar.css | 0 .../src/client/TagsSidebar.jsx | 0 .../src/client/Thought.css | 0 .../src/client/ThoughtsPage.css | 0 .../src/client/ThoughtsPage.jsx | 0 .../src/client/TopNavbar.css | 0 .../src/client/TopNavbar.jsx | 0 .../src/client/WaspSourceHeader.jsx | 0 .../src/client/addWaspSourceHeader.jsx | 0 .../src/client/jsconfig.json | 0 .../src/client/waspLogo.png | Bin .../src/server/actions.js | 0 .../src/server/jsconfig.json | 0 .../src/server/queries.js | 0 .../src/server/seeds.js | 0 .../src/shared/jsconfig.json | 0 .../.gitignore | 0 .../{thoughts => gpt-response-streaming}/.wasproot | 0 .../{streaming => gpt-response-streaming}/main.wasp | 0 .../src}/.waspignore | 0 .../src/client/Main.css | 0 .../src/client/MainPage.jsx | 0 .../src/client/tsconfig.json | 0 .../src/client/vite-env.d.ts | 0 .../src/client/waspLogo.png | Bin .../src/server/streaming.ts | 0 .../src/server/tsconfig.json | 0 .../src/shared/tsconfig.json | 0 .../{hackathon => hackathon-submissions}/.gitignore | 0 .../.wasproot | 0 .../{hackathon => hackathon-submissions}/README.md | 0 .../{hackathon => hackathon-submissions}/main.wasp | 2 +- .../postcss.config.cjs | 0 .../src/.waspignore | 0 .../src/client/Main.css | 0 .../src/client/MainPage.tsx | 0 .../src/client/betathonLogo.png | Bin .../src/client/components/Navbar.tsx | 0 .../src/client/components/Projects.tsx | 0 .../src/client/components/SubmissionForm.tsx | 0 .../src/client/tsconfig.json | 0 .../src/client/vite-env.d.ts | 0 .../src/client/waspLogo.png | Bin .../src/server/actions.js | 0 .../src/server/queries.js | 0 .../src/server/tsconfig.json | 0 .../src/shared/tsconfig.json | 0 .../tailwind.config.cjs | 0 .../.gitignore | 0 .../{waspello => todo-app-in-typescript}/.wasproot | 0 .../main.wasp | 0 .../migrations/20231012121747_initial/migration.sql | 0 .../migrations/migration_lock.toml | 0 .../src/.waspignore | 0 .../src/client/LoginPage.tsx | 0 .../src/client/Main.css | 0 .../src/client/MainPage.tsx | 0 .../src/client/SignupPage.tsx | 0 .../src/client/tsconfig.json | 0 .../src/client/vite-env.d.ts | 0 .../src/client/waspLogo.png | Bin .../src/server/actions.ts | 0 .../src/server/queries.ts | 0 .../src/server/tsconfig.json | 0 .../src/shared/tsconfig.json | 0 .../{waspello => trello-clone-waspello}/.gitignore | 0 .../{waspleau => trello-clone-waspello}/.wasproot | 0 .../{waspello => trello-clone-waspello}/README.md | 0 .../{waspello => trello-clone-waspello}/env.server | 0 .../{waspello => trello-clone-waspello}/fly.toml | 0 .../{waspello => trello-clone-waspello}/main.wasp | 0 .../migration.sql | 0 .../migration.sql | 0 .../migration.sql | 0 .../migration.sql | 0 .../migrations/migration_lock.toml | 0 .../postcss.config.cjs | 0 .../src/.waspignore | 0 .../src/client/Auth/EmailAndPassForm.jsx | 0 .../src/client/Auth/GoogleAuthButton.jsx | 0 .../src/client/LoginPage.jsx | 0 .../src/client/Main.css | 0 .../src/client/MainPage.jsx | 0 .../src/client/Navbar.css | 0 .../src/client/Navbar.jsx | 0 .../src/client/PositionContext.jsx | 0 .../src/client/Signup.css | 0 .../src/client/SignupPage.jsx | 0 .../src/client/UserPageLayout.css | 0 .../src/client/UserPageLayout.jsx | 0 .../src/client/WaspSourceHeader.jsx | 0 .../src/client/addWaspSourceHeader.jsx | 0 .../src/client/google-logo.svg | 0 .../src/client/jsconfig.json | 0 .../src/client/waspLogo.png | Bin .../src/client/waspello-logo-navbar.svg | 0 .../src/client/waspello-logo.svg | 0 .../src/server/actions.js | 0 .../src/server/jsconfig.json | 0 .../src/server/queries.js | 0 .../src/shared/jsconfig.json | 0 .../tailwind.config.cjs | 0 149 files changed, 1 insertion(+), 1 deletion(-) rename examples/{waspleau => cronjobs-analytics-waspleau}/.gitignore (100%) rename examples/{hackathon => cronjobs-analytics-waspleau}/.wasproot (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/Notes.md (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/README.md (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/fly-client.toml (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/fly-server.toml (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/main.wasp (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/migrations/20211216021230_dummy/migration.sql (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/migrations/20220518180354_add_metrics/migration.sql (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/migrations/20220518182534_remove_dummy/migration.sql (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/migrations/20221124022424_rename_metric_model/migration.sql (100%) rename examples/{thoughts => cronjobs-analytics-waspleau}/migrations/migration_lock.toml (100%) rename examples/{hackathon => cronjobs-analytics-waspleau}/src/.waspignore (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/client/MainPage.jsx (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/client/WaspSourceHeader.jsx (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/client/addWaspSourceHeader.jsx (100%) rename examples/{thoughts => cronjobs-analytics-waspleau}/src/client/jsconfig.json (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/client/style.css (100%) rename examples/{streaming => cronjobs-analytics-waspleau}/src/client/waspLogo.png (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/server/dashboard.js (100%) rename examples/{thoughts => cronjobs-analytics-waspleau}/src/server/jsconfig.json (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/server/serverSetup.js (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/server/workers/github.js (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/server/workers/loadTime.js (100%) rename examples/{waspleau => cronjobs-analytics-waspleau}/src/server/workers/utils.js (100%) rename examples/{thoughts => cronjobs-analytics-waspleau}/src/shared/jsconfig.json (100%) rename examples/{thoughts => db-seeding-thoughts}/.gitignore (100%) rename examples/{streaming/src => db-seeding-thoughts}/.waspignore (100%) rename examples/{streaming => db-seeding-thoughts}/.wasproot (100%) rename examples/{thoughts => db-seeding-thoughts}/README.md (100%) rename examples/{thoughts => db-seeding-thoughts}/fly-client.toml (100%) rename examples/{thoughts => db-seeding-thoughts}/fly-server.toml (100%) rename examples/{thoughts => db-seeding-thoughts}/main.wasp (100%) rename examples/{thoughts => db-seeding-thoughts}/migrations/20210513205603_/migration.sql (100%) rename examples/{thoughts => db-seeding-thoughts}/migrations/20210713180928_attached_entities_to_user/migration.sql (100%) rename examples/{thoughts => db-seeding-thoughts}/migrations/20210713182512_tags_unique/migration.sql (100%) rename examples/{thoughts => db-seeding-thoughts}/migrations/20220818151104_rename_email_to_username/migration.sql (100%) rename examples/{thoughts => db-seeding-thoughts}/migrations/20220818165835_getting_up_to_date/migration.sql (100%) rename examples/{waspello => db-seeding-thoughts}/migrations/migration_lock.toml (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/Layout.css (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/Layout.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/LoginPage.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/Main.css (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/MainPage.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/SignupPage.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/Tag.css (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/Tag.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/TagsSidebar.css (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/TagsSidebar.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/Thought.css (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/ThoughtsPage.css (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/ThoughtsPage.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/TopNavbar.css (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/TopNavbar.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/WaspSourceHeader.jsx (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/addWaspSourceHeader.jsx (100%) rename examples/{waspello => db-seeding-thoughts}/src/client/jsconfig.json (100%) rename examples/{thoughts => db-seeding-thoughts}/src/client/waspLogo.png (100%) rename examples/{thoughts => db-seeding-thoughts}/src/server/actions.js (100%) rename examples/{waspello => db-seeding-thoughts}/src/server/jsconfig.json (100%) rename examples/{thoughts => db-seeding-thoughts}/src/server/queries.js (100%) rename examples/{thoughts => db-seeding-thoughts}/src/server/seeds.js (100%) rename examples/{waspello => db-seeding-thoughts}/src/shared/jsconfig.json (100%) rename examples/{streaming => gpt-response-streaming}/.gitignore (100%) rename examples/{thoughts => gpt-response-streaming}/.wasproot (100%) rename examples/{streaming => gpt-response-streaming}/main.wasp (100%) rename examples/{thoughts => gpt-response-streaming/src}/.waspignore (100%) rename examples/{streaming => gpt-response-streaming}/src/client/Main.css (100%) rename examples/{streaming => gpt-response-streaming}/src/client/MainPage.jsx (100%) rename examples/{streaming => gpt-response-streaming}/src/client/tsconfig.json (100%) rename examples/{hackathon => gpt-response-streaming}/src/client/vite-env.d.ts (100%) rename examples/{todo-typescript => gpt-response-streaming}/src/client/waspLogo.png (100%) rename examples/{streaming => gpt-response-streaming}/src/server/streaming.ts (100%) rename examples/{streaming => gpt-response-streaming}/src/server/tsconfig.json (100%) rename examples/{hackathon => gpt-response-streaming}/src/shared/tsconfig.json (100%) rename examples/{hackathon => hackathon-submissions}/.gitignore (100%) rename examples/{todo-typescript => hackathon-submissions}/.wasproot (100%) rename examples/{hackathon => hackathon-submissions}/README.md (100%) rename examples/{hackathon => hackathon-submissions}/main.wasp (95%) rename examples/{hackathon => hackathon-submissions}/postcss.config.cjs (100%) rename examples/{todo-typescript => hackathon-submissions}/src/.waspignore (100%) rename examples/{hackathon => hackathon-submissions}/src/client/Main.css (100%) rename examples/{hackathon => hackathon-submissions}/src/client/MainPage.tsx (100%) rename examples/{hackathon => hackathon-submissions}/src/client/betathonLogo.png (100%) rename examples/{hackathon => hackathon-submissions}/src/client/components/Navbar.tsx (100%) rename examples/{hackathon => hackathon-submissions}/src/client/components/Projects.tsx (100%) rename examples/{hackathon => hackathon-submissions}/src/client/components/SubmissionForm.tsx (100%) rename examples/{hackathon => hackathon-submissions}/src/client/tsconfig.json (100%) rename examples/{streaming => hackathon-submissions}/src/client/vite-env.d.ts (100%) rename examples/{hackathon => hackathon-submissions}/src/client/waspLogo.png (100%) rename examples/{hackathon => hackathon-submissions}/src/server/actions.js (100%) rename examples/{hackathon => hackathon-submissions}/src/server/queries.js (100%) rename examples/{hackathon => hackathon-submissions}/src/server/tsconfig.json (100%) rename examples/{streaming => hackathon-submissions}/src/shared/tsconfig.json (100%) rename examples/{hackathon => hackathon-submissions}/tailwind.config.cjs (100%) rename examples/{todo-typescript => todo-app-in-typescript}/.gitignore (100%) rename examples/{waspello => todo-app-in-typescript}/.wasproot (100%) rename examples/{todo-typescript => todo-app-in-typescript}/main.wasp (100%) rename examples/{todo-typescript => todo-app-in-typescript}/migrations/20231012121747_initial/migration.sql (100%) rename examples/{todo-typescript => todo-app-in-typescript}/migrations/migration_lock.toml (100%) rename examples/{waspello => todo-app-in-typescript}/src/.waspignore (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/client/LoginPage.tsx (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/client/Main.css (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/client/MainPage.tsx (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/client/SignupPage.tsx (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/client/tsconfig.json (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/client/vite-env.d.ts (100%) rename examples/{waspello => todo-app-in-typescript}/src/client/waspLogo.png (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/server/actions.ts (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/server/queries.ts (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/server/tsconfig.json (100%) rename examples/{todo-typescript => todo-app-in-typescript}/src/shared/tsconfig.json (100%) rename examples/{waspello => trello-clone-waspello}/.gitignore (100%) rename examples/{waspleau => trello-clone-waspello}/.wasproot (100%) rename examples/{waspello => trello-clone-waspello}/README.md (100%) rename examples/{waspello => trello-clone-waspello}/env.server (100%) rename examples/{waspello => trello-clone-waspello}/fly.toml (100%) rename examples/{waspello => trello-clone-waspello}/main.wasp (100%) rename examples/{waspello => trello-clone-waspello}/migrations/20211002184633_added_waspello_entities/migration.sql (100%) rename examples/{waspello => trello-clone-waspello}/migrations/20220211211659_upgrade_prisma_to_3_9_1/migration.sql (100%) rename examples/{waspello => trello-clone-waspello}/migrations/20220818151104_rename_email_to_username/migration.sql (100%) rename examples/{waspello => trello-clone-waspello}/migrations/20221122161320_added_social_login_with_google/migration.sql (100%) rename examples/{waspleau => trello-clone-waspello}/migrations/migration_lock.toml (100%) rename examples/{waspello => trello-clone-waspello}/postcss.config.cjs (100%) rename examples/{waspleau => trello-clone-waspello}/src/.waspignore (100%) rename examples/{waspello => trello-clone-waspello}/src/client/Auth/EmailAndPassForm.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/Auth/GoogleAuthButton.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/LoginPage.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/Main.css (100%) rename examples/{waspello => trello-clone-waspello}/src/client/MainPage.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/Navbar.css (100%) rename examples/{waspello => trello-clone-waspello}/src/client/Navbar.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/PositionContext.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/Signup.css (100%) rename examples/{waspello => trello-clone-waspello}/src/client/SignupPage.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/UserPageLayout.css (100%) rename examples/{waspello => trello-clone-waspello}/src/client/UserPageLayout.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/WaspSourceHeader.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/addWaspSourceHeader.jsx (100%) rename examples/{waspello => trello-clone-waspello}/src/client/google-logo.svg (100%) rename examples/{waspleau => trello-clone-waspello}/src/client/jsconfig.json (100%) rename examples/{waspleau => trello-clone-waspello}/src/client/waspLogo.png (100%) rename examples/{waspello => trello-clone-waspello}/src/client/waspello-logo-navbar.svg (100%) rename examples/{waspello => trello-clone-waspello}/src/client/waspello-logo.svg (100%) rename examples/{waspello => trello-clone-waspello}/src/server/actions.js (100%) rename examples/{waspleau => trello-clone-waspello}/src/server/jsconfig.json (100%) rename examples/{waspello => trello-clone-waspello}/src/server/queries.js (100%) rename examples/{waspleau => trello-clone-waspello}/src/shared/jsconfig.json (100%) rename examples/{waspello => trello-clone-waspello}/tailwind.config.cjs (100%) diff --git a/examples/waspleau/.gitignore b/examples/cronjobs-analytics-waspleau/.gitignore similarity index 100% rename from examples/waspleau/.gitignore rename to examples/cronjobs-analytics-waspleau/.gitignore diff --git a/examples/hackathon/.wasproot b/examples/cronjobs-analytics-waspleau/.wasproot similarity index 100% rename from examples/hackathon/.wasproot rename to examples/cronjobs-analytics-waspleau/.wasproot diff --git a/examples/waspleau/Notes.md b/examples/cronjobs-analytics-waspleau/Notes.md similarity index 100% rename from examples/waspleau/Notes.md rename to examples/cronjobs-analytics-waspleau/Notes.md diff --git a/examples/waspleau/README.md b/examples/cronjobs-analytics-waspleau/README.md similarity index 100% rename from examples/waspleau/README.md rename to examples/cronjobs-analytics-waspleau/README.md diff --git a/examples/waspleau/fly-client.toml b/examples/cronjobs-analytics-waspleau/fly-client.toml similarity index 100% rename from examples/waspleau/fly-client.toml rename to examples/cronjobs-analytics-waspleau/fly-client.toml diff --git a/examples/waspleau/fly-server.toml b/examples/cronjobs-analytics-waspleau/fly-server.toml similarity index 100% rename from examples/waspleau/fly-server.toml rename to examples/cronjobs-analytics-waspleau/fly-server.toml diff --git a/examples/waspleau/main.wasp b/examples/cronjobs-analytics-waspleau/main.wasp similarity index 100% rename from examples/waspleau/main.wasp rename to examples/cronjobs-analytics-waspleau/main.wasp diff --git a/examples/waspleau/migrations/20211216021230_dummy/migration.sql b/examples/cronjobs-analytics-waspleau/migrations/20211216021230_dummy/migration.sql similarity index 100% rename from examples/waspleau/migrations/20211216021230_dummy/migration.sql rename to examples/cronjobs-analytics-waspleau/migrations/20211216021230_dummy/migration.sql diff --git a/examples/waspleau/migrations/20220518180354_add_metrics/migration.sql b/examples/cronjobs-analytics-waspleau/migrations/20220518180354_add_metrics/migration.sql similarity index 100% rename from examples/waspleau/migrations/20220518180354_add_metrics/migration.sql rename to examples/cronjobs-analytics-waspleau/migrations/20220518180354_add_metrics/migration.sql diff --git a/examples/waspleau/migrations/20220518182534_remove_dummy/migration.sql b/examples/cronjobs-analytics-waspleau/migrations/20220518182534_remove_dummy/migration.sql similarity index 100% rename from examples/waspleau/migrations/20220518182534_remove_dummy/migration.sql rename to examples/cronjobs-analytics-waspleau/migrations/20220518182534_remove_dummy/migration.sql diff --git a/examples/waspleau/migrations/20221124022424_rename_metric_model/migration.sql b/examples/cronjobs-analytics-waspleau/migrations/20221124022424_rename_metric_model/migration.sql similarity index 100% rename from examples/waspleau/migrations/20221124022424_rename_metric_model/migration.sql rename to examples/cronjobs-analytics-waspleau/migrations/20221124022424_rename_metric_model/migration.sql diff --git a/examples/thoughts/migrations/migration_lock.toml b/examples/cronjobs-analytics-waspleau/migrations/migration_lock.toml similarity index 100% rename from examples/thoughts/migrations/migration_lock.toml rename to examples/cronjobs-analytics-waspleau/migrations/migration_lock.toml diff --git a/examples/hackathon/src/.waspignore b/examples/cronjobs-analytics-waspleau/src/.waspignore similarity index 100% rename from examples/hackathon/src/.waspignore rename to examples/cronjobs-analytics-waspleau/src/.waspignore diff --git a/examples/waspleau/src/client/MainPage.jsx b/examples/cronjobs-analytics-waspleau/src/client/MainPage.jsx similarity index 100% rename from examples/waspleau/src/client/MainPage.jsx rename to examples/cronjobs-analytics-waspleau/src/client/MainPage.jsx diff --git a/examples/waspleau/src/client/WaspSourceHeader.jsx b/examples/cronjobs-analytics-waspleau/src/client/WaspSourceHeader.jsx similarity index 100% rename from examples/waspleau/src/client/WaspSourceHeader.jsx rename to examples/cronjobs-analytics-waspleau/src/client/WaspSourceHeader.jsx diff --git a/examples/waspleau/src/client/addWaspSourceHeader.jsx b/examples/cronjobs-analytics-waspleau/src/client/addWaspSourceHeader.jsx similarity index 100% rename from examples/waspleau/src/client/addWaspSourceHeader.jsx rename to examples/cronjobs-analytics-waspleau/src/client/addWaspSourceHeader.jsx diff --git a/examples/thoughts/src/client/jsconfig.json b/examples/cronjobs-analytics-waspleau/src/client/jsconfig.json similarity index 100% rename from examples/thoughts/src/client/jsconfig.json rename to examples/cronjobs-analytics-waspleau/src/client/jsconfig.json diff --git a/examples/waspleau/src/client/style.css b/examples/cronjobs-analytics-waspleau/src/client/style.css similarity index 100% rename from examples/waspleau/src/client/style.css rename to examples/cronjobs-analytics-waspleau/src/client/style.css diff --git a/examples/streaming/src/client/waspLogo.png b/examples/cronjobs-analytics-waspleau/src/client/waspLogo.png similarity index 100% rename from examples/streaming/src/client/waspLogo.png rename to examples/cronjobs-analytics-waspleau/src/client/waspLogo.png diff --git a/examples/waspleau/src/server/dashboard.js b/examples/cronjobs-analytics-waspleau/src/server/dashboard.js similarity index 100% rename from examples/waspleau/src/server/dashboard.js rename to examples/cronjobs-analytics-waspleau/src/server/dashboard.js diff --git a/examples/thoughts/src/server/jsconfig.json b/examples/cronjobs-analytics-waspleau/src/server/jsconfig.json similarity index 100% rename from examples/thoughts/src/server/jsconfig.json rename to examples/cronjobs-analytics-waspleau/src/server/jsconfig.json diff --git a/examples/waspleau/src/server/serverSetup.js b/examples/cronjobs-analytics-waspleau/src/server/serverSetup.js similarity index 100% rename from examples/waspleau/src/server/serverSetup.js rename to examples/cronjobs-analytics-waspleau/src/server/serverSetup.js diff --git a/examples/waspleau/src/server/workers/github.js b/examples/cronjobs-analytics-waspleau/src/server/workers/github.js similarity index 100% rename from examples/waspleau/src/server/workers/github.js rename to examples/cronjobs-analytics-waspleau/src/server/workers/github.js diff --git a/examples/waspleau/src/server/workers/loadTime.js b/examples/cronjobs-analytics-waspleau/src/server/workers/loadTime.js similarity index 100% rename from examples/waspleau/src/server/workers/loadTime.js rename to examples/cronjobs-analytics-waspleau/src/server/workers/loadTime.js diff --git a/examples/waspleau/src/server/workers/utils.js b/examples/cronjobs-analytics-waspleau/src/server/workers/utils.js similarity index 100% rename from examples/waspleau/src/server/workers/utils.js rename to examples/cronjobs-analytics-waspleau/src/server/workers/utils.js diff --git a/examples/thoughts/src/shared/jsconfig.json b/examples/cronjobs-analytics-waspleau/src/shared/jsconfig.json similarity index 100% rename from examples/thoughts/src/shared/jsconfig.json rename to examples/cronjobs-analytics-waspleau/src/shared/jsconfig.json diff --git a/examples/thoughts/.gitignore b/examples/db-seeding-thoughts/.gitignore similarity index 100% rename from examples/thoughts/.gitignore rename to examples/db-seeding-thoughts/.gitignore diff --git a/examples/streaming/src/.waspignore b/examples/db-seeding-thoughts/.waspignore similarity index 100% rename from examples/streaming/src/.waspignore rename to examples/db-seeding-thoughts/.waspignore diff --git a/examples/streaming/.wasproot b/examples/db-seeding-thoughts/.wasproot similarity index 100% rename from examples/streaming/.wasproot rename to examples/db-seeding-thoughts/.wasproot diff --git a/examples/thoughts/README.md b/examples/db-seeding-thoughts/README.md similarity index 100% rename from examples/thoughts/README.md rename to examples/db-seeding-thoughts/README.md diff --git a/examples/thoughts/fly-client.toml b/examples/db-seeding-thoughts/fly-client.toml similarity index 100% rename from examples/thoughts/fly-client.toml rename to examples/db-seeding-thoughts/fly-client.toml diff --git a/examples/thoughts/fly-server.toml b/examples/db-seeding-thoughts/fly-server.toml similarity index 100% rename from examples/thoughts/fly-server.toml rename to examples/db-seeding-thoughts/fly-server.toml diff --git a/examples/thoughts/main.wasp b/examples/db-seeding-thoughts/main.wasp similarity index 100% rename from examples/thoughts/main.wasp rename to examples/db-seeding-thoughts/main.wasp diff --git a/examples/thoughts/migrations/20210513205603_/migration.sql b/examples/db-seeding-thoughts/migrations/20210513205603_/migration.sql similarity index 100% rename from examples/thoughts/migrations/20210513205603_/migration.sql rename to examples/db-seeding-thoughts/migrations/20210513205603_/migration.sql diff --git a/examples/thoughts/migrations/20210713180928_attached_entities_to_user/migration.sql b/examples/db-seeding-thoughts/migrations/20210713180928_attached_entities_to_user/migration.sql similarity index 100% rename from examples/thoughts/migrations/20210713180928_attached_entities_to_user/migration.sql rename to examples/db-seeding-thoughts/migrations/20210713180928_attached_entities_to_user/migration.sql diff --git a/examples/thoughts/migrations/20210713182512_tags_unique/migration.sql b/examples/db-seeding-thoughts/migrations/20210713182512_tags_unique/migration.sql similarity index 100% rename from examples/thoughts/migrations/20210713182512_tags_unique/migration.sql rename to examples/db-seeding-thoughts/migrations/20210713182512_tags_unique/migration.sql diff --git a/examples/thoughts/migrations/20220818151104_rename_email_to_username/migration.sql b/examples/db-seeding-thoughts/migrations/20220818151104_rename_email_to_username/migration.sql similarity index 100% rename from examples/thoughts/migrations/20220818151104_rename_email_to_username/migration.sql rename to examples/db-seeding-thoughts/migrations/20220818151104_rename_email_to_username/migration.sql diff --git a/examples/thoughts/migrations/20220818165835_getting_up_to_date/migration.sql b/examples/db-seeding-thoughts/migrations/20220818165835_getting_up_to_date/migration.sql similarity index 100% rename from examples/thoughts/migrations/20220818165835_getting_up_to_date/migration.sql rename to examples/db-seeding-thoughts/migrations/20220818165835_getting_up_to_date/migration.sql diff --git a/examples/waspello/migrations/migration_lock.toml b/examples/db-seeding-thoughts/migrations/migration_lock.toml similarity index 100% rename from examples/waspello/migrations/migration_lock.toml rename to examples/db-seeding-thoughts/migrations/migration_lock.toml diff --git a/examples/thoughts/src/client/Layout.css b/examples/db-seeding-thoughts/src/client/Layout.css similarity index 100% rename from examples/thoughts/src/client/Layout.css rename to examples/db-seeding-thoughts/src/client/Layout.css diff --git a/examples/thoughts/src/client/Layout.jsx b/examples/db-seeding-thoughts/src/client/Layout.jsx similarity index 100% rename from examples/thoughts/src/client/Layout.jsx rename to examples/db-seeding-thoughts/src/client/Layout.jsx diff --git a/examples/thoughts/src/client/LoginPage.jsx b/examples/db-seeding-thoughts/src/client/LoginPage.jsx similarity index 100% rename from examples/thoughts/src/client/LoginPage.jsx rename to examples/db-seeding-thoughts/src/client/LoginPage.jsx diff --git a/examples/thoughts/src/client/Main.css b/examples/db-seeding-thoughts/src/client/Main.css similarity index 100% rename from examples/thoughts/src/client/Main.css rename to examples/db-seeding-thoughts/src/client/Main.css diff --git a/examples/thoughts/src/client/MainPage.jsx b/examples/db-seeding-thoughts/src/client/MainPage.jsx similarity index 100% rename from examples/thoughts/src/client/MainPage.jsx rename to examples/db-seeding-thoughts/src/client/MainPage.jsx diff --git a/examples/thoughts/src/client/SignupPage.jsx b/examples/db-seeding-thoughts/src/client/SignupPage.jsx similarity index 100% rename from examples/thoughts/src/client/SignupPage.jsx rename to examples/db-seeding-thoughts/src/client/SignupPage.jsx diff --git a/examples/thoughts/src/client/Tag.css b/examples/db-seeding-thoughts/src/client/Tag.css similarity index 100% rename from examples/thoughts/src/client/Tag.css rename to examples/db-seeding-thoughts/src/client/Tag.css diff --git a/examples/thoughts/src/client/Tag.jsx b/examples/db-seeding-thoughts/src/client/Tag.jsx similarity index 100% rename from examples/thoughts/src/client/Tag.jsx rename to examples/db-seeding-thoughts/src/client/Tag.jsx diff --git a/examples/thoughts/src/client/TagsSidebar.css b/examples/db-seeding-thoughts/src/client/TagsSidebar.css similarity index 100% rename from examples/thoughts/src/client/TagsSidebar.css rename to examples/db-seeding-thoughts/src/client/TagsSidebar.css diff --git a/examples/thoughts/src/client/TagsSidebar.jsx b/examples/db-seeding-thoughts/src/client/TagsSidebar.jsx similarity index 100% rename from examples/thoughts/src/client/TagsSidebar.jsx rename to examples/db-seeding-thoughts/src/client/TagsSidebar.jsx diff --git a/examples/thoughts/src/client/Thought.css b/examples/db-seeding-thoughts/src/client/Thought.css similarity index 100% rename from examples/thoughts/src/client/Thought.css rename to examples/db-seeding-thoughts/src/client/Thought.css diff --git a/examples/thoughts/src/client/ThoughtsPage.css b/examples/db-seeding-thoughts/src/client/ThoughtsPage.css similarity index 100% rename from examples/thoughts/src/client/ThoughtsPage.css rename to examples/db-seeding-thoughts/src/client/ThoughtsPage.css diff --git a/examples/thoughts/src/client/ThoughtsPage.jsx b/examples/db-seeding-thoughts/src/client/ThoughtsPage.jsx similarity index 100% rename from examples/thoughts/src/client/ThoughtsPage.jsx rename to examples/db-seeding-thoughts/src/client/ThoughtsPage.jsx diff --git a/examples/thoughts/src/client/TopNavbar.css b/examples/db-seeding-thoughts/src/client/TopNavbar.css similarity index 100% rename from examples/thoughts/src/client/TopNavbar.css rename to examples/db-seeding-thoughts/src/client/TopNavbar.css diff --git a/examples/thoughts/src/client/TopNavbar.jsx b/examples/db-seeding-thoughts/src/client/TopNavbar.jsx similarity index 100% rename from examples/thoughts/src/client/TopNavbar.jsx rename to examples/db-seeding-thoughts/src/client/TopNavbar.jsx diff --git a/examples/thoughts/src/client/WaspSourceHeader.jsx b/examples/db-seeding-thoughts/src/client/WaspSourceHeader.jsx similarity index 100% rename from examples/thoughts/src/client/WaspSourceHeader.jsx rename to examples/db-seeding-thoughts/src/client/WaspSourceHeader.jsx diff --git a/examples/thoughts/src/client/addWaspSourceHeader.jsx b/examples/db-seeding-thoughts/src/client/addWaspSourceHeader.jsx similarity index 100% rename from examples/thoughts/src/client/addWaspSourceHeader.jsx rename to examples/db-seeding-thoughts/src/client/addWaspSourceHeader.jsx diff --git a/examples/waspello/src/client/jsconfig.json b/examples/db-seeding-thoughts/src/client/jsconfig.json similarity index 100% rename from examples/waspello/src/client/jsconfig.json rename to examples/db-seeding-thoughts/src/client/jsconfig.json diff --git a/examples/thoughts/src/client/waspLogo.png b/examples/db-seeding-thoughts/src/client/waspLogo.png similarity index 100% rename from examples/thoughts/src/client/waspLogo.png rename to examples/db-seeding-thoughts/src/client/waspLogo.png diff --git a/examples/thoughts/src/server/actions.js b/examples/db-seeding-thoughts/src/server/actions.js similarity index 100% rename from examples/thoughts/src/server/actions.js rename to examples/db-seeding-thoughts/src/server/actions.js diff --git a/examples/waspello/src/server/jsconfig.json b/examples/db-seeding-thoughts/src/server/jsconfig.json similarity index 100% rename from examples/waspello/src/server/jsconfig.json rename to examples/db-seeding-thoughts/src/server/jsconfig.json diff --git a/examples/thoughts/src/server/queries.js b/examples/db-seeding-thoughts/src/server/queries.js similarity index 100% rename from examples/thoughts/src/server/queries.js rename to examples/db-seeding-thoughts/src/server/queries.js diff --git a/examples/thoughts/src/server/seeds.js b/examples/db-seeding-thoughts/src/server/seeds.js similarity index 100% rename from examples/thoughts/src/server/seeds.js rename to examples/db-seeding-thoughts/src/server/seeds.js diff --git a/examples/waspello/src/shared/jsconfig.json b/examples/db-seeding-thoughts/src/shared/jsconfig.json similarity index 100% rename from examples/waspello/src/shared/jsconfig.json rename to examples/db-seeding-thoughts/src/shared/jsconfig.json diff --git a/examples/streaming/.gitignore b/examples/gpt-response-streaming/.gitignore similarity index 100% rename from examples/streaming/.gitignore rename to examples/gpt-response-streaming/.gitignore diff --git a/examples/thoughts/.wasproot b/examples/gpt-response-streaming/.wasproot similarity index 100% rename from examples/thoughts/.wasproot rename to examples/gpt-response-streaming/.wasproot diff --git a/examples/streaming/main.wasp b/examples/gpt-response-streaming/main.wasp similarity index 100% rename from examples/streaming/main.wasp rename to examples/gpt-response-streaming/main.wasp diff --git a/examples/thoughts/.waspignore b/examples/gpt-response-streaming/src/.waspignore similarity index 100% rename from examples/thoughts/.waspignore rename to examples/gpt-response-streaming/src/.waspignore diff --git a/examples/streaming/src/client/Main.css b/examples/gpt-response-streaming/src/client/Main.css similarity index 100% rename from examples/streaming/src/client/Main.css rename to examples/gpt-response-streaming/src/client/Main.css diff --git a/examples/streaming/src/client/MainPage.jsx b/examples/gpt-response-streaming/src/client/MainPage.jsx similarity index 100% rename from examples/streaming/src/client/MainPage.jsx rename to examples/gpt-response-streaming/src/client/MainPage.jsx diff --git a/examples/streaming/src/client/tsconfig.json b/examples/gpt-response-streaming/src/client/tsconfig.json similarity index 100% rename from examples/streaming/src/client/tsconfig.json rename to examples/gpt-response-streaming/src/client/tsconfig.json diff --git a/examples/hackathon/src/client/vite-env.d.ts b/examples/gpt-response-streaming/src/client/vite-env.d.ts similarity index 100% rename from examples/hackathon/src/client/vite-env.d.ts rename to examples/gpt-response-streaming/src/client/vite-env.d.ts diff --git a/examples/todo-typescript/src/client/waspLogo.png b/examples/gpt-response-streaming/src/client/waspLogo.png similarity index 100% rename from examples/todo-typescript/src/client/waspLogo.png rename to examples/gpt-response-streaming/src/client/waspLogo.png diff --git a/examples/streaming/src/server/streaming.ts b/examples/gpt-response-streaming/src/server/streaming.ts similarity index 100% rename from examples/streaming/src/server/streaming.ts rename to examples/gpt-response-streaming/src/server/streaming.ts diff --git a/examples/streaming/src/server/tsconfig.json b/examples/gpt-response-streaming/src/server/tsconfig.json similarity index 100% rename from examples/streaming/src/server/tsconfig.json rename to examples/gpt-response-streaming/src/server/tsconfig.json diff --git a/examples/hackathon/src/shared/tsconfig.json b/examples/gpt-response-streaming/src/shared/tsconfig.json similarity index 100% rename from examples/hackathon/src/shared/tsconfig.json rename to examples/gpt-response-streaming/src/shared/tsconfig.json diff --git a/examples/hackathon/.gitignore b/examples/hackathon-submissions/.gitignore similarity index 100% rename from examples/hackathon/.gitignore rename to examples/hackathon-submissions/.gitignore diff --git a/examples/todo-typescript/.wasproot b/examples/hackathon-submissions/.wasproot similarity index 100% rename from examples/todo-typescript/.wasproot rename to examples/hackathon-submissions/.wasproot diff --git a/examples/hackathon/README.md b/examples/hackathon-submissions/README.md similarity index 100% rename from examples/hackathon/README.md rename to examples/hackathon-submissions/README.md diff --git a/examples/hackathon/main.wasp b/examples/hackathon-submissions/main.wasp similarity index 95% rename from examples/hackathon/main.wasp rename to examples/hackathon-submissions/main.wasp index 198a0961de..0d74ec0f3e 100644 --- a/examples/hackathon/main.wasp +++ b/examples/hackathon-submissions/main.wasp @@ -12,7 +12,7 @@ app hackathonBetaSubmissions { } entity Submission {=psl - name String @id @unique + name String @id @unique email String @unique github String description String diff --git a/examples/hackathon/postcss.config.cjs b/examples/hackathon-submissions/postcss.config.cjs similarity index 100% rename from examples/hackathon/postcss.config.cjs rename to examples/hackathon-submissions/postcss.config.cjs diff --git a/examples/todo-typescript/src/.waspignore b/examples/hackathon-submissions/src/.waspignore similarity index 100% rename from examples/todo-typescript/src/.waspignore rename to examples/hackathon-submissions/src/.waspignore diff --git a/examples/hackathon/src/client/Main.css b/examples/hackathon-submissions/src/client/Main.css similarity index 100% rename from examples/hackathon/src/client/Main.css rename to examples/hackathon-submissions/src/client/Main.css diff --git a/examples/hackathon/src/client/MainPage.tsx b/examples/hackathon-submissions/src/client/MainPage.tsx similarity index 100% rename from examples/hackathon/src/client/MainPage.tsx rename to examples/hackathon-submissions/src/client/MainPage.tsx diff --git a/examples/hackathon/src/client/betathonLogo.png b/examples/hackathon-submissions/src/client/betathonLogo.png similarity index 100% rename from examples/hackathon/src/client/betathonLogo.png rename to examples/hackathon-submissions/src/client/betathonLogo.png diff --git a/examples/hackathon/src/client/components/Navbar.tsx b/examples/hackathon-submissions/src/client/components/Navbar.tsx similarity index 100% rename from examples/hackathon/src/client/components/Navbar.tsx rename to examples/hackathon-submissions/src/client/components/Navbar.tsx diff --git a/examples/hackathon/src/client/components/Projects.tsx b/examples/hackathon-submissions/src/client/components/Projects.tsx similarity index 100% rename from examples/hackathon/src/client/components/Projects.tsx rename to examples/hackathon-submissions/src/client/components/Projects.tsx diff --git a/examples/hackathon/src/client/components/SubmissionForm.tsx b/examples/hackathon-submissions/src/client/components/SubmissionForm.tsx similarity index 100% rename from examples/hackathon/src/client/components/SubmissionForm.tsx rename to examples/hackathon-submissions/src/client/components/SubmissionForm.tsx diff --git a/examples/hackathon/src/client/tsconfig.json b/examples/hackathon-submissions/src/client/tsconfig.json similarity index 100% rename from examples/hackathon/src/client/tsconfig.json rename to examples/hackathon-submissions/src/client/tsconfig.json diff --git a/examples/streaming/src/client/vite-env.d.ts b/examples/hackathon-submissions/src/client/vite-env.d.ts similarity index 100% rename from examples/streaming/src/client/vite-env.d.ts rename to examples/hackathon-submissions/src/client/vite-env.d.ts diff --git a/examples/hackathon/src/client/waspLogo.png b/examples/hackathon-submissions/src/client/waspLogo.png similarity index 100% rename from examples/hackathon/src/client/waspLogo.png rename to examples/hackathon-submissions/src/client/waspLogo.png diff --git a/examples/hackathon/src/server/actions.js b/examples/hackathon-submissions/src/server/actions.js similarity index 100% rename from examples/hackathon/src/server/actions.js rename to examples/hackathon-submissions/src/server/actions.js diff --git a/examples/hackathon/src/server/queries.js b/examples/hackathon-submissions/src/server/queries.js similarity index 100% rename from examples/hackathon/src/server/queries.js rename to examples/hackathon-submissions/src/server/queries.js diff --git a/examples/hackathon/src/server/tsconfig.json b/examples/hackathon-submissions/src/server/tsconfig.json similarity index 100% rename from examples/hackathon/src/server/tsconfig.json rename to examples/hackathon-submissions/src/server/tsconfig.json diff --git a/examples/streaming/src/shared/tsconfig.json b/examples/hackathon-submissions/src/shared/tsconfig.json similarity index 100% rename from examples/streaming/src/shared/tsconfig.json rename to examples/hackathon-submissions/src/shared/tsconfig.json diff --git a/examples/hackathon/tailwind.config.cjs b/examples/hackathon-submissions/tailwind.config.cjs similarity index 100% rename from examples/hackathon/tailwind.config.cjs rename to examples/hackathon-submissions/tailwind.config.cjs diff --git a/examples/todo-typescript/.gitignore b/examples/todo-app-in-typescript/.gitignore similarity index 100% rename from examples/todo-typescript/.gitignore rename to examples/todo-app-in-typescript/.gitignore diff --git a/examples/waspello/.wasproot b/examples/todo-app-in-typescript/.wasproot similarity index 100% rename from examples/waspello/.wasproot rename to examples/todo-app-in-typescript/.wasproot diff --git a/examples/todo-typescript/main.wasp b/examples/todo-app-in-typescript/main.wasp similarity index 100% rename from examples/todo-typescript/main.wasp rename to examples/todo-app-in-typescript/main.wasp diff --git a/examples/todo-typescript/migrations/20231012121747_initial/migration.sql b/examples/todo-app-in-typescript/migrations/20231012121747_initial/migration.sql similarity index 100% rename from examples/todo-typescript/migrations/20231012121747_initial/migration.sql rename to examples/todo-app-in-typescript/migrations/20231012121747_initial/migration.sql diff --git a/examples/todo-typescript/migrations/migration_lock.toml b/examples/todo-app-in-typescript/migrations/migration_lock.toml similarity index 100% rename from examples/todo-typescript/migrations/migration_lock.toml rename to examples/todo-app-in-typescript/migrations/migration_lock.toml diff --git a/examples/waspello/src/.waspignore b/examples/todo-app-in-typescript/src/.waspignore similarity index 100% rename from examples/waspello/src/.waspignore rename to examples/todo-app-in-typescript/src/.waspignore diff --git a/examples/todo-typescript/src/client/LoginPage.tsx b/examples/todo-app-in-typescript/src/client/LoginPage.tsx similarity index 100% rename from examples/todo-typescript/src/client/LoginPage.tsx rename to examples/todo-app-in-typescript/src/client/LoginPage.tsx diff --git a/examples/todo-typescript/src/client/Main.css b/examples/todo-app-in-typescript/src/client/Main.css similarity index 100% rename from examples/todo-typescript/src/client/Main.css rename to examples/todo-app-in-typescript/src/client/Main.css diff --git a/examples/todo-typescript/src/client/MainPage.tsx b/examples/todo-app-in-typescript/src/client/MainPage.tsx similarity index 100% rename from examples/todo-typescript/src/client/MainPage.tsx rename to examples/todo-app-in-typescript/src/client/MainPage.tsx diff --git a/examples/todo-typescript/src/client/SignupPage.tsx b/examples/todo-app-in-typescript/src/client/SignupPage.tsx similarity index 100% rename from examples/todo-typescript/src/client/SignupPage.tsx rename to examples/todo-app-in-typescript/src/client/SignupPage.tsx diff --git a/examples/todo-typescript/src/client/tsconfig.json b/examples/todo-app-in-typescript/src/client/tsconfig.json similarity index 100% rename from examples/todo-typescript/src/client/tsconfig.json rename to examples/todo-app-in-typescript/src/client/tsconfig.json diff --git a/examples/todo-typescript/src/client/vite-env.d.ts b/examples/todo-app-in-typescript/src/client/vite-env.d.ts similarity index 100% rename from examples/todo-typescript/src/client/vite-env.d.ts rename to examples/todo-app-in-typescript/src/client/vite-env.d.ts diff --git a/examples/waspello/src/client/waspLogo.png b/examples/todo-app-in-typescript/src/client/waspLogo.png similarity index 100% rename from examples/waspello/src/client/waspLogo.png rename to examples/todo-app-in-typescript/src/client/waspLogo.png diff --git a/examples/todo-typescript/src/server/actions.ts b/examples/todo-app-in-typescript/src/server/actions.ts similarity index 100% rename from examples/todo-typescript/src/server/actions.ts rename to examples/todo-app-in-typescript/src/server/actions.ts diff --git a/examples/todo-typescript/src/server/queries.ts b/examples/todo-app-in-typescript/src/server/queries.ts similarity index 100% rename from examples/todo-typescript/src/server/queries.ts rename to examples/todo-app-in-typescript/src/server/queries.ts diff --git a/examples/todo-typescript/src/server/tsconfig.json b/examples/todo-app-in-typescript/src/server/tsconfig.json similarity index 100% rename from examples/todo-typescript/src/server/tsconfig.json rename to examples/todo-app-in-typescript/src/server/tsconfig.json diff --git a/examples/todo-typescript/src/shared/tsconfig.json b/examples/todo-app-in-typescript/src/shared/tsconfig.json similarity index 100% rename from examples/todo-typescript/src/shared/tsconfig.json rename to examples/todo-app-in-typescript/src/shared/tsconfig.json diff --git a/examples/waspello/.gitignore b/examples/trello-clone-waspello/.gitignore similarity index 100% rename from examples/waspello/.gitignore rename to examples/trello-clone-waspello/.gitignore diff --git a/examples/waspleau/.wasproot b/examples/trello-clone-waspello/.wasproot similarity index 100% rename from examples/waspleau/.wasproot rename to examples/trello-clone-waspello/.wasproot diff --git a/examples/waspello/README.md b/examples/trello-clone-waspello/README.md similarity index 100% rename from examples/waspello/README.md rename to examples/trello-clone-waspello/README.md diff --git a/examples/waspello/env.server b/examples/trello-clone-waspello/env.server similarity index 100% rename from examples/waspello/env.server rename to examples/trello-clone-waspello/env.server diff --git a/examples/waspello/fly.toml b/examples/trello-clone-waspello/fly.toml similarity index 100% rename from examples/waspello/fly.toml rename to examples/trello-clone-waspello/fly.toml diff --git a/examples/waspello/main.wasp b/examples/trello-clone-waspello/main.wasp similarity index 100% rename from examples/waspello/main.wasp rename to examples/trello-clone-waspello/main.wasp diff --git a/examples/waspello/migrations/20211002184633_added_waspello_entities/migration.sql b/examples/trello-clone-waspello/migrations/20211002184633_added_waspello_entities/migration.sql similarity index 100% rename from examples/waspello/migrations/20211002184633_added_waspello_entities/migration.sql rename to examples/trello-clone-waspello/migrations/20211002184633_added_waspello_entities/migration.sql diff --git a/examples/waspello/migrations/20220211211659_upgrade_prisma_to_3_9_1/migration.sql b/examples/trello-clone-waspello/migrations/20220211211659_upgrade_prisma_to_3_9_1/migration.sql similarity index 100% rename from examples/waspello/migrations/20220211211659_upgrade_prisma_to_3_9_1/migration.sql rename to examples/trello-clone-waspello/migrations/20220211211659_upgrade_prisma_to_3_9_1/migration.sql diff --git a/examples/waspello/migrations/20220818151104_rename_email_to_username/migration.sql b/examples/trello-clone-waspello/migrations/20220818151104_rename_email_to_username/migration.sql similarity index 100% rename from examples/waspello/migrations/20220818151104_rename_email_to_username/migration.sql rename to examples/trello-clone-waspello/migrations/20220818151104_rename_email_to_username/migration.sql diff --git a/examples/waspello/migrations/20221122161320_added_social_login_with_google/migration.sql b/examples/trello-clone-waspello/migrations/20221122161320_added_social_login_with_google/migration.sql similarity index 100% rename from examples/waspello/migrations/20221122161320_added_social_login_with_google/migration.sql rename to examples/trello-clone-waspello/migrations/20221122161320_added_social_login_with_google/migration.sql diff --git a/examples/waspleau/migrations/migration_lock.toml b/examples/trello-clone-waspello/migrations/migration_lock.toml similarity index 100% rename from examples/waspleau/migrations/migration_lock.toml rename to examples/trello-clone-waspello/migrations/migration_lock.toml diff --git a/examples/waspello/postcss.config.cjs b/examples/trello-clone-waspello/postcss.config.cjs similarity index 100% rename from examples/waspello/postcss.config.cjs rename to examples/trello-clone-waspello/postcss.config.cjs diff --git a/examples/waspleau/src/.waspignore b/examples/trello-clone-waspello/src/.waspignore similarity index 100% rename from examples/waspleau/src/.waspignore rename to examples/trello-clone-waspello/src/.waspignore diff --git a/examples/waspello/src/client/Auth/EmailAndPassForm.jsx b/examples/trello-clone-waspello/src/client/Auth/EmailAndPassForm.jsx similarity index 100% rename from examples/waspello/src/client/Auth/EmailAndPassForm.jsx rename to examples/trello-clone-waspello/src/client/Auth/EmailAndPassForm.jsx diff --git a/examples/waspello/src/client/Auth/GoogleAuthButton.jsx b/examples/trello-clone-waspello/src/client/Auth/GoogleAuthButton.jsx similarity index 100% rename from examples/waspello/src/client/Auth/GoogleAuthButton.jsx rename to examples/trello-clone-waspello/src/client/Auth/GoogleAuthButton.jsx diff --git a/examples/waspello/src/client/LoginPage.jsx b/examples/trello-clone-waspello/src/client/LoginPage.jsx similarity index 100% rename from examples/waspello/src/client/LoginPage.jsx rename to examples/trello-clone-waspello/src/client/LoginPage.jsx diff --git a/examples/waspello/src/client/Main.css b/examples/trello-clone-waspello/src/client/Main.css similarity index 100% rename from examples/waspello/src/client/Main.css rename to examples/trello-clone-waspello/src/client/Main.css diff --git a/examples/waspello/src/client/MainPage.jsx b/examples/trello-clone-waspello/src/client/MainPage.jsx similarity index 100% rename from examples/waspello/src/client/MainPage.jsx rename to examples/trello-clone-waspello/src/client/MainPage.jsx diff --git a/examples/waspello/src/client/Navbar.css b/examples/trello-clone-waspello/src/client/Navbar.css similarity index 100% rename from examples/waspello/src/client/Navbar.css rename to examples/trello-clone-waspello/src/client/Navbar.css diff --git a/examples/waspello/src/client/Navbar.jsx b/examples/trello-clone-waspello/src/client/Navbar.jsx similarity index 100% rename from examples/waspello/src/client/Navbar.jsx rename to examples/trello-clone-waspello/src/client/Navbar.jsx diff --git a/examples/waspello/src/client/PositionContext.jsx b/examples/trello-clone-waspello/src/client/PositionContext.jsx similarity index 100% rename from examples/waspello/src/client/PositionContext.jsx rename to examples/trello-clone-waspello/src/client/PositionContext.jsx diff --git a/examples/waspello/src/client/Signup.css b/examples/trello-clone-waspello/src/client/Signup.css similarity index 100% rename from examples/waspello/src/client/Signup.css rename to examples/trello-clone-waspello/src/client/Signup.css diff --git a/examples/waspello/src/client/SignupPage.jsx b/examples/trello-clone-waspello/src/client/SignupPage.jsx similarity index 100% rename from examples/waspello/src/client/SignupPage.jsx rename to examples/trello-clone-waspello/src/client/SignupPage.jsx diff --git a/examples/waspello/src/client/UserPageLayout.css b/examples/trello-clone-waspello/src/client/UserPageLayout.css similarity index 100% rename from examples/waspello/src/client/UserPageLayout.css rename to examples/trello-clone-waspello/src/client/UserPageLayout.css diff --git a/examples/waspello/src/client/UserPageLayout.jsx b/examples/trello-clone-waspello/src/client/UserPageLayout.jsx similarity index 100% rename from examples/waspello/src/client/UserPageLayout.jsx rename to examples/trello-clone-waspello/src/client/UserPageLayout.jsx diff --git a/examples/waspello/src/client/WaspSourceHeader.jsx b/examples/trello-clone-waspello/src/client/WaspSourceHeader.jsx similarity index 100% rename from examples/waspello/src/client/WaspSourceHeader.jsx rename to examples/trello-clone-waspello/src/client/WaspSourceHeader.jsx diff --git a/examples/waspello/src/client/addWaspSourceHeader.jsx b/examples/trello-clone-waspello/src/client/addWaspSourceHeader.jsx similarity index 100% rename from examples/waspello/src/client/addWaspSourceHeader.jsx rename to examples/trello-clone-waspello/src/client/addWaspSourceHeader.jsx diff --git a/examples/waspello/src/client/google-logo.svg b/examples/trello-clone-waspello/src/client/google-logo.svg similarity index 100% rename from examples/waspello/src/client/google-logo.svg rename to examples/trello-clone-waspello/src/client/google-logo.svg diff --git a/examples/waspleau/src/client/jsconfig.json b/examples/trello-clone-waspello/src/client/jsconfig.json similarity index 100% rename from examples/waspleau/src/client/jsconfig.json rename to examples/trello-clone-waspello/src/client/jsconfig.json diff --git a/examples/waspleau/src/client/waspLogo.png b/examples/trello-clone-waspello/src/client/waspLogo.png similarity index 100% rename from examples/waspleau/src/client/waspLogo.png rename to examples/trello-clone-waspello/src/client/waspLogo.png diff --git a/examples/waspello/src/client/waspello-logo-navbar.svg b/examples/trello-clone-waspello/src/client/waspello-logo-navbar.svg similarity index 100% rename from examples/waspello/src/client/waspello-logo-navbar.svg rename to examples/trello-clone-waspello/src/client/waspello-logo-navbar.svg diff --git a/examples/waspello/src/client/waspello-logo.svg b/examples/trello-clone-waspello/src/client/waspello-logo.svg similarity index 100% rename from examples/waspello/src/client/waspello-logo.svg rename to examples/trello-clone-waspello/src/client/waspello-logo.svg diff --git a/examples/waspello/src/server/actions.js b/examples/trello-clone-waspello/src/server/actions.js similarity index 100% rename from examples/waspello/src/server/actions.js rename to examples/trello-clone-waspello/src/server/actions.js diff --git a/examples/waspleau/src/server/jsconfig.json b/examples/trello-clone-waspello/src/server/jsconfig.json similarity index 100% rename from examples/waspleau/src/server/jsconfig.json rename to examples/trello-clone-waspello/src/server/jsconfig.json diff --git a/examples/waspello/src/server/queries.js b/examples/trello-clone-waspello/src/server/queries.js similarity index 100% rename from examples/waspello/src/server/queries.js rename to examples/trello-clone-waspello/src/server/queries.js diff --git a/examples/waspleau/src/shared/jsconfig.json b/examples/trello-clone-waspello/src/shared/jsconfig.json similarity index 100% rename from examples/waspleau/src/shared/jsconfig.json rename to examples/trello-clone-waspello/src/shared/jsconfig.json diff --git a/examples/waspello/tailwind.config.cjs b/examples/trello-clone-waspello/tailwind.config.cjs similarity index 100% rename from examples/waspello/tailwind.config.cjs rename to examples/trello-clone-waspello/tailwind.config.cjs