From cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 25 Apr 2021 16:01:14 +0200 Subject: build: Migrate to flat project structure This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project. --- frontend/public/img/datacenter-drawing.png | Bin 207909 -> 0 bytes frontend/public/img/logo.png | Bin 2825 -> 0 bytes frontend/public/img/portraits/aiosup.png | Bin 71879 -> 0 bytes frontend/public/img/portraits/fmastenbroek.png | Bin 121867 -> 0 bytes frontend/public/img/portraits/gandreadis.png | Bin 76426 -> 0 bytes frontend/public/img/portraits/jburley.png | Bin 328112 -> 0 bytes frontend/public/img/portraits/loverweel.png | Bin 65866 -> 0 bytes frontend/public/img/screenshot-construction.png | Bin 76461 -> 0 bytes frontend/public/img/screenshot-simulation-zoom.png | Bin 100583 -> 0 bytes frontend/public/img/stakeholders/Developer.png | Bin 11411 -> 0 bytes frontend/public/img/stakeholders/Manager.png | Bin 9946 -> 0 bytes frontend/public/img/stakeholders/Researcher.png | Bin 10984 -> 0 bytes frontend/public/img/stakeholders/Sales.png | Bin 10074 -> 0 bytes frontend/public/img/stakeholders/Student.png | Bin 12960 -> 0 bytes frontend/public/img/topology/cpu-icon.png | Bin 4062 -> 0 bytes frontend/public/img/topology/gpu-icon.png | Bin 2227 -> 0 bytes frontend/public/img/topology/memory-icon.png | Bin 1980 -> 0 bytes frontend/public/img/topology/rack-energy-icon.png | Bin 893 -> 0 bytes frontend/public/img/topology/rack-space-icon.png | Bin 957 -> 0 bytes frontend/public/img/topology/storage-icon.png | Bin 4038 -> 0 bytes frontend/public/img/tudelft-icon.png | Bin 4387 -> 0 bytes 21 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 frontend/public/img/datacenter-drawing.png delete mode 100644 frontend/public/img/logo.png delete mode 100644 frontend/public/img/portraits/aiosup.png delete mode 100644 frontend/public/img/portraits/fmastenbroek.png delete mode 100644 frontend/public/img/portraits/gandreadis.png delete mode 100644 frontend/public/img/portraits/jburley.png delete mode 100644 frontend/public/img/portraits/loverweel.png delete mode 100644 frontend/public/img/screenshot-construction.png delete mode 100644 frontend/public/img/screenshot-simulation-zoom.png delete mode 100644 frontend/public/img/stakeholders/Developer.png delete mode 100644 frontend/public/img/stakeholders/Manager.png delete mode 100644 frontend/public/img/stakeholders/Researcher.png delete mode 100644 frontend/public/img/stakeholders/Sales.png delete mode 100644 frontend/public/img/stakeholders/Student.png delete mode 100644 frontend/public/img/topology/cpu-icon.png delete mode 100644 frontend/public/img/topology/gpu-icon.png delete mode 100644 frontend/public/img/topology/memory-icon.png delete mode 100644 frontend/public/img/topology/rack-energy-icon.png delete mode 100644 frontend/public/img/topology/rack-space-icon.png delete mode 100644 frontend/public/img/topology/storage-icon.png delete mode 100644 frontend/public/img/tudelft-icon.png (limited to 'frontend/public/img') diff --git a/frontend/public/img/datacenter-drawing.png b/frontend/public/img/datacenter-drawing.png deleted file mode 100644 index ec2b7398..00000000 Binary files a/frontend/public/img/datacenter-drawing.png and /dev/null differ diff --git a/frontend/public/img/logo.png b/frontend/public/img/logo.png deleted file mode 100644 index d743038b..00000000 Binary files a/frontend/public/img/logo.png and /dev/null differ diff --git a/frontend/public/img/portraits/aiosup.png b/frontend/public/img/portraits/aiosup.png deleted file mode 100644 index d2019b4d..00000000 Binary files a/frontend/public/img/portraits/aiosup.png and /dev/null differ diff --git a/frontend/public/img/portraits/fmastenbroek.png b/frontend/public/img/portraits/fmastenbroek.png deleted file mode 100644 index f17ef697..00000000 Binary files a/frontend/public/img/portraits/fmastenbroek.png and /dev/null differ diff --git a/frontend/public/img/portraits/gandreadis.png b/frontend/public/img/portraits/gandreadis.png deleted file mode 100644 index 96a3abda..00000000 Binary files a/frontend/public/img/portraits/gandreadis.png and /dev/null differ diff --git a/frontend/public/img/portraits/jburley.png b/frontend/public/img/portraits/jburley.png deleted file mode 100644 index d2691659..00000000 Binary files a/frontend/public/img/portraits/jburley.png and /dev/null differ diff --git a/frontend/public/img/portraits/loverweel.png b/frontend/public/img/portraits/loverweel.png deleted file mode 100644 index 85865977..00000000 Binary files a/frontend/public/img/portraits/loverweel.png and /dev/null differ diff --git a/frontend/public/img/screenshot-construction.png b/frontend/public/img/screenshot-construction.png deleted file mode 100644 index 223e8d48..00000000 Binary files a/frontend/public/img/screenshot-construction.png and /dev/null differ diff --git a/frontend/public/img/screenshot-simulation-zoom.png b/frontend/public/img/screenshot-simulation-zoom.png deleted file mode 100644 index d7744926..00000000 Binary files a/frontend/public/img/screenshot-simulation-zoom.png and /dev/null differ diff --git a/frontend/public/img/stakeholders/Developer.png b/frontend/public/img/stakeholders/Developer.png deleted file mode 100644 index d2638e6c..00000000 Binary files a/frontend/public/img/stakeholders/Developer.png and /dev/null differ diff --git a/frontend/public/img/stakeholders/Manager.png b/frontend/public/img/stakeholders/Manager.png deleted file mode 100644 index 92db7459..00000000 Binary files a/frontend/public/img/stakeholders/Manager.png and /dev/null differ diff --git a/frontend/public/img/stakeholders/Researcher.png b/frontend/public/img/stakeholders/Researcher.png deleted file mode 100644 index d87edd39..00000000 Binary files a/frontend/public/img/stakeholders/Researcher.png and /dev/null differ diff --git a/frontend/public/img/stakeholders/Sales.png b/frontend/public/img/stakeholders/Sales.png deleted file mode 100644 index 5b7c3a72..00000000 Binary files a/frontend/public/img/stakeholders/Sales.png and /dev/null differ diff --git a/frontend/public/img/stakeholders/Student.png b/frontend/public/img/stakeholders/Student.png deleted file mode 100644 index a4900303..00000000 Binary files a/frontend/public/img/stakeholders/Student.png and /dev/null differ diff --git a/frontend/public/img/topology/cpu-icon.png b/frontend/public/img/topology/cpu-icon.png deleted file mode 100644 index 07cfbd31..00000000 Binary files a/frontend/public/img/topology/cpu-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/gpu-icon.png b/frontend/public/img/topology/gpu-icon.png deleted file mode 100644 index 55d4fb05..00000000 Binary files a/frontend/public/img/topology/gpu-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/memory-icon.png b/frontend/public/img/topology/memory-icon.png deleted file mode 100644 index 36e8a44e..00000000 Binary files a/frontend/public/img/topology/memory-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/rack-energy-icon.png b/frontend/public/img/topology/rack-energy-icon.png deleted file mode 100644 index 1088c61b..00000000 Binary files a/frontend/public/img/topology/rack-energy-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/rack-space-icon.png b/frontend/public/img/topology/rack-space-icon.png deleted file mode 100644 index 387d7ea6..00000000 Binary files a/frontend/public/img/topology/rack-space-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/storage-icon.png b/frontend/public/img/topology/storage-icon.png deleted file mode 100644 index 7a39cb6f..00000000 Binary files a/frontend/public/img/topology/storage-icon.png and /dev/null differ diff --git a/frontend/public/img/tudelft-icon.png b/frontend/public/img/tudelft-icon.png deleted file mode 100644 index a7a2d56a..00000000 Binary files a/frontend/public/img/tudelft-icon.png and /dev/null differ -- cgit v1.2.3