Changes between Version 10 and Version 11 of PrioritizedTaskList


Ignore:
Timestamp:
05/25/2019 08:30:04 AM (7 years ago)
Author:
jdalbey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrioritizedTaskList

    v10 v11  
    22'''For each component, tasks are ordered highest priority first.''' 
    33 
    4 FEPSim: improve performance in order to stop ATMS Client from lagging. 
     4~~FEPSim: improve performance in order to stop ATMS Client from lagging.~~ 
    55 
    6 FEPSim: refine comments/ general housekeeping and code cleanup 
     6~~FEPSim: refine comments/ general housekeeping and code cleanup~~ 
    77 
    8 FEPSim, ATMSDriver: implement lane level control of colors. 
     8~~FEPSim, ATMSDriver: implement lane level control of colors.~~ 
    99 
    10 FEPSim: daemonize to auto start on VM reboot. 
     10~~FEPSim: daemonize to auto start on VM reboot.~~ 
    1111 
    12 FEPSim: Troubleshoot map whiteouts. Should fep_xfer be time synced with ATMS server? 
     12~~FEPSim: Troubleshoot map whiteouts. Should fep_xfer be time synced with ATMS serve~~r? 
    1313 
    1414~~FEPSim buffer size problem - use plain text instead of XML over the socket.~~ Done 
     
    2020~~ATMSBatchDriver properties file (localhost hardcoded). Configure properly. ~~ 
    2121 
    22 ATMSDriver: Review exchange.xml file to make sure we have necessary data. 
     22~~ATMSDriver: Review exchange.xml file to make sure we have necessary da~~ta. 
    2323 
    2424~~ATMSDriver (change name to Traffic Modeler?) ~~ 
     
    3030~~ATMSDriver: verify output of condensed highways data ~~ Done 
    3131 
    32 ATMSDriver: allow events in Batch Events file to specify a location (e.g. MACARTHUR) instead of a postmile, and do postmile lookup behind the scenes. 
     32Traffic Manager: allow events in Batch Events file to specify a location (e.g. MACARTHUR) instead of a postmile, and do postmile lookup behind the scenes. 
    3333 
    34 ATMSDriver : 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, e.g., similar to !ConsoleDriver UI. 
    35  
    36 Highway Model: Modify applyColorToHighwayStretch() so that the MOST SEVERE color of the current and desired colors is used. 
    37  
    38 Highway Model: if two different incidents are modifying the same stretch of highway the congestion should be twice as long (or something, see Neil to clarify). 
     34Traffic Manager: automate [wiki:HighwayModel#congestion simulation of congestion]  
    3935 
    4036(Optional) !TrafficEventsAnimator: Enhance so a Tooltip over each dot shows the postmile/location. 
    4137 
    42 CAD Server: Integrate traffic video control.  The Camera Control in CAD Server should examine the highway model every 30 seconds and based on the current traffic speed, choose the appropriate video to display.  (Need architecture change to make highway model visible from managers other than TrafficModelManager?) 
     38~~CAD Server: Integrate traffic video control.  The Camera Control in CAD Server should examine the highway model every 30 seconds and based on the current traffic speed, choose the appropriate video to display.  (Need architecture change to make highway model visible from managers other than TrafficModelManager~~?) 
    4339 
    4440~~ATMSDriver : Sort the events in atmsBatchEvents file chronologically before running, to allow author to enter events organized by incident.~~ Done. 
     
    5450Done.  In Test Packages atmsdriver.!TrafficModelEventDriver.java 
    5551 
    56 Sim Mgr: Verify that the sim mgr resets the FEP simulator when a run starts, so that all the dots are reset to their initial state.  JT has a "reset" method written in Highways model (needs unit testing), just need to make sure it gets called. 
     52~~Sim Mgr: Verify that the sim mgr resets the FEP simulator when a run starts, so that all the dots are reset to their initial state.  JT has a "reset" method written in Highways model (needs unit testing), just need to make sure it gets called.~~ 
    5753 
    5854~~Sim Mgr: Replace exchange.xml as communication to ATMS Driver with a more direct alternative (sockets?).~~ 
    5955 
    60 Sim 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. 
     56~~Sim 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.~~ 
    6157 
    6258Sim Mgr: Need a way for operators to test audio volume: E.g, play a test audio clip on demand. 
     
    111107CAD CLIENT 
    112108 
    113 Clean shutdown of CAD Client - JD has a fix, needs testing. 
     109~~Clean shutdown of CAD Client - JD has a fix, needs testing.~~ #160 
    114110 
    115111Generate Cardfile editor tabs dynamically from cardfile.xml. 
     
    117113~~Improve comment editing in Incident Editor?~~ 
    118114 
    119 Troubleshoot timing problem between client and server causing exceptions during panel refresh that results in temporary missing data. 
     115~~Troubleshoot timing problem between client and server causing exceptions during panel refresh that results in temporary missing data.~~ #87 
    120116 
    121117Choose and install Icon for Jar for CAD client. 
     
    135131Check for images folder present to prevent RMI error 
    136132 
    137 Create image map so actual images not part of incident.  Is this even needed any more? 
     133Show alert if audio files not found. 
    138134 
    139 Fix all time conversion to use Java classes, Calendar, !SimpleDateFormat. 
     135~~Create image map so actual images not part of incident.  Is this even needed any more?~~ 
     136 
     137Fix  time conversions to use Java classes, Calendar, !SimpleDateFormat. 
    140138 
    141139~~Revise how show version number works to eliminate external files. (John has this code)~~. 
    142140 
    143 Show alert if audio files not found. 
    144  
    145141Allow resize window in CADServer so we can read message windows. 
    146142 
    147 Have CADSimulator differentiate when a client has dropped connection versus terminated normally. 
     143~~Have CADSimulator differentiate when a client has dropped connection versus terminated normally.~~ #160 
    148144 
    149145Fix various small defects in John's list.