From 13e38cfefcb4fbb0f8c286c7f3066915bed60118 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Wed, 5 Mar 2014 10:43:38 +0100 Subject: Update report --- report/progression.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'report') diff --git a/report/progression.tex b/report/progression.tex index 6ae15b1..e9be415 100644 --- a/report/progression.tex +++ b/report/progression.tex @@ -183,6 +183,8 @@ separate the logic from the data storage as part of commit bd639caa0. \subsection{Item} +Item support was added as part of commit 3fc06f393. + \subsection{item description} \subsection{items} -- cgit v1.2.3 From 499ca98547b7ac5a3d2b37bde5678c7cb5a33d97 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Wed, 5 Mar 2014 10:46:58 +0100 Subject: Explain in report --- report/progression.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'report') diff --git a/report/progression.tex b/report/progression.tex index e9be415..6f4479a 100644 --- a/report/progression.tex +++ b/report/progression.tex @@ -187,6 +187,9 @@ Item support was added as part of commit 3fc06f393. \subsection{item description} +In order to respect the MVC pattern, the Performer controller should get the +description from the Item model and ask the View to display it. + \subsection{items} \subsection{Collection choice} -- cgit v1.2.3 From df2bf2cfdb75c474764b7b443c4a203bb1fe7075 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Wed, 5 Mar 2014 11:47:07 +0100 Subject: Update report --- report/progression.tex | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'report') diff --git a/report/progression.tex b/report/progression.tex index 6f4479a..b681e02 100644 --- a/report/progression.tex +++ b/report/progression.tex @@ -192,8 +192,13 @@ description from the Item model and ask the View to display it. \subsection{items} +A Room can contain multiple items since commit 04f03d128. + \subsection{Collection choice} +The collection chosen to implement the multiple items support was the HashMap in +order to associate an item name (String) to an Item, so that the user is able +to perform actions on a particular one (take, drop, use, etc\ldots). \section{Zuul with history} -- cgit v1.2.3