User Tools

Site Tools


proj

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proj [2019/01/16 14:51] bilproj [2020/03/03 22:48] (current) bil
Line 1: Line 1:
-**EECS 2311 Project**+====== EECS 2311 Project ======
  
 +====== EECS 2311 Project ======
 +
 +Venn diagrams are a great way to present
 +relationships between sets of objects, such as
 +set intersection or set difference. They can be drawn in many different ways
 +
 +We will develop a desktop app that can draw
 +**customizable Venn diagrams**. 
 +
 +Precise requirements will be derived during the term.
 +
 +====== New requirements added on February 26! ======
 +
 +  - Your system must allow the users to select multiple objects at once in order to customize them, e.g. select all objects in the intersection, and increase their font size
 +  - Your system must also implement an Undo / Redo mechanism
 +
 +====== Stakeholder requirements added on March 3! ======
 +
 +  - Each element in the Venn diagram may have a longer description that is by default hidden, but the user must be able to display it
 +  - The app must support a mode where the user is asked to arrange a set of tags on the Venn diagram. Once finished, the user can compare their arrangement to a previously hidden correct answer
 +
 +<html><!--
 TalkBox is a device that helps anybody, who is unable to talk, communicate. TalkBox is a device that helps anybody, who is unable to talk, communicate.
 Each TalkBox has a number of buttons that the user can press to play pre-recorded audio files. Each TalkBox has a number of buttons that the user can press to play pre-recorded audio files.
Line 29: Line 51:
  
  
-The TalkBox Configuration app and the TalkBox simulator will communicate through the use of a TalkBoxConfiguration object that will be serialized in the USB flash drive +The TalkBox Configuration app and the TalkBox simulator will communicate through the use of a TalkBoxConfiguration object that will be serialized 
-The API for the TalkBoxConfiguration class will be provided+
  
-Important Requirement: Your code must serialize and deserialize an object that implements the [[http://www.eecs.yorku.ca/~bil/2311/TalkBoxConfiguration.java|TalkBoxConfiguration]] interface.+**Important Requirement**: Your code must serialize and deserialize an object that implements the [[http://www.eecs.yorku.ca/~bil/2311/TalkBoxConfiguration.java|TalkBoxConfiguration]] interface.
  
-<html><!--+The TalkBox Configuration app must create a directory called TalkBoxData that contains the serialized object (extension must be .tbc) and the audio files. It can then launch the TalkBox Simulator and provide the path to the TalkBoxData directory as a runtime argument. 
  
-  To be posted.+**New requirements added on March 6**
  
 +**New Simulator requirement**: If the user presses a button while an audio is playing, that audio stops before the audio corresponding to the button starts
  
 +You may have to look into naming, searching for, and stopping threads
 +
 +**Second new requirement**: Your system must log all actions the user takes in both apps
 +
 +What buttons they press, what menu options they select etc.
 +
 +The Configuration app must have a way to visualize the Simulator logs
 +
 +This will allow the caretaker to optimize the configuration 
 +
 +You must also create **a third app**, called TBCLog, that visualizes the Configuration app logs 
 +
 +The purpose of this app is for the research team to determine how users use the Configuration app
 +
 +
 +
 +
 +  To be posted.
  
 --></html> --></html>
  
proj.1547650265.txt.gz · Last modified: 2019/01/16 14:51 by bil