Changes between Version 14 and Version 15 of TanmayTasks


Ignore:
Timestamp:
02/26/2020 01:40:37 PM (6 years ago)
Author:
jdalbey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TanmayTasks

    v14 v15  
    2929}}} 
    3030 
    31  
    3231 6. ~~Add 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).  The simplest version is probably just a text field that looks like the one in Visualizer.  The program should begin at time 00:00:30 and auto increment (as in task 5), but the text field allows the user to override the time and manually enter a time of their own.  Once the user enters a time manually, that becomes the new value to use to auto increment.  (Estimate: 2 hours) For example,~~ 
    3332{{{ 
     
    4039}}} 
    4140 
     41 7.  Add a "live" indicator to realtime_VDS application when the timestamp in last_fetch_time.txt is less than fifteen minutes old. The time stamp is the first and only line:  02/26/2020 14:55:00 (Estimate: 4 hours)