25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.4KB

  1. %&tex
  2. \subsection{Problem Description}
  3. The problem description describes the need for a solution or system.
  4. In this case, I want a robot that can write a tweet on a whiteboard.
  5. A specific requirement is that the system must be complex enough, such that the specific aspects of the design method are used.
  6. These specific aspects are the ones that deal with complexity and are subject to the evaluation.
  7. The system must meet the following requirements:
  8. \begin{itemize}
  9. \item Write a twitter message, or tweet, on a whiteboard.
  10. \item Remove the tweet from the whiteboard.
  11. \item Write the tweet within three minutes on the board.
  12. \item The text must be readable across a meeting room.
  13. \item The solution must contain interesting dynamics.
  14. \end{itemize}
  15. \subsubsection{Evaluation}
  16. The problem description is very brief, which is not a complete surprise.
  17. As most of the work for the problem description was already done by choosing the subject of design.
  18. However, it was not expected to be this minimal.
  19. Perhaps the most serious disadvantage is the absence of stakeholders.
  20. Normally, a good problem definition focusses on getting the stakeholders on the same line \autocite{shafaat_exploring_2015}.
  21. However, this case study does only have one stakeholder, the author, defeating the purpose of getting everyone on the same line.
  22. Creating a more elaborate problem description would not improve the evaluation of the design process, but it does cost valuable time.