Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

43 linhas
2.4KB

  1. %&tex
  2. \chapter{Case Study: Execution}
  3. \label{chap:case_experiment}
  4. This chapter presents the execution of the case study.
  5. Where the goal of the case study is to evaluate the design plan as presented in \autoref{chap:analysis}.
  6. To achieve this goal, I will develop a system according to the design plan and document this design process.
  7. The system to be designed is chosen previously in \autoref{sec:sod}.
  8. Documenting the process is done by following the evaluation protocol as described in \autoref{sec:evaluation_protocol}.
  9. To start the case study unbiased, during the preparation I did perform as little preliminary research as possible on the design options of the "Tweet on a Whiteboard system".
  10. The chapter begins with the section about the preparation phase, which contains the four corresponding design steps as shown in \autoref{fig:design_plan_analysis}.
  11. This is followed by two completed development cycles in the later two sections.
  12. Both of these sections cover the three steps that are shown in \autoref{fig:design_plan_analysis}.
  13. Each design step is described in a separate subsection.
  14. Herein, the result of the design step is presented and concluded with an evaluation section at the end.
  15. This evaluation section discusses the pairs of questions that were answered according to the evaluation protocol (\autoref{tab:prepost}).
  16. The questions regarding the design method itself are discussed in \autoref{chap:reflection}.
  17. \section{Preparation Phase}
  18. The preparation phase contains four design steps.
  19. It begins with a problem description.
  20. This description is detailed into a list of specifications.
  21. Based on the specifications, a number of design solutions proposed and eventually one of these solutions is chosen as initial design.
  22. Splitting the initial design into features is done in the feature definition step.
  23. \input{content/case_experiment_problem_description.tex}
  24. \input{content/case_experiment_specifications.tex}
  25. \input{content/case_experiment_initial_design.tex}
  26. \input{content/case_experiment_feature_definition.tex}
  27. \input{content/case_experiment_test_protocol.tex}
  28. \input{content/case_experiment_recap.tex}
  29. \section{First Development Cycle}
  30. \subsection{Feature Selection}
  31. \subsection{Rapid Development}
  32. \subsection{Variable Approach}
  33. \section{Second Development Cycle}
  34. \subsection{Feature Selection}
  35. \subsection{Rapid Development}
  36. \subsection{Variable Approach}