diff --git a/presentation/pictures/csharp.png b/presentation/pictures/csharp.png new file mode 100644 index 0000000..16e5c13 Binary files /dev/null and b/presentation/pictures/csharp.png differ diff --git a/presentation/pictures/django.png b/presentation/pictures/django.png new file mode 100644 index 0000000..7c20c20 Binary files /dev/null and b/presentation/pictures/django.png differ diff --git a/presentation/pictures/laravel.png b/presentation/pictures/laravel.png new file mode 100644 index 0000000..3bbf2cc Binary files /dev/null and b/presentation/pictures/laravel.png differ diff --git a/presentation/presentation.html b/presentation/presentation.html index c18a8a8..a211acf 100644 --- a/presentation/presentation.html +++ b/presentation/presentation.html @@ -26,32 +26,44 @@
-

Case-Study

Ivan Hörler und Andreas Zweili

Created: 2018-03-04 Son 12:44

+

Case-Study

Ivan Hörler und Andreas Zweili

Created: 2018-03-05 Mon 12:55

-
-

Test 1

-
-
+
+

Ausgangslage

+
    +
  • Freie Software in bezug auf open sourcecode.
  • + +
+ +

+Um einen ersten Anhaltspunkt zu haben, haben wir ein Mindmap gezeichnet in +welchem wir unsere ersten Ideen erfassten. +

+
-
-

Test 1.1

+
+

Vision

+

+Ich werde hier kleinere Versionen dieses Mindmap erstellen und mehrere Folien +Zum zeigen brauchen. +

+
webshop.png @@ -59,114 +71,196 @@
-
-

Test 1.2

-
-

Test 1.3

+
+
+

Varianten

+
+
-
-

Test 1.4

+
+

C# und SQL Server

+ +
+csharp.png + +
+ +
+
+

Laravel und MySQL

+ +
+laravel.png + +
+ +
+
+

Django und MariaDB

+ +
+django.png + +
+ +
+
+

Kriterien

+
    +
  • Freie Software
  • +
  • Cross Plattform nutzbar
  • +
  • Lesbarkeit des Codes
  • +
  • Einfachheit des Setups
  • +
  • Ohne spezielle Tools nutzbar
  • +
  • Vorkenntnisse Lernfaktor
  • + +
+ +
+
+

Vergleich

+ + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + +
VarianteErreichte Punktzahl
ASP.NET und SQL Server141
PHP und MySQL161
Django und MariaDB196
+ +
+
+

Auswahl

-
-

Test 2

-
+
+

Kosten

+
-
-

Test 2.1

+
+

Laravel Webshop

+ + + +++ ++ + + + + + + + + + + + + + + + + + + +
SpracheCodezeilen
PHP8679
Total8679
+
-
-

Test 2.2

-
-
-

Test 2.3

-
-
-

Test 2.4

+
+

Django Webshop

+ + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + +
SpracheCodezeilen
Python1460
SQL4639
Total6099
-
-

Test 3

-
+
+

Vorgehen

+
-
-

Test 3.1

+
+

Currencies

+

+Ivan Erzählt wie die Currencies abgeholt werden +

-
-

Test 3.2

+
+

Infrastruktur

+

+Andreas erzählt wie die infrastruktur aufgebaut ist. +

-
-

Test 3.3

-
-
-

Test 3.4

+
+

Programmierung

+

+vieleicht zwei Schwierigkeiten +

-
-

Test 4

-
-
-
-
-

Test 4.1

-
-
-

Test 4.2

-
-
-

Test 4.3

-
-
-

Test 4.4

- -
-
-
-
-

Test 5

-
-
-
-
-

Test 5.1

-
-
-

Test 5.2

-
-
-

Test 5.3

-
-
-

Test 5.4

- -
-
-
-
-

Test 6

-
-
-
-
-

Test 6.1

-
-
-

Test 6.2

-
-
-

Test 6.3

-
-
-

Test 6.4

+
+

Fazit

diff --git a/presentation/presentation.org b/presentation/presentation.org index 7d16814..44c504f 100644 --- a/presentation/presentation.org +++ b/presentation/presentation.org @@ -19,8 +19,19 @@ Zum zeigen brauchen. #+ATTR_HTML: :width 80% [[file:pictures/webshop.png]] -* Tools -Logos von Tools wie Django, Laravel, Node.js usw. +* Varianten + +** C# und SQL Server + +[[file:pictures/csharp.png]] + +** Laravel und MySQL + +[[file:pictures/laravel.png]] + +** Django und MariaDB + +[[file:pictures/django.png]] ** Kriterien - Freie Software @@ -31,10 +42,39 @@ Logos von Tools wie Django, Laravel, Node.js usw. - Vorkenntnisse Lernfaktor ** Vergleich -wäre froh wenn Andreas hier die Tabelle 9 einfügt. :-) + +|------------------------+-----------------------| +| *Variante* | *Erreichte Punktzahl* | +|------------------------+-----------------------| +| ASP.NET und SQL Server | 141 | +| PHP und MySQL | 161 | +| Django und MariaDB | 196 | +|------------------------+-----------------------| ** Auswahl +* Kosten +** Laravel Webshop + +| Sprache | Codezeilen | +|---------+------------| +| PHP | 8679 | +|---------+------------| +| *Total* | *8679* | +|---------+------------| +#+TBLFM: @>$2=vsum(@2..@-1);%.0f + +** Django Webshop + +| Sprache | Codezeilen | +|---------+------------| +| Python | 1460 | +| SQL | 4639 | +|---------+------------| +| *Total* | *6099* | +|---------+------------| +#+TBLFM: @>$2=vsum(@2..@-1);%.0f + * Vorgehen ** Currencies Ivan Erzählt wie die Currencies abgeholt werden