-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specifica Tecnica v0.0.1 e nuove funzioni globali
- Loading branch information
1 parent
6352b75
commit 7c204e9
Showing
17 changed files
with
125 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
personal_ws-1.1 it | ||
personal_ws-1.1 it | ||
Ferrarin | ||
istanziare | ||
istanziata | ||
istanziato | ||
Istanziazione | ||
multipiattaforma | ||
Ponchia | ||
Zecchinato | ||
serializzabile | ||
VerbaleEsterno | ||
Zecchinato |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
\input{../../modello/layout} | ||
\input{../../modello/global} | ||
\input{local} | ||
\usepackage{hyperref} | ||
|
||
\begin{document} | ||
|
||
\makeFrontPage | ||
|
||
\input{diario_modifiche} | ||
\clearpage | ||
\tableofcontents | ||
|
||
\input{introduzione} | ||
\input{tecnologie} | ||
|
||
% Monolith (Framework) | ||
\input{descrizione_arc_framework} | ||
\input{componenti_sw_framework} | ||
\input{design_pattern_framework} | ||
\input{diagrammi_attivita_framework} | ||
|
||
% Bubble & Eat (Demo) | ||
\input{descrizione_arc_demo} | ||
\input{componenti_sw_demo} | ||
\input{design_pattern_demo} | ||
\input{diagrammi_attivita_demo} | ||
% Altro? | ||
|
||
|
||
\end{document} |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
\section*{Diario delle Modifiche} | ||
\bgroup | ||
\begin{longtable}{|c|c|c|>{\centering}p{2cm}|p{4.5cm}|} \hline \multicolumn{1}{|c|}{\textbf{Versione}} & \multicolumn{1}{c|}{\textbf{Data}} & \multicolumn{1}{c|}{\textbf{Persona}} & \multicolumn{1}{c|}{\textbf{Ruolo}} & \multicolumn{1}{c|}{\textbf{Descrizione}} \tabularnewline \hline | ||
\endfirsthead | ||
|
||
\hline \multicolumn{1}{|c|}{\textbf{Versione}} & \multicolumn{1}{c|}{\textbf{Data}} & \multicolumn{1}{c|}{\textbf{Persona}} & \multicolumn{1}{c|}{\textbf{Ruolo}} & \multicolumn{1}{c|}{\textbf{Descrizione}} \\ \hline | ||
\endhead | ||
|
||
\hline \multicolumn{5}{|r|}{\ToBeContinued} \\ \hline | ||
\endfoot | ||
|
||
\hline \hline | ||
\endlastfoot | ||
% IN ORDINE DALLA MODIFICA PIÙ RECENTE ALLA PIÙ VECCHIA | ||
|
||
\hline 0.0.1 & 16-02-2017 & \nick, \tommy & \Progettista & Creazione documento. Stesura Introduzione, ecc. \tabularnewline | ||
|
||
\hline | ||
\end{longtable} | ||
\egroup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
\section{Introduzione} | ||
|
||
\subsection{Scopo del documento} | ||
|
||
Il presente documento ha lo scopo di definire la progettazione ad alto livello del progetto \ProjectName. Sono presentati separatamente: | ||
\begin{itemize} | ||
\item architettura del framework \ProjectName; | ||
\item componenti software del framework \ProjectName; | ||
\item Design Pattern del framework\ProjectName; | ||
\item architettura di \DemoName (demo); | ||
\item componenti software di \DemoName (demo); | ||
\item Design Pattern di \DemoName (demo); | ||
\end{itemize} | ||
|
||
\subsection{Scopo del Prodotto} | ||
\ScopoDelProdotto | ||
|
||
\subsection{Glossario} | ||
\GlossarioIntroduzione | ||
|
||
\subsection{Riferimenti} | ||
\subsubsection{Normativi} | ||
\subsubsection{Informativi} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
%%%%%%%%%%%%%% | ||
% COSTANTI % | ||
%%%%%%%%%%%%%% | ||
|
||
% In questa prima parte vanno definite le 'costanti' utilizzate soltanto da questo documento. | ||
% Devono iniziare con una lettera maiuscola per distinguersi dalle funzioni. | ||
|
||
\newcommand{\DocTitle}{Specifica Tecnica} | ||
\newcommand{\DocVersion}{\VersioneST{}} | ||
\newcommand{\DocRedazione}{\nick \\ \tommy } | ||
\newcommand{\DocVerifica}{Lorenzo Ferrarin} | ||
\newcommand{\DocApprovazione}{Mattia Zecchinato} | ||
\newcommand{\DocUso}{Esterno} | ||
\newcommand{\DocDistribuzione}{ | ||
\Committente{} \\ | ||
Gruppo \GroupName{} \\ | ||
\Proponente{} | ||
} | ||
|
||
% La descrizione del documento | ||
\newcommand{\DocDescription}{ | ||
Questo documento descrive l'architettura del framework \ProjectName e della sua applicazione dimostrativa \DemoName. | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters