Skip to content

Commit

Permalink
amélioration sur demande de Mr. Hammi
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Jacquet committed Apr 17, 2016
1 parent 1565e94 commit c64817c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 87 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*.log
*.nav
*.snm
*~
55 changes: 0 additions & 55 deletions cahier des charges-nf28/main.nav

This file was deleted.

Binary file modified cahier des charges-nf28/main.pdf
Binary file not shown.
Empty file removed cahier des charges-nf28/main.snm
Empty file.
40 changes: 18 additions & 22 deletions cahier des charges-nf28/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@

% title info
\newcommand{\ititle}{Cahier des Charges NF28} % title
\newcommand{\isubtitle}{Projet Colladia \\(Collaborative Diagrams)}
\newcommand{\iauthor}{IMPELLETTIERI Florian
\\VINTACHE Jean
\\HAMMI Marouane
\\MENIER Charles
} % author
\newcommand{\isubtitle}{Projet Colladia\\(Collaborative Diagrams)}
\newcommand{\iauthor}{\textsc{Impellettieri} Florian\\\textsc{Vintache} Jean\\\textsc{Hammi} Marouane\\\textsc{Menier} Charles} % author
\newcommand{\idate}{\today} % date

\input{src/config}
Expand All @@ -29,11 +25,11 @@ \subsection{Contexte}
\subsection{Équipe}
Notre groupe est composé de 5 étudiants :
\begin{itemize}
\item IMPELLETTIERI Florian (NF28/IA04)
\item VINTACHE Jean (NF28/IA04)
\item JACQUET Adrien (IA04)
\item HAMMI Marouane (NF28/IA04)
\item MENIER Charles (NF28)
\item \textsc{Impellettieri} Florian (NF28/IA04)
\item \textsc{Vintache} Jean (NF28/IA04)
\item \textsc{Jacquet} Adrien (IA04)
\item \textsc{Hammi} Marouane (NF28/IA04)
\item \textsc{Menier} Charles (NF28)
\end{itemize}


Expand Down Expand Up @@ -74,7 +70,7 @@ \subsection{Draw.io}

\begin{figure}[h]
\centering
\includegraphics[width=15cm]{img/drawio.PNG}
\includegraphics[width=\textwidth]{img/drawio}
\caption{draw.io - Édition en collaboration}
\end{figure}

Expand All @@ -84,15 +80,15 @@ \subsection{Draw.io}
\subsection{DrawExpress}
Ce que fait DrawExpress c’est de proposer une éditeur de diagramme sur mobile. Il est cross-plateforme (IOS, Android et BlackBerry) mais il ne permet pas la travail simultané à plusieurs.

\begin{figure}
\begin{figure}[!h]
\centering
\includegraphics[width=10cm]{img/DrawExpressRecognition.PNG}
\includegraphics[width=.6\textwidth]{img/DrawExpressRecognition}
\caption{Aperçu des interactions tactiles de DrawExpress - \\Reconnaissance de forme}
\end{figure}

\begin{figure}
\begin{figure}[!h]
\centering
\includegraphics[width=10cm]{img/DrawExpressLinks.PNG}
\includegraphics[width=.6\textwidth]{img/DrawExpressLinks}
\caption{Aperçu des interactions tactiles de DrawExpress - Tracé de lignes}
\end{figure}

Expand All @@ -115,15 +111,15 @@ \subsection{Fonctionnalités générales}
\item Connexion au serveur avec pseudo
\begin{figure}[h]
\centering
\includegraphics[width=5cm]{img/accueil.PNG}
\includegraphics[width=5cm]{img/accueil}
\caption{Maquette Colladia - Connexion}
\end{figure}

\item Création d'un nouveau diagramme
\item Rejoindre un diagramme parmi une liste de diagrammes existants
\begin{figure}[h]
\centering
\includegraphics[width=5cm]{img/workspace-selection.PNG}
\includegraphics[width=5cm]{img/workspace-selection}
\caption{Maquette Colladia - Workspace}
\end{figure}

Expand All @@ -137,7 +133,7 @@ \subsection{Fonctionnalités tactiles}
\item Icône transparent dans le coin pour ouvrir le menu
\begin{figure}[h]
\centering
\includegraphics[width=10cm]{img/menu.PNG}
\includegraphics[width=10cm]{img/menu}
\caption{Maquette Colladia - Menu}
\end{figure}
\item Ajout de formes prédéfinies (Classes UML, cercles, carrés, rectangles,...)
Expand All @@ -155,15 +151,15 @@ \subsection{Fonctionnalités tactiles}
\end{itemize}
\begin{figure}[h]
\centering
\includegraphics[width=10cm]{img/modification.PNG}
\includegraphics[width=10cm]{img/modification}
\caption{Maquette Colladia - Modification d'éléments}
\end{figure}


\item Un appui long dans le vide permet d’ajouter des éléments
\begin{figure}[h]
\centering
\includegraphics[width=10cm]{img/diagram-creation.PNG}
\includegraphics[width=10cm]{img/diagram-creation}
\caption{Maquette Colladia - Création d'éléments}
\end{figure}
\item Un “double-tap” à 2 doigts permet de passer du mode dessin au déplacement (et inversement)
Expand Down Expand Up @@ -229,7 +225,7 @@ \subsection{Côté client}
Après concertation il a été décidé de réaliser l’application cliente avec Xamarin.
\begin{figure}
\centering
\includegraphics[width=10cm]{img/Archi.PNG}
\includegraphics[width=10cm]{img/Archi}
\caption{Schéma de l’architecture de Colladia : Client/Serveur}
\end{figure}

Expand Down
4 changes: 2 additions & 2 deletions cahier des charges-nf28/src/config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
\fancyhf{}
\setlength{\headheight}{14pt}
\lhead{{\small \ititle}}
\rhead{{\small \isubtitle}}
\lfoot{\vspace{.11cm}{\small \iauthor}}
\rhead{{\small Projet Colladia}}
\lfoot{}
\rfoot{\hrule\vspace{.1cm}\thepage /\pageref*{LastPage}}
10 changes: 2 additions & 8 deletions cahier des charges-nf28/src/titlepage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
\end{center}
\vspace*{-1.5cm}


% table of content (titlepage)
\newpage
\vspace{\fill}
\tableofcontents

% logo
\vspace{\fill}
\hspace{-1.25cm}\includegraphics[width=5cm]{img/utc-logo.jpg}
Expand All @@ -21,8 +15,8 @@
\thispagestyle{empty}

% table of content (newpage)
%\newpage
%\tableofcontents
\newpage
\tableofcontents

% blue links after table of contents
\hypersetup{linkcolor=blue}
Expand Down

0 comments on commit c64817c

Please sign in to comment.