Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6689)

Issue 193049: enabled Stop Info on Click

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by calidion
Modified:
7 years, 4 months ago
Reviewers:
xan, weiliu, baiming, leio.chen, lychen, qiaojian
CC:
xinxing_google.com, lishuangfeng_gmail.com
Base URL:
http://scheduleeditor.googlecode.com/svn/trunk/python/
Visibility:
Public.

Patch Set 1 #

Total comments: 12

Patch Set 2 : updated #

Total comments: 1

Patch Set 3 : update #

Patch Set 4 : updated #

Patch Set 5 : updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -94 lines) Patch
M gtfsscheduleviewer/files/index.html View 1 chunk +0 lines, -1 line 0 comments Download
D gtfsscheduleviewer/files/stop.js View 1 chunk +0 lines, -37 lines 0 comments Download
M gtfsscheduleviewer/files/transit_editor.js View 1 13 chunks +95 lines, -12 lines 0 comments Download
M schedule_editor.py View 3 chunks +4 lines, -4 lines 0 comments Download
M transitfeed_editor.py View 1 2 3 23 chunks +53 lines, -40 lines 0 comments Download

Messages

Total messages: 14
calidion
1. removed stop.js 2. removed useless spaces 3. enabled stop marker click handler
14 years, 3 months ago (2010-01-22 03:36:28 UTC) #1
calidion
preview: http://211.100.227.25:8765/ 2010/1/22 <calidion@gmail.com> > Reviewers: lychen, xan_google.com, weiliu, leio.chen, baiming, qiaojian, > > Message: ...
14 years, 3 months ago (2010-01-22 04:49:05 UTC) #2
baiming
http://codereview.appspot.com/193049/diff/1/3 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/193049/diff/1/3#newcode2 gtfsscheduleviewer/files/transit_editor.js:2: function parseTimeInput() { Add jsDoc. How about renaming it ...
14 years, 3 months ago (2010-01-22 06:20:59 UTC) #3
weiliu
Most of the python changes are cleaning the unnecessary spaces, right? http://codereview.appspot.com/193049/diff/1/5 File transitfeed_editor.py (right): ...
14 years, 3 months ago (2010-01-22 07:15:29 UTC) #4
calidion
updated http://codereview.appspot.com/193049/diff/1/3 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/193049/diff/1/3#newcode2 gtfsscheduleviewer/files/transit_editor.js:2: function parseTimeInput() { On 2010/01/22 06:21:00, baiming wrote: ...
14 years, 3 months ago (2010-01-22 07:23:46 UTC) #5
baiming
LGTM http://codereview.appspot.com/193049/diff/17/1003 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/193049/diff/17/1003#newcode245 gtfsscheduleviewer/files/transit_editor.js:245: + "&time=0"; What's the purpose of parameter "time"? ...
14 years, 3 months ago (2010-01-22 07:26:36 UTC) #6
calidion
it seems that it is used to find the next trips of a maximumly count ...
14 years, 3 months ago (2010-01-22 07:38:18 UTC) #7
calidion
updated. http://codereview.appspot.com/193049/diff/1/5 File transitfeed_editor.py (right): http://codereview.appspot.com/193049/diff/1/5#newcode396 transitfeed_editor.py:396: If both are None return None.""" On 2010/01/22 ...
14 years, 3 months ago (2010-01-22 07:48:29 UTC) #8
calidion
yes. 2010/1/22 <weiliu@google.com> > Most of the python changes are cleaning the unnecessary spaces, right? ...
14 years, 3 months ago (2010-01-22 07:51:19 UTC) #9
weiliu
LGTM. 2010/1/22 李白,字一日 <calidion@gmail.com> > yes. > > 2010/1/22 <weiliu@google.com> > > Most of the ...
14 years, 3 months ago (2010-01-22 07:53:33 UTC) #10
baiming
LGTM OK. Fine with me. 2010/1/22 李白,字一日 <calidion@gmail.com>: > it seems that it is used ...
14 years, 3 months ago (2010-01-22 07:55:38 UTC) #11
calidion
updated to rev 49. hi all, we have finished the import of transit viewer, and ...
14 years, 3 months ago (2010-01-22 08:18:52 UTC) #12
weiliu
Great, thanks for your hard work! 2010/1/22 李白,字一日 <calidion@gmail.com> > updated to rev 49. > ...
14 years, 3 months ago (2010-01-22 08:21:37 UTC) #13
calidion
14 years, 3 months ago (2010-01-22 08:23:24 UTC) #14
ok, I will send it later.

2010/1/22 Wei Liu <weiliu@google.com>

> Great, thanks for your hard work!
>
> 2010/1/22 李白,字一日 <calidion@gmail.com>
>
>> updated to rev 49.
>>
>> hi all,
>>
>> we have finished the import of transit viewer, and restructured it in a
>> way from function powered to object oriented.
>>
>
> Our next step is to start the part for the editor, right? Would you please
> list items in your plan?
>
>>
>>
> And Tons of thanks to all of you, especially to biaming, lychen, weiliu,
>> whose suggestions help a lot in how to make the code more professional, more
>> readable and better structured.
>>
>>
>> Thanks,
>> Wenxin
>>
>>
>>
>>
>> 2010/1/22 Ming Bai 白明 <baiming@google.com>
>>
>> LGTM
>>>
>>> OK. Fine with me.
>>>
>>> 2010/1/22 李白,字一日 <calidion@gmail.com>:
>>> > it seems that it is used to find the next trips of a maximumly count 5
>>> which
>>> > we can have according to the time input.
>>> > And i think it is confusing to the end users and prefer not to use it.
>>> > Currently the server side will still read the parameter 'time'.
>>> > default 0 is for all the trips we can fetch.
>>> > so we shall keep it now.
>>> >
>>> > 2010/1/22 <baiming@google.com>
>>> >>
>>> >> LGTM
>>> >>
>>> >>
>>> >> http://codereview.appspot.com/193049/diff/17/1003
>>> >> File gtfsscheduleviewer/files/transit_editor.js (right):
>>> >>
>>> >> http://codereview.appspot.com/193049/diff/17/1003#newcode245
>>> >> gtfsscheduleviewer/files/transit_editor.js:245: + "&time=0";
>>> >> What's the purpose of parameter "time"? If is of no use any longer,
>>> >> please remove it from the generated url as well.
>>> >>
>>> >> http://codereview.appspot.com/193049/show
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> Ming Bai 白明
>>> Software Engineer
>>> Google Inc.
>>> Tel(Office): 86 (10) 6250-3361
>>> Tel(Cell): +86-159-0153-4908
>>> Email: baiming@google.com
>>>
>>
>>
>
>
> --
> Best Regards,
> Wei Liu
> 86-10-62503256(o)
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b