Changes between Version 6 and Version 7 of GraphicTrafficEventsCreator


Ignore:
Timestamp:
01/15/2020 01:40:13 PM (6 years ago)
Author:
jdalbey
Comment:

update spec

Legend:

Unmodified
Added
Removed
Modified
  • GraphicTrafficEventsCreator

    v6 v7  
    66The current CPTMS display will be enhanced to include two additional controls: 
    77 
    8  1. A time selector - this is used to select the simulation time for which the traffic events are to be created.  The user specifies an hour (1-12), a minute(0-59), and seconds (0 or 30).  A user interface such as the Time Selector widget used in the Simulation Manager would be best (see attached screenshot).  
     8 1. A time selector - this is used to select the simulation time for which the traffic events are to be created.  The user specifies an hour (1-12), a minute(0-59), and seconds (0 or 30).  A user interface such as the Time Selector widget used in the Simulation Manager would be best (see attached screenshot). 
    99 1. A color selector - a drop down box with three color choices: green, yellow, and red, OR three separately colored buttons on the left hand side toolbar. 
    1010 1. The current CPTMS buttons for VDS, CMS, etc should be removed. 
     
    1818User: Selects Yellow in the color selector. 
    1919User: Clicks on VDS "55 N 6.35 @ MAIN" 
    20 System: The selected dot changes to Yellow. Dots further along 55 N become white,  
    21 and all other dots on the map become black. 
     20System: The selected dot changes to White. Dots further along 55 N also become white. 
    2221User: Clicks on VDS "55 N 6.94 @ MCARTHUR" 
    2322System: Changes all the dots between these two points to Yellow.   Restores all  
     
    3029User: Selects Yellow in the color selector. 
    3130User: Clicks on VDS "55 N 7.16 @ MCARTHU2" 
    32 System: Changes the above dot to Yellow.  Changes dots further along 55 N to white,  
    33 and all other dots on the map to black. 
     31System: Changes the above dot to White.  Changes dots further along 55 N to white. 
    3432User: Clicks on VDS "55 N 8.12 @ DYER2" 
    3533System: Changes all the dots between these two points to Yellow.   Restores all  
     
    4543User then repeats the process for the next incident.  When all incidents have been created, user manually concatenates the files for all incidents, then sorts them by timestamp.  The resulting file is ready to be used by CPTMS. 
    4644 
    47 The system should have some UI features that prevent error.   
    48 1. If a time is manually selected, it may not be prior to the current time. (I.e., you can't go backwards in time.)  
    49 2. Don't allow a click on a dot until a color has been selected.   
    50 3. Once the first dot is selected, the color buttons are disabled until the second dot is chosen. 
    51 4. Once the first dot is selected, only a white dot may be chosen for the second dot. 
     45The system should have some UI features that prevent error. 
     46 
     47 1. If a time is manually selected, it may not be prior to the current time. (I.e., you can't go backwards in time.) 
     48 1. Don't allow a click on a dot until a color has been selected. 
     49 1. Once the first dot is selected, the color buttons are disabled until the second dot is chosen. 
     50 1. Once the first dot is selected, only a white dot may be chosen for the second dot.