Webengineering-Filemanager/Documentation/content/02-00-chapter.tex

33 lines
1.5 KiB
TeX
Raw Normal View History

2021-07-07 20:44:54 +00:00
\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.
2021-07-07 20:44:54 +00:00
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}
2021-07-07 20:44:54 +00:00
\begin{center}
\begin{tabular}{ l l l }
\bfseries{OS} & \bfseries{Browser} & \bfseries{funktioniert?} \\
2021-07-07 20:44:54 +00:00
\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 \\
2021-07-07 20:44:54 +00:00
\end{tabular}
\end{center}
\section{Mobile}\label{sec:mobile}
2021-07-07 20:44:54 +00:00
\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
2021-07-07 20:44:54 +00:00
\end{tabular}
\end{center}