summaryrefslogtreecommitdiffstats
path: root/documentation/webapp
diff options
context:
space:
mode:
authorJannik Schönartz2019-05-15 23:16:43 +0200
committerJannik Schönartz2019-05-15 23:16:43 +0200
commitfe03f891b8255fc79fdab5509e5ce870410f3bd0 (patch)
treeb672c34f5d5474e2c7127931f29a7ac4047cd051 /documentation/webapp
parent[webapp] Add a simple home / welcome landing page (diff)
downloadbas-fe03f891b8255fc79fdab5509e5ce870410f3bd0.tar.gz
bas-fe03f891b8255fc79fdab5509e5ce870410f3bd0.tar.xz
bas-fe03f891b8255fc79fdab5509e5ce870410f3bd0.zip
[documentation] Add faq pages & add webapp tutorial classes for the home module
Diffstat (limited to 'documentation/webapp')
-rw-r--r--documentation/webapp/README.md5
-rw-r--r--documentation/webapp/faq.md8
2 files changed, 12 insertions, 1 deletions
diff --git a/documentation/webapp/README.md b/documentation/webapp/README.md
index e558a66..473f161 100644
--- a/documentation/webapp/README.md
+++ b/documentation/webapp/README.md
@@ -1,3 +1,6 @@
# Webapplication
+The webapplikation is the frontend for the BAS. It uses the same API calls, so everything which can be done in the frontend can also be done with the API.
+<a :href="$withBase('/img/home.png')" target="_blank"><img :src="$withBase('/img/home.png')" alt="BAS Home"></a>
-<img :src="$withBase('/img/bas_screenshot.PNG')" alt="BAS Screenshot"> \ No newline at end of file
+## Notifications
+## Profile \ No newline at end of file
diff --git a/documentation/webapp/faq.md b/documentation/webapp/faq.md
new file mode 100644
index 0000000..ef38a38
--- /dev/null
+++ b/documentation/webapp/faq.md
@@ -0,0 +1,8 @@
+# [FAQ] How to ...
+## Register a pc-pool
+* Add Ip-Range for automatic sorting
+* Create registration hooks
+
+## Move a pc-pool from one location to another
+
+## Create an Event \ No newline at end of file