Changes between Version 16 and Version 17 of GUIRequirements


Ignore:
Timestamp:
06/20/14 15:47:19 (12 years ago)
Author:
noyes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GUIRequirements

    v16 v17  
    4444* The GUI will also have a menu option that will provide the user with help menus that describe all of the various options and run modes that CIVL has as well as help menus for setting up and executing a new run configuration.
    4545* The GUI will allow tab-dragging(similar to Google Chrome) where tabs can be detached from the main window to allow for side-by-side comparisons. There may also be a button to re-join all tabs to their corresponding CIVL-Sessions in case everything becomes cluttered.
     46* The GUI should have an option where you can easily execute the most recent configuration(for debugging purposes)
     47* The GUI window should be set up in a similar way to eclipse where certain views are open at the same time.
     48 * These views will change based on the command the user chooses
    4649
    4750GLOSSARY:
     
    4952* Artifact: Specific information that is gathered and displayed for each CIVL-Session(AST, Model etc.)
    5053* Run configuration: A specified set of inputs and run options for a specific CIVL program that will be executed by the user.
    51 * CIVL-Session: An execution of a run configuration that opens in a multi-tabbed window containing all of the artifacts of an execution
     54* CIVL-Session: An execution of a run configuration that opens in a window containing all of the artifacts of an execution
    5255* Menu Option: An option that drops down from the menu bar(by the apple for OS)
    5356* Execute: A run configuration is executed which means its options and inputs are passed directly to CIVL's API which runs it as usual.