Changes between Version 4 and Version 5 of RawTaskList


Ignore:
Timestamp:
10/29/2017 08:49:57 AM (9 years ago)
Author:
jdalbey
Comment:

Revise with 2017 updates

Legend:

Unmodified
Added
Removed
Modified
  • RawTaskList

    v4 v5  
    77FEPSim: reconfigure output and write it to log file on VM        
    88 
    9 The simulation script, as it stands, has human readable locations. We must make sure that we have the necessary location data within the script to map correctly to ATMSDriver Stations.  
    10  
    11 ATMSBatchDriver.java properties file (localhost hardcoded). Configure properly.  
     9FEPSim: Troubleshoot map whiteouts. Should fep_xfer be time synced with ATMS server? 
    1210 
    1311FEPSim: Fix "too many files" error; garbage collection?          
     
    1513FEPSim: refine comments/ general housekeeping and code cleanup   
    1614 
    17 ATMSDriver: implement HOV Lane control.          
     15FEPSim: daemonize to auto start on VM reboot. 
     16 
     17FEPSim, ATMSDriver: implement lane level control of colors. 
     18 
     19ATMSBatchDriver properties file (localhost hardcoded). Configure properly.  
     20 
     21ATMSBatchDriver: Need a "fast mode" that can launch events every 30 seconds instead of 
     22specified sim time, to enable author to verify dot sequence color change.  Perhaps a 
     23simulated ATMS display (text or GUI) that has only a 2 second delay: 
     24{{{ 
     25405 N - - - - - + + + @ @ @ - - - - - S 
     2673  W - - - @ @ @ @ + + + + + - - - - - - - - - - -E 
     27}}} 
     28 
     29ATMSDriver (change name to Traffic Modeler?)   
     30 
     31ATMSDriver : automate [wiki:HighwayModel#congestion simulation of congestion] from an incident location.  Include a "manual override" for operator to be able to clear congestion on demand, 
     32e.g., similar to !ConsoleDriver UI.   
    1833 
    1934ATMSDriver: verify exchange.xml reader  
    2035 
     36ATMSDriver: implement HOV Lane control. 
     37 
    2138ATMSDriver: verify output of condensed highways data     
    2239 
    23 Write Quick Start help content   
     40ATMSDriver:  allow events in Batch Events file to specify a location (e.g. MACARTHUR) instead of a postmile, and do postmile lookup behind the scenes. 
    2441 
    25 Review exchange.xml file to make sure we have necessary data.    
     42ATMSDriver: Review exchange.xml file to make sure we have necessary data.        
    2643 
    27 FEPSim: daemonize  
     44ATMSDriver: Integrate into CAD Server as a module instead of current architecture where it's a separate client that must be launched by operator. 
     45 
     46ATMSDriver Integrate traffic video control. 
     47 
     48Sim Mgr: Replace exchange.xml as communication to ATMS Driver with a more direct alternative (sockets?). 
     49 
     50Sim Mgr: The simulation script, as it stands, has human readable locations. We must make sure that we have the necessary location data within the script to map correctly to ATMSDriver Stations.  
     51 
     52Sim Mgr: Need a way for operators to test audio volume: E.g, play a test audio clip on demand. 
     53 
     54Sim Mgr: Can we remove "diversions"? 
     55 
     56Sim Mgr: Helpful to have a display of upcoming events, perhaps using the same UI as Scriptbuilder timeline? 
     57 
     58Scriptbuilder: Get UI feedback from Neil and Jeff. 
    2859 
    2960Scriptbuilder: Add a "needs saving" indicator to the title bar. 
    3061  Also, prompt the user to confirm if they try to exit and there are unsaved changes. 
    3162 
    32 Sim Mgr: Replace exchange.xml as communication to ATMS Driver with a more direct alternative (sockets?). 
     63Scriptbuilder: Incident type, location, and color should be saved to XML.  Need additional 
     64fields in Properties dialog. 
    3365 
     66Scriptbuilder: Fix defect - CAD log data not appearing in Sim Mgr. 
     67 
     68Scriptbuilder: Be able to insert X minutes into timeline at a specific point.  And delete. 
     69 
     70Scriptbuilder: It might be helpful to be able to select multiple events in the same timeslice to adjust start time simultaneously.   
     71 
     72Scriptbuilder: Confirm that !ScriptHandler understands all tags from Scriptbuilder. 
     73 
     74Scriptbuilder: Replace "Paramics" button label with "Traffic Modeler". 
     75 
     76Scriptbuilder: Add tooltips to buttons or have a Key for event types under Help menu. 
     77 
     78Scriptbuilder: Decide how resources file structure should be organized.  By incident? By media type?  What if an incident number gets changed?  What if the same resource is used in multiple incidents?  Do media files need sequence numbering?  
     79 
     80Scriptbuilder: When a media event is created fill in the file field with a placeholder that points to an actual file that contains "placeholder" content. 
     81 
     82Scriptbuilder: Need a msg dialog to give feedback when an event's time is changed, because otherwise it just disappears. 
     83 
     84Scriptbuilder: Provide an easy way to move an event to a new time.  Drag and drop would be ideal, but a right-click to bring up an input field would be adequate. 
     85 
     86Scriptbuilder: Write Quick Start help content    
     87 
     88Misc: Simple console interface to highway model that prints Postmile Book for use by students. 
     89 
     90Misc: Create a zoomed version of road map on wall to focus on "triangle" so street names are easily readable. 
    3491 
    3592== Tasks from Spring 2016 ==