Skip to content

Commit 00095c9

Browse files
committed
Correct spelling and grammar, rewrite iteration 4
Iteration had incorrect reason for the crisis
1 parent 1f18b56 commit 00095c9

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
*.bbl
1717
*.pdf
1818
*.synctex*
19+
# WinEDT project file
20+
*.prj

section/introduction.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ \section{Definitions}
6161
An acronym for Physical User Interface. A PUI is a user interface which interacts with digital information through the physical environment.
6262

6363
\item[JUnit:]\hfill \\
64-
A unit testing framework specificaly written for Java.
64+
A unit testing framework specifically written for Java.
6565

66-
\end{description}
66+
\end{description}

section/iterations.tex

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
\chapter{Iterations}
22

3-
This section contains an overview and a summary of each iteration of this project. The project was splitted into
3+
This section contains an overview and a summary of each iteration of this project. The project was split into
44
iterations of two weeks, and the content is based on the activity plan and the status report that was delivered to the supervisor.
55

66
\section{Iteration 1}
77
Week 6 and 7
88
\subsection{Summary}
9-
This was the first two weeks of the project and the group was getting together to know each others.
10-
Meeting with the customer to get the requirement spesification and understanding of the projects goal was done.
11-
Required libraries, licenses and other factors was taken in account before the group could start developing.
9+
These were the first two weeks of the project and the group was getting together to get to know each other.
10+
Meeting with the customer to get the requirement specification and understanding of the projects goal was done.
11+
Required libraries, licenses and other factors was taken in account before the group could start developing.
1212

1313
\subsection{Overview}
1414
\begin{itemize}
1515
\item{Confirm understanding of the task}
1616
\item{Ideas for identifying the capabilities of an Arduino device and how to communicate these to the store client}
17-
\item{Investigate potential solutions to faceilitate over the air installation of Arduino apps}
17+
\item{Investigate potential solutions to facilitate over the air installation of Arduino apps}
1818
\item{design the GUI for the app store}
1919
\item{Research on Apache licenses}
2020
\item{Meeting with customer}
@@ -23,15 +23,15 @@ \subsection{Overview}
2323
\section{Iteration 2}
2424
Week 8 and 9
2525
\subsection{Summary}
26-
Nothing special happened these weeks. The group had a good progress and held a steady pace. The GUI design was drawed
26+
Nothing special happened these weeks. The group had a good progress and held a steady pace. The GUI design was drawn
2727
and the customers feedback on this design was good.
2828

2929
\subsection{Overview}
3030
\begin{itemize}
3131
\item{Think architectural}
3232
\item{Designing of GUI}
3333
\item{Research on over the air implementation}
34-
\item{Research ubicollab libraries}
34+
\item{Research Ubicollab libraries}
3535
\item{Use iJacket - generic app bluetooth connection code}
3636
\item{Implement a first sketch of the content provider}
3737
\item{Meeting with customer}
@@ -41,42 +41,42 @@ \section{Iteration 3}
4141
Week 10 and 11
4242
\subsection{Summary}
4343
Focus on bluetooth connection and over the air implementation was taken place these weeks. The application was taking form
44-
and the bugs was beginning to show up. There was some issues with over the air because of uncompatible licenses and much work was
44+
and the bugs was beginning to show up. There was some issues with over the air because of incompatible licenses and much work was
4545
put on research. The Android application was estimated to be 50\% complete.
4646

4747
\subsection{Overview}
4848
\begin{itemize}
4949
\item{Research ubicollab libraries}
5050
\item{Designing the rest of the GUI}
51-
\item{Establish a BT connection between android and arduino}
51+
\item{Establish a BT connection between Android and Arduino}
5252
\item{Implement last drawn of the content provider}
5353
\item{Meeting with customer}
5454
\end{itemize}
5555

5656
\section{Iteration 4}
5757
Week 12 and 13
5858
\subsection{Summary}
59-
This iteration was critical when the implementation of over the air was said to be impossible with Apache v.2 License.
60-
A crisis meeting with the customer was taken place and the group and the customer got in an agreement of writing
61-
a protocol (STK500) for installing over the air. Sync Adapter had to be eliminated and the focus was now on writing the protocol as a library.
59+
This iteration became critical when existing implementations were either incompatible with the required Apache v.2 license, or nonexistent on Android.
60+
A crisis meeting with the customer took place and the group and the customer agreed to write
61+
a protocol (STK500) for installing over the air. Developing the Sync Adapter had to be eliminated, and the focus was now on writing the protocol as a library.
6262

6363
\subsection{Overview}
6464
\begin{itemize}
65-
\item{Crisis meeting with customer}
65+
\item{Emergency meeting with customer}
6666
\begin{itemize}
67-
\item{Not possible to develope over the air with apache v.2}
68-
\item{Come to an agreement of writing the protocol ourself as a library}
67+
\item{Not possible to use existing solutions}
68+
\item{Come to an agreement of writing the protocol ourselves as a library}
6969
\end{itemize}
7070
\item{Research on STK500}
7171
\item{Unit test sketches}
72-
\item{Develope android application}
72+
\item{Develop Android application}
7373
\end{itemize}
7474

7575
\section{Iteration 5}
7676
Week 14 and 15
7777
\subsection{Summary}
7878
Good progress and much was done. The group was more optimistic about the protocol and the application was almost complete.
79-
The group was now splitted into two, where one group was writing the protocol, and the other group was writing Unit tests and polishing the last parts of the application.
79+
The group was now split into two, where one group was writing the protocol, and the other group was writing Unit tests and polishing the last parts of the application.
8080

8181
\subsection{Overview}
8282
\begin{itemize}
@@ -109,4 +109,4 @@ \section{Iteration 7}
109109

110110
\subsection{Summary}
111111

112-
\subsection{Overview}
112+
\subsection{Overview}

0 commit comments

Comments
 (0)