From 33fcc36efcf9aab3f2be2cb509298ce04a0366b7 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 3 Feb 2017 11:22:11 +0100 Subject: [PATCH] 2.1 done --- 5.Code Inspection/CodeInspection.lyx | 40 +++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/5.Code Inspection/CodeInspection.lyx b/5.Code Inspection/CodeInspection.lyx index 5c3b4bb..7ea3db9 100644 --- a/5.Code Inspection/CodeInspection.lyx +++ b/5.Code Inspection/CodeInspection.lyx @@ -495,8 +495,46 @@ Initial Release Overview \end_layout +\begin_layout Subsection +Classes Description +\end_layout + \begin_layout Standard -Qualcosa qui +We were given three different classes: +\family typewriter +ProductConfigItemContentWrapper +\family default +, +\family typewriter +SeoTransform +\family default + and +\family typewriter +UrlRegexpTransform +\family default +. +\end_layout + +\begin_layout Standard +Every class is pretty self-explanatory: +\family typewriter + ProductConfigItemContentWrapper +\family default +gets a product content to display while both +\family typewriter +SeoTransform +\family default +and +\family typewriter + UrlRegexpTransform +\family default +rely on the Freemarker template engine to parse and edit URIs +\family typewriter +. +\end_layout + +\begin_layout Subsection +Functional Roles \end_layout \begin_layout Section