aboutsummaryrefslogtreecommitdiff
path: root/report/progression.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-06 16:55:48 +0000
committerPacien TRAN-GIRARD2014-03-06 16:55:48 +0000
commit44260a59df288b2c1225ec0a70cb02c215844f69 (patch)
tree43f6798170b1b8fa5976e3cee25903668c9c1ad6 /report/progression.tex
parentc1edc7c5edc0055b7f2d5d57f907e4a9696cb20a (diff)
parent017d326b42ed4e77b26b0f2b4a865c9b46bb3004 (diff)
downloadesieequest-44260a59df288b2c1225ec0a70cb02c215844f69.tar.gz
Merge branch 'zuul-with-items-v1' into 'master'
Zuul With Items V1
Diffstat (limited to 'report/progression.tex')
-rw-r--r--report/progression.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex
index 215ab82..6600430 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -183,12 +183,22 @@ separate the logic from the data storage as part of commit bd639caa0.
183 183
184\subsection{Item} 184\subsection{Item}
185 185
186Item support was added as part of commit 3fc06f393.
187
186\subsection{item description} 188\subsection{item description}
187 189
190In order to respect the MVC pattern, the Performer controller should get the
191description from the Item model and ask the View to display it.
192
188\subsection{items} 193\subsection{items}
189 194
195A Room can contain multiple items since commit 04f03d128.
196
190\subsection{Collection choice} 197\subsection{Collection choice}
191 198
199The collection chosen to implement the multiple items support was the HashMap in
200order to associate an item name (String) to an Item, so that the user is able
201to perform actions on a particular one (take, drop, use, etc\ldots).
192 202
193\section{Zuul with history} 203\section{Zuul with history}
194 204