diff --git a/db b/db new file mode 160000 index 0000000..9e1c6c9 --- /dev/null +++ b/db @@ -0,0 +1 @@ +Subproject commit 9e1c6c96da221f7c5434816aaa3c933d1622cb16 diff --git a/items/README.md b/items-old/README.md similarity index 100% rename from items/README.md rename to items-old/README.md diff --git a/items/api/.editorconfig b/items-old/api/.editorconfig similarity index 100% rename from items/api/.editorconfig rename to items-old/api/.editorconfig diff --git a/items/api/.env.example b/items-old/api/.env.example similarity index 100% rename from items/api/.env.example rename to items-old/api/.env.example diff --git a/items/api/.styleci.yml b/items-old/api/.styleci.yml similarity index 100% rename from items/api/.styleci.yml rename to items-old/api/.styleci.yml diff --git a/items/api/README.md b/items-old/api/README.md similarity index 100% rename from items/api/README.md rename to items-old/api/README.md diff --git a/items/api/app/Config/GiteaConfig.php b/items-old/api/app/Config/GiteaConfig.php similarity index 100% rename from items/api/app/Config/GiteaConfig.php rename to items-old/api/app/Config/GiteaConfig.php diff --git a/items/api/app/Console/Commands/.gitkeep b/items-old/api/app/Console/Commands/.gitkeep similarity index 100% rename from items/api/app/Console/Commands/.gitkeep rename to items-old/api/app/Console/Commands/.gitkeep diff --git a/items/api/app/Console/Commands/RefreshItemsCache.php b/items-old/api/app/Console/Commands/RefreshItemsCache.php similarity index 100% rename from items/api/app/Console/Commands/RefreshItemsCache.php rename to items-old/api/app/Console/Commands/RefreshItemsCache.php diff --git a/items/api/app/Console/Kernel.php b/items-old/api/app/Console/Kernel.php similarity index 100% rename from items/api/app/Console/Kernel.php rename to items-old/api/app/Console/Kernel.php diff --git a/items/api/app/Data/ItemsCollection.php b/items-old/api/app/Data/ItemsCollection.php similarity index 100% rename from items/api/app/Data/ItemsCollection.php rename to items-old/api/app/Data/ItemsCollection.php diff --git a/items/api/app/Events/Event.php b/items-old/api/app/Events/Event.php similarity index 100% rename from items/api/app/Events/Event.php rename to items-old/api/app/Events/Event.php diff --git a/items/api/app/Events/ExampleEvent.php b/items-old/api/app/Events/ExampleEvent.php similarity index 100% rename from items/api/app/Events/ExampleEvent.php rename to items-old/api/app/Events/ExampleEvent.php diff --git a/items/api/app/Exceptions/Handler.php b/items-old/api/app/Exceptions/Handler.php similarity index 100% rename from items/api/app/Exceptions/Handler.php rename to items-old/api/app/Exceptions/Handler.php diff --git a/items/api/app/Exceptions/ItemNotFoundException.php b/items-old/api/app/Exceptions/ItemNotFoundException.php similarity index 100% rename from items/api/app/Exceptions/ItemNotFoundException.php rename to items-old/api/app/Exceptions/ItemNotFoundException.php diff --git a/items/api/app/Http/Controllers/Controller.php b/items-old/api/app/Http/Controllers/Controller.php similarity index 100% rename from items/api/app/Http/Controllers/Controller.php rename to items-old/api/app/Http/Controllers/Controller.php diff --git a/items/api/app/Http/Controllers/ItemController.php b/items-old/api/app/Http/Controllers/ItemController.php similarity index 100% rename from items/api/app/Http/Controllers/ItemController.php rename to items-old/api/app/Http/Controllers/ItemController.php diff --git a/items/api/app/Http/Middleware/Authenticate.php b/items-old/api/app/Http/Middleware/Authenticate.php similarity index 100% rename from items/api/app/Http/Middleware/Authenticate.php rename to items-old/api/app/Http/Middleware/Authenticate.php diff --git a/items/api/app/Http/Middleware/ExampleMiddleware.php b/items-old/api/app/Http/Middleware/ExampleMiddleware.php similarity index 100% rename from items/api/app/Http/Middleware/ExampleMiddleware.php rename to items-old/api/app/Http/Middleware/ExampleMiddleware.php diff --git a/items/api/app/Jobs/ExampleJob.php b/items-old/api/app/Jobs/ExampleJob.php similarity index 100% rename from items/api/app/Jobs/ExampleJob.php rename to items-old/api/app/Jobs/ExampleJob.php diff --git a/items/api/app/Jobs/Job.php b/items-old/api/app/Jobs/Job.php similarity index 100% rename from items/api/app/Jobs/Job.php rename to items-old/api/app/Jobs/Job.php diff --git a/items/api/app/Listeners/ExampleListener.php b/items-old/api/app/Listeners/ExampleListener.php similarity index 100% rename from items/api/app/Listeners/ExampleListener.php rename to items-old/api/app/Listeners/ExampleListener.php diff --git a/items/api/app/Models/User.php b/items-old/api/app/Models/User.php similarity index 100% rename from items/api/app/Models/User.php rename to items-old/api/app/Models/User.php diff --git a/items/api/app/Providers/AppServiceProvider.php b/items-old/api/app/Providers/AppServiceProvider.php similarity index 100% rename from items/api/app/Providers/AppServiceProvider.php rename to items-old/api/app/Providers/AppServiceProvider.php diff --git a/items/api/app/Providers/AuthServiceProvider.php b/items-old/api/app/Providers/AuthServiceProvider.php similarity index 100% rename from items/api/app/Providers/AuthServiceProvider.php rename to items-old/api/app/Providers/AuthServiceProvider.php diff --git a/items/api/app/Providers/EventServiceProvider.php b/items-old/api/app/Providers/EventServiceProvider.php similarity index 100% rename from items/api/app/Providers/EventServiceProvider.php rename to items-old/api/app/Providers/EventServiceProvider.php diff --git a/items/api/artisan b/items-old/api/artisan similarity index 100% rename from items/api/artisan rename to items-old/api/artisan diff --git a/items/api/bootstrap/app.php b/items-old/api/bootstrap/app.php similarity index 100% rename from items/api/bootstrap/app.php rename to items-old/api/bootstrap/app.php diff --git a/items/api/composer.json b/items-old/api/composer.json similarity index 100% rename from items/api/composer.json rename to items-old/api/composer.json diff --git a/items/api/composer.lock b/items-old/api/composer.lock similarity index 100% rename from items/api/composer.lock rename to items-old/api/composer.lock diff --git a/items/api/config/cors.php b/items-old/api/config/cors.php similarity index 100% rename from items/api/config/cors.php rename to items-old/api/config/cors.php diff --git a/items/api/database/factories/UserFactory.php b/items-old/api/database/factories/UserFactory.php similarity index 100% rename from items/api/database/factories/UserFactory.php rename to items-old/api/database/factories/UserFactory.php diff --git a/items/api/database/migrations/.gitkeep b/items-old/api/database/migrations/.gitkeep similarity index 100% rename from items/api/database/migrations/.gitkeep rename to items-old/api/database/migrations/.gitkeep diff --git a/items/api/database/seeders/DatabaseSeeder.php b/items-old/api/database/seeders/DatabaseSeeder.php similarity index 100% rename from items/api/database/seeders/DatabaseSeeder.php rename to items-old/api/database/seeders/DatabaseSeeder.php diff --git a/items/api/deploy.php b/items-old/api/deploy.php similarity index 100% rename from items/api/deploy.php rename to items-old/api/deploy.php diff --git a/items/api/phpunit.xml b/items-old/api/phpunit.xml similarity index 100% rename from items/api/phpunit.xml rename to items-old/api/phpunit.xml diff --git a/items/api/public/.htaccess b/items-old/api/public/.htaccess similarity index 100% rename from items/api/public/.htaccess rename to items-old/api/public/.htaccess diff --git a/items/api/public/asset-manifest.json b/items-old/api/public/asset-manifest.json similarity index 100% rename from items/api/public/asset-manifest.json rename to items-old/api/public/asset-manifest.json diff --git a/items/api/public/favicon.ico b/items-old/api/public/favicon.ico similarity index 100% rename from items/api/public/favicon.ico rename to items-old/api/public/favicon.ico diff --git a/items/api/public/index.php b/items-old/api/public/index.php similarity index 100% rename from items/api/public/index.php rename to items-old/api/public/index.php diff --git a/items/api/public/logo192.png b/items-old/api/public/logo192.png similarity index 100% rename from items/api/public/logo192.png rename to items-old/api/public/logo192.png diff --git a/items/api/public/logo512.png b/items-old/api/public/logo512.png similarity index 100% rename from items/api/public/logo512.png rename to items-old/api/public/logo512.png diff --git a/items/api/public/manifest.json b/items-old/api/public/manifest.json similarity index 100% rename from items/api/public/manifest.json rename to items-old/api/public/manifest.json diff --git a/items/api/public/robots.txt b/items-old/api/public/robots.txt similarity index 100% rename from items/api/public/robots.txt rename to items-old/api/public/robots.txt diff --git a/items/api/public/static/js/2.0d919e81.chunk.js b/items-old/api/public/static/js/2.0d919e81.chunk.js similarity index 100% rename from items/api/public/static/js/2.0d919e81.chunk.js rename to items-old/api/public/static/js/2.0d919e81.chunk.js diff --git a/items/api/public/static/js/2.0d919e81.chunk.js.LICENSE.txt b/items-old/api/public/static/js/2.0d919e81.chunk.js.LICENSE.txt similarity index 100% rename from items/api/public/static/js/2.0d919e81.chunk.js.LICENSE.txt rename to items-old/api/public/static/js/2.0d919e81.chunk.js.LICENSE.txt diff --git a/items/api/public/static/js/2.0d919e81.chunk.js.map b/items-old/api/public/static/js/2.0d919e81.chunk.js.map similarity index 100% rename from items/api/public/static/js/2.0d919e81.chunk.js.map rename to items-old/api/public/static/js/2.0d919e81.chunk.js.map diff --git a/items/api/public/static/js/2.d37e78ec.chunk.js b/items-old/api/public/static/js/2.d37e78ec.chunk.js similarity index 100% rename from items/api/public/static/js/2.d37e78ec.chunk.js rename to items-old/api/public/static/js/2.d37e78ec.chunk.js diff --git a/items/api/public/static/js/2.d37e78ec.chunk.js.LICENSE.txt b/items-old/api/public/static/js/2.d37e78ec.chunk.js.LICENSE.txt similarity index 100% rename from items/api/public/static/js/2.d37e78ec.chunk.js.LICENSE.txt rename to items-old/api/public/static/js/2.d37e78ec.chunk.js.LICENSE.txt diff --git a/items/api/public/static/js/2.d37e78ec.chunk.js.map b/items-old/api/public/static/js/2.d37e78ec.chunk.js.map similarity index 100% rename from items/api/public/static/js/2.d37e78ec.chunk.js.map rename to items-old/api/public/static/js/2.d37e78ec.chunk.js.map diff --git a/items/api/public/static/js/3.f4122446.chunk.js b/items-old/api/public/static/js/3.f4122446.chunk.js similarity index 100% rename from items/api/public/static/js/3.f4122446.chunk.js rename to items-old/api/public/static/js/3.f4122446.chunk.js diff --git a/items/api/public/static/js/3.f4122446.chunk.js.map b/items-old/api/public/static/js/3.f4122446.chunk.js.map similarity index 100% rename from items/api/public/static/js/3.f4122446.chunk.js.map rename to items-old/api/public/static/js/3.f4122446.chunk.js.map diff --git a/items/api/public/static/js/3.ff1076df.chunk.js b/items-old/api/public/static/js/3.ff1076df.chunk.js similarity index 100% rename from items/api/public/static/js/3.ff1076df.chunk.js rename to items-old/api/public/static/js/3.ff1076df.chunk.js diff --git a/items/api/public/static/js/3.ff1076df.chunk.js.map b/items-old/api/public/static/js/3.ff1076df.chunk.js.map similarity index 100% rename from items/api/public/static/js/3.ff1076df.chunk.js.map rename to items-old/api/public/static/js/3.ff1076df.chunk.js.map diff --git a/items/api/public/static/js/main.4a751c81.chunk.js b/items-old/api/public/static/js/main.4a751c81.chunk.js similarity index 100% rename from items/api/public/static/js/main.4a751c81.chunk.js rename to items-old/api/public/static/js/main.4a751c81.chunk.js diff --git a/items/api/public/static/js/main.4a751c81.chunk.js.map b/items-old/api/public/static/js/main.4a751c81.chunk.js.map similarity index 100% rename from items/api/public/static/js/main.4a751c81.chunk.js.map rename to items-old/api/public/static/js/main.4a751c81.chunk.js.map diff --git a/items/api/public/static/js/main.4f639ccc.chunk.js b/items-old/api/public/static/js/main.4f639ccc.chunk.js similarity index 100% rename from items/api/public/static/js/main.4f639ccc.chunk.js rename to items-old/api/public/static/js/main.4f639ccc.chunk.js diff --git a/items/api/public/static/js/main.4f639ccc.chunk.js.map b/items-old/api/public/static/js/main.4f639ccc.chunk.js.map similarity index 100% rename from items/api/public/static/js/main.4f639ccc.chunk.js.map rename to items-old/api/public/static/js/main.4f639ccc.chunk.js.map diff --git a/items/api/public/static/js/runtime-main.45092312.js b/items-old/api/public/static/js/runtime-main.45092312.js similarity index 100% rename from items/api/public/static/js/runtime-main.45092312.js rename to items-old/api/public/static/js/runtime-main.45092312.js diff --git a/items/api/public/static/js/runtime-main.45092312.js.map b/items-old/api/public/static/js/runtime-main.45092312.js.map similarity index 100% rename from items/api/public/static/js/runtime-main.45092312.js.map rename to items-old/api/public/static/js/runtime-main.45092312.js.map diff --git a/items/api/public/static/js/runtime-main.bdac3883.js b/items-old/api/public/static/js/runtime-main.bdac3883.js similarity index 100% rename from items/api/public/static/js/runtime-main.bdac3883.js rename to items-old/api/public/static/js/runtime-main.bdac3883.js diff --git a/items/api/public/static/js/runtime-main.bdac3883.js.map b/items-old/api/public/static/js/runtime-main.bdac3883.js.map similarity index 100% rename from items/api/public/static/js/runtime-main.bdac3883.js.map rename to items-old/api/public/static/js/runtime-main.bdac3883.js.map diff --git a/items/api/resources/views/.gitkeep b/items-old/api/resources/views/.gitkeep similarity index 100% rename from items/api/resources/views/.gitkeep rename to items-old/api/resources/views/.gitkeep diff --git a/items/api/resources/views/app.blade.php b/items-old/api/resources/views/app.blade.php similarity index 100% rename from items/api/resources/views/app.blade.php rename to items-old/api/resources/views/app.blade.php diff --git a/items/api/routes/web.php b/items-old/api/routes/web.php similarity index 100% rename from items/api/routes/web.php rename to items-old/api/routes/web.php diff --git a/items/api/storage/app/.gitignore b/items-old/api/storage/app/.gitignore similarity index 100% rename from items/api/storage/app/.gitignore rename to items-old/api/storage/app/.gitignore diff --git a/items/api/storage/framework/cache/.gitignore b/items-old/api/storage/framework/cache/.gitignore similarity index 100% rename from items/api/storage/framework/cache/.gitignore rename to items-old/api/storage/framework/cache/.gitignore diff --git a/items/api/storage/framework/cache/data/.gitignore b/items-old/api/storage/framework/cache/data/.gitignore similarity index 100% rename from items/api/storage/framework/cache/data/.gitignore rename to items-old/api/storage/framework/cache/data/.gitignore diff --git a/items/api/storage/framework/views/.gitignore b/items-old/api/storage/framework/views/.gitignore similarity index 100% rename from items/api/storage/framework/views/.gitignore rename to items-old/api/storage/framework/views/.gitignore diff --git a/items/api/storage/logs/.gitignore b/items-old/api/storage/logs/.gitignore similarity index 100% rename from items/api/storage/logs/.gitignore rename to items-old/api/storage/logs/.gitignore diff --git a/items/api/tests/ExampleTest.php b/items-old/api/tests/ExampleTest.php similarity index 100% rename from items/api/tests/ExampleTest.php rename to items-old/api/tests/ExampleTest.php diff --git a/items/api/tests/TestCase.php b/items-old/api/tests/TestCase.php similarity index 100% rename from items/api/tests/TestCase.php rename to items-old/api/tests/TestCase.php diff --git a/items/docs/Walkthrough.md b/items-old/docs/Walkthrough.md similarity index 100% rename from items/docs/Walkthrough.md rename to items-old/docs/Walkthrough.md diff --git a/items/frontend/.env.example b/items-old/frontend/.env.example similarity index 100% rename from items/frontend/.env.example rename to items-old/frontend/.env.example diff --git a/items/frontend/LICENSE b/items-old/frontend/LICENSE similarity index 100% rename from items/frontend/LICENSE rename to items-old/frontend/LICENSE diff --git a/items/frontend/README.md b/items-old/frontend/README.md similarity index 100% rename from items/frontend/README.md rename to items-old/frontend/README.md diff --git a/items/frontend/cypress.json b/items-old/frontend/cypress.json similarity index 100% rename from items/frontend/cypress.json rename to items-old/frontend/cypress.json diff --git a/items/frontend/documentation/cra.md b/items-old/frontend/documentation/cra.md similarity index 100% rename from items/frontend/documentation/cra.md rename to items-old/frontend/documentation/cra.md diff --git a/items/frontend/package.json b/items-old/frontend/package.json similarity index 100% rename from items/frontend/package.json rename to items-old/frontend/package.json diff --git a/items/frontend/public/favico.ico b/items-old/frontend/public/favico.ico similarity index 100% rename from items/frontend/public/favico.ico rename to items-old/frontend/public/favico.ico diff --git a/items/frontend/public/favico.svg b/items-old/frontend/public/favico.svg similarity index 100% rename from items/frontend/public/favico.svg rename to items-old/frontend/public/favico.svg diff --git a/items/frontend/public/index.html b/items-old/frontend/public/index.html similarity index 100% rename from items/frontend/public/index.html rename to items-old/frontend/public/index.html diff --git a/items/frontend/public/manifest.json b/items-old/frontend/public/manifest.json similarity index 100% rename from items/frontend/public/manifest.json rename to items-old/frontend/public/manifest.json diff --git a/items/frontend/public/robots.txt b/items-old/frontend/public/robots.txt similarity index 100% rename from items/frontend/public/robots.txt rename to items-old/frontend/public/robots.txt diff --git a/items/frontend/src/App.tsx b/items-old/frontend/src/App.tsx similarity index 100% rename from items/frontend/src/App.tsx rename to items-old/frontend/src/App.tsx diff --git a/items/frontend/src/components/DarkModeToggle.tsx b/items-old/frontend/src/components/DarkModeToggle.tsx similarity index 100% rename from items/frontend/src/components/DarkModeToggle.tsx rename to items-old/frontend/src/components/DarkModeToggle.tsx diff --git a/items/frontend/src/components/Footer.tsx b/items-old/frontend/src/components/Footer.tsx similarity index 100% rename from items/frontend/src/components/Footer.tsx rename to items-old/frontend/src/components/Footer.tsx diff --git a/items/frontend/src/components/Header.tsx b/items-old/frontend/src/components/Header.tsx similarity index 100% rename from items/frontend/src/components/Header.tsx rename to items-old/frontend/src/components/Header.tsx diff --git a/items/frontend/src/components/HeaderForm.tsx b/items-old/frontend/src/components/HeaderForm.tsx similarity index 100% rename from items/frontend/src/components/HeaderForm.tsx rename to items-old/frontend/src/components/HeaderForm.tsx diff --git a/items/frontend/src/components/JsonTheme.tsx b/items-old/frontend/src/components/JsonTheme.tsx similarity index 100% rename from items/frontend/src/components/JsonTheme.tsx rename to items-old/frontend/src/components/JsonTheme.tsx diff --git a/items/frontend/src/components/LocaleSelect.tsx b/items-old/frontend/src/components/LocaleSelect.tsx similarity index 100% rename from items/frontend/src/components/LocaleSelect.tsx rename to items-old/frontend/src/components/LocaleSelect.tsx diff --git a/items/frontend/src/cypress/fixtures/condensed_milk.json b/items-old/frontend/src/cypress/fixtures/condensed_milk.json similarity index 100% rename from items/frontend/src/cypress/fixtures/condensed_milk.json rename to items-old/frontend/src/cypress/fixtures/condensed_milk.json diff --git a/items/frontend/src/cypress/integration/dark-mode-toggle.spec.tsx b/items-old/frontend/src/cypress/integration/dark-mode-toggle.spec.tsx similarity index 100% rename from items/frontend/src/cypress/integration/dark-mode-toggle.spec.tsx rename to items-old/frontend/src/cypress/integration/dark-mode-toggle.spec.tsx diff --git a/items/frontend/src/cypress/integration/footer.spec.tsx b/items-old/frontend/src/cypress/integration/footer.spec.tsx similarity index 100% rename from items/frontend/src/cypress/integration/footer.spec.tsx rename to items-old/frontend/src/cypress/integration/footer.spec.tsx diff --git a/items/frontend/src/cypress/integration/header.spec.tsx b/items-old/frontend/src/cypress/integration/header.spec.tsx similarity index 100% rename from items/frontend/src/cypress/integration/header.spec.tsx rename to items-old/frontend/src/cypress/integration/header.spec.tsx diff --git a/items/frontend/src/cypress/integration/json-theme.spec.tsx b/items-old/frontend/src/cypress/integration/json-theme.spec.tsx similarity index 100% rename from items/frontend/src/cypress/integration/json-theme.spec.tsx rename to items-old/frontend/src/cypress/integration/json-theme.spec.tsx diff --git a/items/frontend/src/cypress/integration/locale-select.spec.tsx b/items-old/frontend/src/cypress/integration/locale-select.spec.tsx similarity index 100% rename from items/frontend/src/cypress/integration/locale-select.spec.tsx rename to items-old/frontend/src/cypress/integration/locale-select.spec.tsx diff --git a/items/frontend/src/cypress/integration/search.spec.tsx b/items-old/frontend/src/cypress/integration/search.spec.tsx similarity index 100% rename from items/frontend/src/cypress/integration/search.spec.tsx rename to items-old/frontend/src/cypress/integration/search.spec.tsx diff --git a/items/frontend/src/cypress/integration/url-check.spec.tsx b/items-old/frontend/src/cypress/integration/url-check.spec.tsx similarity index 100% rename from items/frontend/src/cypress/integration/url-check.spec.tsx rename to items-old/frontend/src/cypress/integration/url-check.spec.tsx diff --git a/items/frontend/src/cypress/nginx_config/default.conf b/items-old/frontend/src/cypress/nginx_config/default.conf similarity index 100% rename from items/frontend/src/cypress/nginx_config/default.conf rename to items-old/frontend/src/cypress/nginx_config/default.conf diff --git a/items/frontend/src/cypress/plugin/index.js b/items-old/frontend/src/cypress/plugin/index.js similarity index 100% rename from items/frontend/src/cypress/plugin/index.js rename to items-old/frontend/src/cypress/plugin/index.js diff --git a/items/frontend/src/cypress/support/index.js b/items-old/frontend/src/cypress/support/index.js similarity index 100% rename from items/frontend/src/cypress/support/index.js rename to items-old/frontend/src/cypress/support/index.js diff --git a/items/frontend/src/dataaccess/ItemBackend.ts b/items-old/frontend/src/dataaccess/ItemBackend.ts similarity index 100% rename from items/frontend/src/dataaccess/ItemBackend.ts rename to items-old/frontend/src/dataaccess/ItemBackend.ts diff --git a/items/frontend/src/dataaccess/SaveKeys.ts b/items-old/frontend/src/dataaccess/SaveKeys.ts similarity index 100% rename from items/frontend/src/dataaccess/SaveKeys.ts rename to items-old/frontend/src/dataaccess/SaveKeys.ts diff --git a/items/frontend/src/dto/ItemData.ts b/items-old/frontend/src/dto/ItemData.ts similarity index 100% rename from items/frontend/src/dto/ItemData.ts rename to items-old/frontend/src/dto/ItemData.ts diff --git a/items/frontend/src/dto/ItemHierarchy.ts b/items-old/frontend/src/dto/ItemHierarchy.ts similarity index 100% rename from items/frontend/src/dto/ItemHierarchy.ts rename to items-old/frontend/src/dto/ItemHierarchy.ts diff --git a/items/frontend/src/dto/ItemLocale.ts b/items-old/frontend/src/dto/ItemLocale.ts similarity index 100% rename from items/frontend/src/dto/ItemLocale.ts rename to items-old/frontend/src/dto/ItemLocale.ts diff --git a/items/frontend/src/dto/ItemOption.ts b/items-old/frontend/src/dto/ItemOption.ts similarity index 100% rename from items/frontend/src/dto/ItemOption.ts rename to items-old/frontend/src/dto/ItemOption.ts diff --git a/items/frontend/src/dto/ItemWithLocale.ts b/items-old/frontend/src/dto/ItemWithLocale.ts similarity index 100% rename from items/frontend/src/dto/ItemWithLocale.ts rename to items-old/frontend/src/dto/ItemWithLocale.ts diff --git a/items/frontend/src/index.tsx b/items-old/frontend/src/index.tsx similarity index 100% rename from items/frontend/src/index.tsx rename to items-old/frontend/src/index.tsx diff --git a/items/frontend/src/pages/InteractiveArea.tsx b/items-old/frontend/src/pages/InteractiveArea.tsx similarity index 100% rename from items/frontend/src/pages/InteractiveArea.tsx rename to items-old/frontend/src/pages/InteractiveArea.tsx diff --git a/items/frontend/src/pages/MainPage.tsx b/items-old/frontend/src/pages/MainPage.tsx similarity index 100% rename from items/frontend/src/pages/MainPage.tsx rename to items-old/frontend/src/pages/MainPage.tsx diff --git a/items/frontend/src/pages/PageNotFound.tsx b/items-old/frontend/src/pages/PageNotFound.tsx similarity index 100% rename from items/frontend/src/pages/PageNotFound.tsx rename to items-old/frontend/src/pages/PageNotFound.tsx diff --git a/items/frontend/src/pages/mainPageComponents/NavigationBreadcrumb.tsx b/items-old/frontend/src/pages/mainPageComponents/NavigationBreadcrumb.tsx similarity index 100% rename from items/frontend/src/pages/mainPageComponents/NavigationBreadcrumb.tsx rename to items-old/frontend/src/pages/mainPageComponents/NavigationBreadcrumb.tsx diff --git a/items/frontend/src/pages/mainPageComponents/SearchArea.tsx b/items-old/frontend/src/pages/mainPageComponents/SearchArea.tsx similarity index 100% rename from items/frontend/src/pages/mainPageComponents/SearchArea.tsx rename to items-old/frontend/src/pages/mainPageComponents/SearchArea.tsx diff --git a/items/frontend/src/react-app-env.d.ts b/items-old/frontend/src/react-app-env.d.ts similarity index 100% rename from items/frontend/src/react-app-env.d.ts rename to items-old/frontend/src/react-app-env.d.ts diff --git a/items/frontend/src/reportWebVitals.ts b/items-old/frontend/src/reportWebVitals.ts similarity index 100% rename from items/frontend/src/reportWebVitals.ts rename to items-old/frontend/src/reportWebVitals.ts diff --git a/items/frontend/src/setupTests.ts b/items-old/frontend/src/setupTests.ts similarity index 100% rename from items/frontend/src/setupTests.ts rename to items-old/frontend/src/setupTests.ts diff --git a/items/frontend/src/state/GlobalState.ts b/items-old/frontend/src/state/GlobalState.ts similarity index 100% rename from items/frontend/src/state/GlobalState.ts rename to items-old/frontend/src/state/GlobalState.ts diff --git a/items/frontend/src/state/ReactJsonViewThemes.ts b/items-old/frontend/src/state/ReactJsonViewThemes.ts similarity index 100% rename from items/frontend/src/state/ReactJsonViewThemes.ts rename to items-old/frontend/src/state/ReactJsonViewThemes.ts diff --git a/items/frontend/src/state/ThemeMode.ts b/items-old/frontend/src/state/ThemeMode.ts similarity index 100% rename from items/frontend/src/state/ThemeMode.ts rename to items-old/frontend/src/state/ThemeMode.ts diff --git a/items/frontend/src/theme/Theme.ts b/items-old/frontend/src/theme/Theme.ts similarity index 100% rename from items/frontend/src/theme/Theme.ts rename to items-old/frontend/src/theme/Theme.ts diff --git a/items/frontend/src/theme/darkTheme.ts b/items-old/frontend/src/theme/darkTheme.ts similarity index 100% rename from items/frontend/src/theme/darkTheme.ts rename to items-old/frontend/src/theme/darkTheme.ts diff --git a/items/frontend/src/theme/lightTheme.ts b/items-old/frontend/src/theme/lightTheme.ts similarity index 100% rename from items/frontend/src/theme/lightTheme.ts rename to items-old/frontend/src/theme/lightTheme.ts diff --git a/items/frontend/tsconfig.json b/items-old/frontend/tsconfig.json similarity index 100% rename from items/frontend/tsconfig.json rename to items-old/frontend/tsconfig.json diff --git a/items/frontend/yarn.lock b/items-old/frontend/yarn.lock similarity index 100% rename from items/frontend/yarn.lock rename to items-old/frontend/yarn.lock