Changes between Version 10 and Version 11 of PrioritizedTaskList
- Timestamp:
- 05/25/2019 08:30:04 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrioritizedTaskList
v10 v11 2 2 '''For each component, tasks are ordered highest priority first.''' 3 3 4 FEPSim: improve performance in order to stop ATMS Client from lagging. 4 ~~FEPSim: improve performance in order to stop ATMS Client from lagging.~~ 5 5 6 FEPSim: refine comments/ general housekeeping and code cleanup 6 ~~FEPSim: refine comments/ general housekeeping and code cleanup~~ 7 7 8 FEPSim, ATMSDriver: implement lane level control of colors. 8 ~~FEPSim, ATMSDriver: implement lane level control of colors.~~ 9 9 10 FEPSim: daemonize to auto start on VM reboot. 10 ~~FEPSim: daemonize to auto start on VM reboot.~~ 11 11 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? 13 13 14 14 ~~FEPSim buffer size problem - use plain text instead of XML over the socket.~~ Done … … 20 20 ~~ATMSBatchDriver properties file (localhost hardcoded). Configure properly. ~~ 21 21 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. 23 23 24 24 ~~ATMSDriver (change name to Traffic Modeler?) ~~ … … 30 30 ~~ATMSDriver: verify output of condensed highways data ~~ Done 31 31 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.32 Traffic 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. 33 33 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). 34 Traffic Manager: automate [wiki:HighwayModel#congestion simulation of congestion] 39 35 40 36 (Optional) !TrafficEventsAnimator: Enhance so a Tooltip over each dot shows the postmile/location. 41 37 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~~?) 43 39 44 40 ~~ATMSDriver : Sort the events in atmsBatchEvents file chronologically before running, to allow author to enter events organized by incident.~~ Done. … … 54 50 Done. In Test Packages atmsdriver.!TrafficModelEventDriver.java 55 51 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.~~ 57 53 58 54 ~~Sim Mgr: Replace exchange.xml as communication to ATMS Driver with a more direct alternative (sockets?).~~ 59 55 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.~~ 61 57 62 58 Sim Mgr: Need a way for operators to test audio volume: E.g, play a test audio clip on demand. … … 111 107 CAD CLIENT 112 108 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 114 110 115 111 Generate Cardfile editor tabs dynamically from cardfile.xml. … … 117 113 ~~Improve comment editing in Incident Editor?~~ 118 114 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 120 116 121 117 Choose and install Icon for Jar for CAD client. … … 135 131 Check for images folder present to prevent RMI error 136 132 137 Create image map so actual images not part of incident. Is this even needed any more? 133 Show alert if audio files not found. 138 134 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 137 Fix time conversions to use Java classes, Calendar, !SimpleDateFormat. 140 138 141 139 ~~Revise how show version number works to eliminate external files. (John has this code)~~. 142 140 143 Show alert if audio files not found.144 145 141 Allow resize window in CADServer so we can read message windows. 146 142 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 148 144 149 145 Fix various small defects in John's list.
