From bc912fec9f44cd7527e98f16aa02d2b899c19a45 Mon Sep 17 00:00:00 2001 From: SebasKoedam Date: Thu, 18 Apr 2024 14:51:38 +0200 Subject: [PATCH] Remove unused files and directories --- {arduino => code/arduino}/.gitkeep | 0 .../teamdocumentatie => code/server}/.gitkeep | 0 {src => code/src}/.gitignore | 0 {src => code/src}/.idea/.name | 0 {src => code/src}/.idea/compiler.xml | 0 {src => code/src}/.idea/gradle.xml | 0 {src => code/src}/.idea/misc.xml | 0 {src => code/src}/.idea/vcs.xml | 0 {src => code/src}/app/.gitignore | 0 {src => code/src}/app/build.gradle | 0 {src => code/src}/app/proguard-rules.pro | 0 .../fitbot/ExampleInstrumentedTest.java | 0 .../src}/app/src/main/AndroidManifest.xml | 0 .../java/com/fitbot/fitbot/MainActivity.java | 0 .../drawable-v24/ic_launcher_foreground.xml | 0 .../res/drawable/ic_launcher_background.xml | 0 .../res/mipmap-anydpi-v26/ic_launcher.xml | 0 .../mipmap-anydpi-v26/ic_launcher_round.xml | 0 .../src/main/res/mipmap-hdpi/ic_launcher.webp | Bin .../res/mipmap-hdpi/ic_launcher_round.webp | Bin .../src/main/res/mipmap-mdpi/ic_launcher.webp | Bin .../res/mipmap-mdpi/ic_launcher_round.webp | Bin .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin .../app/src/main/res/values-night/themes.xml | 0 .../src}/app/src/main/res/values/colors.xml | 0 .../src}/app/src/main/res/values/strings.xml | 0 .../src}/app/src/main/res/values/themes.xml | 0 .../com/fitbot/fitbot/ExampleUnitTest.java | 0 {src => code/src}/build.gradle | 0 {src => code/src}/gradle.properties | 0 .../src}/gradle/wrapper/gradle-wrapper.jar | Bin .../gradle/wrapper/gradle-wrapper.properties | 0 {src => code/src}/gradlew | 0 {src => code/src}/gradlew.bat | 178 +++++++++--------- {src => code/src}/settings.gradle | 0 {server => code/web}/.gitkeep | 0 documentation/docs/.pages | 52 ++--- documentation/docs/brainstorm/.pages | 2 - documentation/docs/opdracht/.pages | 7 - documentation/docs/robots/.pages | 4 - .../teamdocumentatie}/.gitkeep | 0 .../sprint-reports/sprint-report-s1.md | 0 .../sprint-reports/sprint-report-s2.md | 0 .../sprint-reports/sprint-report-s3.md | 0 .../template_onderzoeksverslag.md | 0 .../template_probleemdefinitie.md | 0 .../template_sprint_report.md | 0 52 files changed, 104 insertions(+), 139 deletions(-) rename {arduino => code/arduino}/.gitkeep (100%) rename {documentation/docs/teamdocumentatie => code/server}/.gitkeep (100%) rename {src => code/src}/.gitignore (100%) rename {src => code/src}/.idea/.name (100%) rename {src => code/src}/.idea/compiler.xml (100%) rename {src => code/src}/.idea/gradle.xml (100%) rename {src => code/src}/.idea/misc.xml (100%) rename {src => code/src}/.idea/vcs.xml (100%) rename {src => code/src}/app/.gitignore (100%) rename {src => code/src}/app/build.gradle (100%) rename {src => code/src}/app/proguard-rules.pro (100%) rename {src => code/src}/app/src/androidTest/java/com/fitbot/fitbot/ExampleInstrumentedTest.java (100%) rename {src => code/src}/app/src/main/AndroidManifest.xml (100%) rename {src => code/src}/app/src/main/java/com/fitbot/fitbot/MainActivity.java (100%) rename {src => code/src}/app/src/main/res/drawable-v24/ic_launcher_foreground.xml (100%) rename {src => code/src}/app/src/main/res/drawable/ic_launcher_background.xml (100%) rename {src => code/src}/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml (100%) rename {src => code/src}/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml (100%) rename {src => code/src}/app/src/main/res/mipmap-hdpi/ic_launcher.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-mdpi/ic_launcher.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-xhdpi/ic_launcher.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp (100%) rename {src => code/src}/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp (100%) rename {src => code/src}/app/src/main/res/values-night/themes.xml (100%) rename {src => code/src}/app/src/main/res/values/colors.xml (100%) rename {src => code/src}/app/src/main/res/values/strings.xml (100%) rename {src => code/src}/app/src/main/res/values/themes.xml (100%) rename {src => code/src}/app/src/test/java/com/fitbot/fitbot/ExampleUnitTest.java (100%) rename {src => code/src}/build.gradle (100%) rename {src => code/src}/gradle.properties (100%) rename {src => code/src}/gradle/wrapper/gradle-wrapper.jar (100%) rename {src => code/src}/gradle/wrapper/gradle-wrapper.properties (100%) rename {src => code/src}/gradlew (100%) mode change 100755 => 100644 rename {src => code/src}/gradlew.bat (96%) rename {src => code/src}/settings.gradle (100%) rename {server => code/web}/.gitkeep (100%) delete mode 100644 documentation/docs/brainstorm/.pages delete mode 100644 documentation/docs/opdracht/.pages delete mode 100644 documentation/docs/robots/.pages rename {web => documentation/teamdocumentatie}/.gitkeep (100%) rename documentation/{docs => }/teamdocumentatie/sprint-reports/sprint-report-s1.md (100%) rename documentation/{docs => }/teamdocumentatie/sprint-reports/sprint-report-s2.md (100%) rename documentation/{docs => }/teamdocumentatie/sprint-reports/sprint-report-s3.md (100%) rename documentation/{docs => }/teamdocumentatie/template_onderzoeksverslag.md (100%) rename documentation/{docs => }/teamdocumentatie/template_probleemdefinitie.md (100%) rename documentation/{docs => }/teamdocumentatie/template_sprint_report.md (100%) diff --git a/arduino/.gitkeep b/code/arduino/.gitkeep similarity index 100% rename from arduino/.gitkeep rename to code/arduino/.gitkeep diff --git a/documentation/docs/teamdocumentatie/.gitkeep b/code/server/.gitkeep similarity index 100% rename from documentation/docs/teamdocumentatie/.gitkeep rename to code/server/.gitkeep diff --git a/src/.gitignore b/code/src/.gitignore similarity index 100% rename from src/.gitignore rename to code/src/.gitignore diff --git a/src/.idea/.name b/code/src/.idea/.name similarity index 100% rename from src/.idea/.name rename to code/src/.idea/.name diff --git a/src/.idea/compiler.xml b/code/src/.idea/compiler.xml similarity index 100% rename from src/.idea/compiler.xml rename to code/src/.idea/compiler.xml diff --git a/src/.idea/gradle.xml b/code/src/.idea/gradle.xml similarity index 100% rename from src/.idea/gradle.xml rename to code/src/.idea/gradle.xml diff --git a/src/.idea/misc.xml b/code/src/.idea/misc.xml similarity index 100% rename from src/.idea/misc.xml rename to code/src/.idea/misc.xml diff --git a/src/.idea/vcs.xml b/code/src/.idea/vcs.xml similarity index 100% rename from src/.idea/vcs.xml rename to code/src/.idea/vcs.xml diff --git a/src/app/.gitignore b/code/src/app/.gitignore similarity index 100% rename from src/app/.gitignore rename to code/src/app/.gitignore diff --git a/src/app/build.gradle b/code/src/app/build.gradle similarity index 100% rename from src/app/build.gradle rename to code/src/app/build.gradle diff --git a/src/app/proguard-rules.pro b/code/src/app/proguard-rules.pro similarity index 100% rename from src/app/proguard-rules.pro rename to code/src/app/proguard-rules.pro diff --git a/src/app/src/androidTest/java/com/fitbot/fitbot/ExampleInstrumentedTest.java b/code/src/app/src/androidTest/java/com/fitbot/fitbot/ExampleInstrumentedTest.java similarity index 100% rename from src/app/src/androidTest/java/com/fitbot/fitbot/ExampleInstrumentedTest.java rename to code/src/app/src/androidTest/java/com/fitbot/fitbot/ExampleInstrumentedTest.java diff --git a/src/app/src/main/AndroidManifest.xml b/code/src/app/src/main/AndroidManifest.xml similarity index 100% rename from src/app/src/main/AndroidManifest.xml rename to code/src/app/src/main/AndroidManifest.xml diff --git a/src/app/src/main/java/com/fitbot/fitbot/MainActivity.java b/code/src/app/src/main/java/com/fitbot/fitbot/MainActivity.java similarity index 100% rename from src/app/src/main/java/com/fitbot/fitbot/MainActivity.java rename to code/src/app/src/main/java/com/fitbot/fitbot/MainActivity.java diff --git a/src/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/code/src/app/src/main/res/drawable-v24/ic_launcher_foreground.xml similarity index 100% rename from src/app/src/main/res/drawable-v24/ic_launcher_foreground.xml rename to code/src/app/src/main/res/drawable-v24/ic_launcher_foreground.xml diff --git a/src/app/src/main/res/drawable/ic_launcher_background.xml b/code/src/app/src/main/res/drawable/ic_launcher_background.xml similarity index 100% rename from src/app/src/main/res/drawable/ic_launcher_background.xml rename to code/src/app/src/main/res/drawable/ic_launcher_background.xml diff --git a/src/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/code/src/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml similarity index 100% rename from src/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml rename to code/src/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml diff --git a/src/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/code/src/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml similarity index 100% rename from src/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml rename to code/src/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/src/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/code/src/app/src/main/res/mipmap-hdpi/ic_launcher.webp similarity index 100% rename from src/app/src/main/res/mipmap-hdpi/ic_launcher.webp rename to code/src/app/src/main/res/mipmap-hdpi/ic_launcher.webp diff --git a/src/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/code/src/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp similarity index 100% rename from src/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp rename to code/src/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp diff --git a/src/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/code/src/app/src/main/res/mipmap-mdpi/ic_launcher.webp similarity index 100% rename from src/app/src/main/res/mipmap-mdpi/ic_launcher.webp rename to code/src/app/src/main/res/mipmap-mdpi/ic_launcher.webp diff --git a/src/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/code/src/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp similarity index 100% rename from src/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp rename to code/src/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp diff --git a/src/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/code/src/app/src/main/res/mipmap-xhdpi/ic_launcher.webp similarity index 100% rename from src/app/src/main/res/mipmap-xhdpi/ic_launcher.webp rename to code/src/app/src/main/res/mipmap-xhdpi/ic_launcher.webp diff --git a/src/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/code/src/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp similarity index 100% rename from src/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp rename to code/src/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp diff --git a/src/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/code/src/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp similarity index 100% rename from src/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp rename to code/src/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp diff --git a/src/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/code/src/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp similarity index 100% rename from src/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp rename to code/src/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp diff --git a/src/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/code/src/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp similarity index 100% rename from src/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp rename to code/src/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp diff --git a/src/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/code/src/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp similarity index 100% rename from src/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp rename to code/src/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp diff --git a/src/app/src/main/res/values-night/themes.xml b/code/src/app/src/main/res/values-night/themes.xml similarity index 100% rename from src/app/src/main/res/values-night/themes.xml rename to code/src/app/src/main/res/values-night/themes.xml diff --git a/src/app/src/main/res/values/colors.xml b/code/src/app/src/main/res/values/colors.xml similarity index 100% rename from src/app/src/main/res/values/colors.xml rename to code/src/app/src/main/res/values/colors.xml diff --git a/src/app/src/main/res/values/strings.xml b/code/src/app/src/main/res/values/strings.xml similarity index 100% rename from src/app/src/main/res/values/strings.xml rename to code/src/app/src/main/res/values/strings.xml diff --git a/src/app/src/main/res/values/themes.xml b/code/src/app/src/main/res/values/themes.xml similarity index 100% rename from src/app/src/main/res/values/themes.xml rename to code/src/app/src/main/res/values/themes.xml diff --git a/src/app/src/test/java/com/fitbot/fitbot/ExampleUnitTest.java b/code/src/app/src/test/java/com/fitbot/fitbot/ExampleUnitTest.java similarity index 100% rename from src/app/src/test/java/com/fitbot/fitbot/ExampleUnitTest.java rename to code/src/app/src/test/java/com/fitbot/fitbot/ExampleUnitTest.java diff --git a/src/build.gradle b/code/src/build.gradle similarity index 100% rename from src/build.gradle rename to code/src/build.gradle diff --git a/src/gradle.properties b/code/src/gradle.properties similarity index 100% rename from src/gradle.properties rename to code/src/gradle.properties diff --git a/src/gradle/wrapper/gradle-wrapper.jar b/code/src/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from src/gradle/wrapper/gradle-wrapper.jar rename to code/src/gradle/wrapper/gradle-wrapper.jar diff --git a/src/gradle/wrapper/gradle-wrapper.properties b/code/src/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from src/gradle/wrapper/gradle-wrapper.properties rename to code/src/gradle/wrapper/gradle-wrapper.properties diff --git a/src/gradlew b/code/src/gradlew old mode 100755 new mode 100644 similarity index 100% rename from src/gradlew rename to code/src/gradlew diff --git a/src/gradlew.bat b/code/src/gradlew.bat similarity index 96% rename from src/gradlew.bat rename to code/src/gradlew.bat index ac1b06f..107acd3 100644 --- a/src/gradlew.bat +++ b/code/src/gradlew.bat @@ -1,89 +1,89 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem - -@if "%DEBUG%" == "" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto execute - -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto execute - -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:execute -@rem Setup the command line - -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar - - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* - -:end -@rem End local scope for the variables with windows NT shell -if "%ERRORLEVEL%"=="0" goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 -exit /b 1 - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/src/settings.gradle b/code/src/settings.gradle similarity index 100% rename from src/settings.gradle rename to code/src/settings.gradle diff --git a/server/.gitkeep b/code/web/.gitkeep similarity index 100% rename from server/.gitkeep rename to code/web/.gitkeep diff --git a/documentation/docs/.pages b/documentation/docs/.pages index e1c3b04..28b2559 100644 --- a/documentation/docs/.pages +++ b/documentation/docs/.pages @@ -1,40 +1,18 @@ nav: - ๐Ÿš๏ธ TI Portfolio Website: index.md - - Opdracht: - - Omschrijving: assignment.md - - Planning: planning.md - - Opdrachtgevers: clients.md - - Betoog: research.md - - Criteria: criteria.md - - Links: links.md + - ๐Ÿ“ Opdracht: + - Omschrijving: opdracht/assignment + - Planning: opdracht/planning + - Opdrachtgevers: opdracht/clients + - Betoog: opdracht/research + - Criteria: opdracht/criteria + - Links: opdracht/links + - ๐Ÿค– Robots: + - NAO: robots/nao + - Pepper: robots/pepper + - Little Endian: robots/little-endian - ๐Ÿ“š Documentation: - - Testing: testing - - Website: - - Apache2: website/server - - Webapp: website/webApplication - - Dashboard: website/dashboard - - Backend: - - NodeJS: backend/nodejs - - Database: backend/database - - Database Setup: backend/dbSetup - - Embedded Device (SB Node): - - Libraries: - - Libraries: sbnode/lib/libraries - - Silent Booth: sbnode/lib/SB - - Silent Booth HTTP: sbnode/lib/SBHTTP - - Silent Booth Oled: sbnode/lib/SBOled - - Sensors: - - Hall Effect Sensor: sbnode/sensors/hallSensor - - Motion Sensor: sbnode/sensors/motionSensor - - Temp and Humidity Sensor: sbnode/sensors/tempHumidSensor - - Technical Documentation: sbnode/technicaldocs - - User Manual: sbnode/usermanual - - Circuit Diagram: sbnode/circuitDiagram - - Bill of Materials: sbnode/billOfMaterials - - PCB Design: sbnode/pcb - - Process: - - Cooperation Agreement: process/agreement - - Sources: process/sources - - UML: - - UML: uml/uml - - Infrastructure: uml/infrastructure + - ๐Ÿง  Brianstorm: + - Brainstorm: brianstorm/ideas + - ๐Ÿ“ฑAndriod: + - Andriod Studio: andriod/androidStudio diff --git a/documentation/docs/brainstorm/.pages b/documentation/docs/brainstorm/.pages deleted file mode 100644 index c72dd2d..0000000 --- a/documentation/docs/brainstorm/.pages +++ /dev/null @@ -1,2 +0,0 @@ -nav: - - Ideas: ideas.md diff --git a/documentation/docs/opdracht/.pages b/documentation/docs/opdracht/.pages deleted file mode 100644 index cd59281..0000000 --- a/documentation/docs/opdracht/.pages +++ /dev/null @@ -1,7 +0,0 @@ -nav: - - Omschrijving: assignment.md - - Planning: planning.md - - Opdrachtgevers: clients.md - - Betoog: research.md - - Criteria: criteria.md - - Links: links.md \ No newline at end of file diff --git a/documentation/docs/robots/.pages b/documentation/docs/robots/.pages deleted file mode 100644 index 45530dd..0000000 --- a/documentation/docs/robots/.pages +++ /dev/null @@ -1,4 +0,0 @@ -nav: - - NAO: nao.md - - Pepper: pepper.md - - Little Endian: little-endian.md diff --git a/web/.gitkeep b/documentation/teamdocumentatie/.gitkeep similarity index 100% rename from web/.gitkeep rename to documentation/teamdocumentatie/.gitkeep diff --git a/documentation/docs/teamdocumentatie/sprint-reports/sprint-report-s1.md b/documentation/teamdocumentatie/sprint-reports/sprint-report-s1.md similarity index 100% rename from documentation/docs/teamdocumentatie/sprint-reports/sprint-report-s1.md rename to documentation/teamdocumentatie/sprint-reports/sprint-report-s1.md diff --git a/documentation/docs/teamdocumentatie/sprint-reports/sprint-report-s2.md b/documentation/teamdocumentatie/sprint-reports/sprint-report-s2.md similarity index 100% rename from documentation/docs/teamdocumentatie/sprint-reports/sprint-report-s2.md rename to documentation/teamdocumentatie/sprint-reports/sprint-report-s2.md diff --git a/documentation/docs/teamdocumentatie/sprint-reports/sprint-report-s3.md b/documentation/teamdocumentatie/sprint-reports/sprint-report-s3.md similarity index 100% rename from documentation/docs/teamdocumentatie/sprint-reports/sprint-report-s3.md rename to documentation/teamdocumentatie/sprint-reports/sprint-report-s3.md diff --git a/documentation/docs/teamdocumentatie/template_onderzoeksverslag.md b/documentation/teamdocumentatie/template_onderzoeksverslag.md similarity index 100% rename from documentation/docs/teamdocumentatie/template_onderzoeksverslag.md rename to documentation/teamdocumentatie/template_onderzoeksverslag.md diff --git a/documentation/docs/teamdocumentatie/template_probleemdefinitie.md b/documentation/teamdocumentatie/template_probleemdefinitie.md similarity index 100% rename from documentation/docs/teamdocumentatie/template_probleemdefinitie.md rename to documentation/teamdocumentatie/template_probleemdefinitie.md diff --git a/documentation/docs/teamdocumentatie/template_sprint_report.md b/documentation/teamdocumentatie/template_sprint_report.md similarity index 100% rename from documentation/docs/teamdocumentatie/template_sprint_report.md rename to documentation/teamdocumentatie/template_sprint_report.md