Add prototipo figures

This commit is contained in:
Leonardo Murça 2024-02-11 23:01:01 -03:00
parent 097e505caf
commit aa78884abb
8 changed files with 51 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
images/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
images/pagina-inicial.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View file

@ -2,7 +2,10 @@
\usepackage{template/sbc}
\usepackage{graphicx,url}
\usepackage{float}
\usepackage[brazil]{babel}
\graphicspath{ {./images/} }
\sloppy

View file

@ -51,3 +51,51 @@ Inicialmente, foi discutido diversas propostas para este trabalho de conclusão
Devido à complexidade e custo de desenvolvimento da primeira proposta citada acima, foi escolhida segunda proposta. A prerrogativa
da plataforma ser de código aberto teve uma forte contribuição para sua escolha.
\subsection{Prototipação do layout}
Nesta etapa foram feitos protótipos das telas principais do sistema: Página Inicial, Informações, Calendário Acadêmico, Login e Sala
de Aula.
\begin{figure}[ht]
\centering
\includegraphics[width=.7\textwidth]{login}
\caption{Login}
\end{figure}
\begin{figure}[ht]
\centering
\includegraphics[width=.7\textwidth]{pagina-inicial}
\caption{Página inicial}
\end{figure}
\begin{figure}[ht]
\centering
\includegraphics[width=.7\textwidth]{turma-detalhes-comunicados}
\caption{Sala de aula Comunicados}
\end{figure}
\begin{figure}[ht]
\centering
\includegraphics[width=.7\textwidth]{turma-detalhes-atividades}
\caption{Sala de aula Atividades}
\end{figure}
\begin{figure}[ht]
\centering
\includegraphics[width=.7\textwidth]{turma-detalhes-pessoas}
\caption{Sala de aula Pessoas}
\end{figure}
\vfill
\cleardoublepage
\begin{figure}[ht]
\centering
\includegraphics[width=.7\textwidth]{atividade-detalhes.png}
\caption{Detalhes de atividade}
\end{figure}
A estrutura lógica das telas prototipas foram baseadas no sistema \textit{Google Classroom} visando
a facilidade de uso por parte dos usuários, uma vez que a ferramenta é bem difundida no ambiente acadêmico do
IFMG.