Webengineering-Filemanager/Documentation/content/02-00-chapter.tex
H4CK3R-01 87353a48ff - Improved documentation
- Added images
    - Fixed mistakes
- Added build script for zip file
2021-07-29 14:37:02 +02:00

33 lines
1.5 KiB
TeX

\chapter{Allgemeine Informationen}\label{ch:allgemeine_informationen}
Bei diesem Projekt wurden ausschließlich die Programmier- beziehungsweise Markup-Sprachen JavaScript, \gls{css} und \gls{html} verwendet.
Es handelt sich um eine Single-Page-App.
Das heißt, die komplette Funktionalität wurde in einer einzelnen \acrshort{html}-Datei und mehreren JavaScript beziehungsweise CSS Dateien umgesetzt.
Alle Funktionen wurden in folgenden Browsern getestet:
\section{Desktop}\label{sec:desktop}
\begin{center}
\begin{tabular}{ l l l }
\bfseries{OS} & \bfseries{Browser} & \bfseries{funktioniert?} \\
\hline
Ubuntu 20.04 & Mozilla Firefox 90.0b12 & \textcolor{green}{\cmark} \\
Ubuntu 20.04 & Google Chrome 91.0.4472.114 & \textcolor{green}{\cmark} \\
Ubuntu 20.04 & Chromium 91.0.4472.114 & \textcolor{green}{\cmark} \\
Ubuntu 20.04 & Opera 77.0.4054.277 & \textcolor{red}{\xmark} Videos \\
\end{tabular}
\end{center}
\section{Mobile}\label{sec:mobile}
\begin{center}
\begin{tabular}{ l l l }
\bfseries{OS} & \bfseries{Browser} & \bfseries{funktioniert?} \\
\hline
Android 11 & Mozilla Firefox 90.1.2 & \textcolor{green}{\cmark} \\
Android 11 & Google Chrome 92.0.4515.115 & \textcolor{green}{\cmark} \\
Android 11 & Opera 64.2.3282.60128 & \textcolor{green}{\cmark} \\
iOS 14.7.1 & Mozilla Firefox 35.0 & \textcolor{red}{\xmark} Scrollen \& Icons \\
iOS 14.7.1 & Safari 14 & \textcolor{red}{\xmark} Scrollen \& Icons
\end{tabular}
\end{center}