benlau / gogogohk

Automatically exported from code.google.com/p/gogogohk
0 stars 0 forks source link

Fare / Arrival time input widget #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Just like the LatLngInputWidget used for db.GeoPt field , it should have a
special design widget to handle the input of fare and arrival time(a list
of numeric value). 

Original issue reported on code.google.com by xben...@gmail.com on 27 Aug 2009 at 6:26

GoogleCodeExporter commented 9 years ago
i'm reading
http://code.google.com/transit/spec/transit_feed_specification.html#stop_times_t
xt___Field_Definitions

"The arrival_time specifies the arrival time at a specific stop for a specific 
trip
on a route"

Take an example for a bus (KMB), there will be a route ... like 1A (travel 
between
tst and somewhere i forget), there will be many trips ... Each trips has many 
stops
... so ... does this mean, this widget need to handle "as many arrival time as
possible" for manual input?? 

How about a list for showing arrival time that exists ... and input field 
contains
first arrival, last arrival, and interval between arrivals? So, manual input 
won't be
much painful.

Original comment by mr.ksc...@gmail.com on 15 Jan 2010 at 5:57

GoogleCodeExporter commented 9 years ago
start working on arrival time list
(will use time-entry plugin - http://plugins.jquery.com/project/timeEntry) for 
accepting start and end time of service, and a entry for interval between each 
arrivals.
later will generate an editable list for arrival times based on start, end, and 
interval.

Original comment by mr.ksc...@gmail.com on 7 Mar 2010 at 2:26