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

Issue 323041: enabled adding stops on the client side

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month 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: 31

Patch Set 2 : merged full function of adding stop and updated format #

Total comments: 49

Patch Set 3 : updated #

Total comments: 6

Patch Set 4 : updated #

Patch Set 5 : always save #

Total comments: 4

Patch Set 6 : updated #

Patch Set 7 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1028 lines, -208 lines) Patch
M gtfsscheduleviewer/files/index.html View 1 2 1 chunk +52 lines, -43 lines 0 comments Download
M gtfsscheduleviewer/files/style.css View 1 2 2 chunks +20 lines, -1 line 0 comments Download
M gtfsscheduleviewer/files/transit_editor.js View 1 2 3 4 73 chunks +893 lines, -159 lines 0 comments Download
M schedule_editor.py View 2 3 4 5 6 2 chunks +26 lines, -4 lines 0 comments Download
M transitfeed_editor.py View 2 3 4 5 6 3 chunks +37 lines, -1 line 0 comments Download

Messages

Total messages: 17
calidion
1.reformat html, css, javascript with netbeans. and fixed an error on css. 2.enabled adding stops ...
14 years, 1 month ago (2010-03-09 08:18:21 UTC) #1
baiming
Sorry for the delay. I'm starting the review now. Hopefully the first batch of comments ...
14 years, 1 month ago (2010-03-11 06:55:04 UTC) #2
calidion
thanks. 2010/3/11 Ming Bai 白明 <baiming@google.com> > Sorry for the delay. I'm starting the review ...
14 years, 1 month ago (2010-03-11 07:29:44 UTC) #3
baiming
Really sorry, I can't send out the comments today since I haven't really spent much ...
14 years, 1 month ago (2010-03-11 13:04:52 UTC) #4
baiming
Jian, Please help me to give this CL an overall look first. I will be ...
14 years, 1 month ago (2010-03-11 15:13:19 UTC) #5
qiaojian
http://codereview.appspot.com/323041/diff/1/2 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/323041/diff/1/2#newcode152 gtfsscheduleviewer/files/transit_editor.js:152: names[i], Indent 4 here, why change it? http://codereview.appspot.com/323041/diff/1/2#newcode169 gtfsscheduleviewer/files/transit_editor.js:169: ...
14 years, 1 month ago (2010-03-11 15:36:57 UTC) #6
calidion
updated and merged full function of adding stop. now only support one stop per saving. ...
14 years, 1 month ago (2010-03-12 03:27:44 UTC) #7
baiming
http://codereview.appspot.com/323041/diff/3002/9001 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/323041/diff/3002/9001#newcode2 gtfsscheduleviewer/files/transit_editor.js:2: var INFINITELY_LARGE = 99999999999; Better to use simple word ...
14 years, 1 month ago (2010-03-15 03:14:22 UTC) #8
calidion
updated. http://codereview.appspot.com/323041/diff/3002/9001 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/323041/diff/3002/9001#newcode2 gtfsscheduleviewer/files/transit_editor.js:2: var INFINITELY_LARGE = 99999999999; On 2010/03/15 03:14:23, baiming ...
14 years, 1 month ago (2010-03-16 06:52:12 UTC) #9
baiming
http://codereview.appspot.com/323041/diff/3002/9001 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/323041/diff/3002/9001#newcode987 gtfsscheduleviewer/files/transit_editor.js:987: if (!this.addStops) { On 2010/03/15 03:14:23, baiming wrote: > ...
14 years, 1 month ago (2010-03-16 08:38:37 UTC) #10
calidion
updated http://codereview.appspot.com/323041/diff/3002/9001 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/323041/diff/3002/9001#newcode986 gtfsscheduleviewer/files/transit_editor.js:986: Route.prototype.insertPatternStop = function(patternId, stop, idx, sequence) { On ...
14 years, 1 month ago (2010-03-16 09:17:42 UTC) #11
calidion
added notification for shape on leg dragend fixed a bug on saving.
14 years, 1 month ago (2010-03-16 09:56:50 UTC) #12
baiming
JS code LGTM.
14 years, 1 month ago (2010-03-17 03:01:27 UTC) #13
weiliu
http://codereview.appspot.com/323041/diff/19002/25005 File schedule_editor.py (right): http://codereview.appspot.com/323041/diff/19002/25005#newcode145 schedule_editor.py:145: """Add a stop to the sharp""" sharp? Should it ...
14 years, 1 month ago (2010-03-17 03:14:02 UTC) #14
calidion
updated http://codereview.appspot.com/323041/diff/19002/25005 File schedule_editor.py (right): http://codereview.appspot.com/323041/diff/19002/25005#newcode145 schedule_editor.py:145: """Add a stop to the sharp""" On 2010/03/17 ...
14 years, 1 month ago (2010-03-17 06:15:19 UTC) #15
weiliu
LGTM for python code. On Wed, Mar 17, 2010 at 2:15 PM, <calidion@gmail.com> wrote: > ...
14 years, 1 month ago (2010-03-17 07:24:25 UTC) #16
calidion
14 years, 1 month ago (2010-03-17 07:40:00 UTC) #17
update to rev 58.

2010/3/17 Wei Liu <weiliu@google.com>

> LGTM for python code.
>
>
> On Wed, Mar 17, 2010 at 2:15 PM, <calidion@gmail.com> wrote:
>
>> updated
>>
>>
>>
>> http://codereview.appspot.com/323041/diff/19002/25005
>> File schedule_editor.py (right):
>>
>> http://codereview.appspot.com/323041/diff/19002/25005#newcode145
>> schedule_editor.py:145: """Add a stop to the sharp"""
>> On 2010/03/17 03:14:02, weiliu wrote:
>>
>>> sharp? Should it be "shape"?
>>>
>>
>> Done.
>>
>>
>> http://codereview.appspot.com/323041/diff/19002/25005#newcode159
>> schedule_editor.py:159: stop.parent_station = ''
>> On 2010/03/17 03:14:02, weiliu wrote:
>>
>>> Can you creat an EditableStop instance with the default value as '', 0
>>>
>> etc.
>>
>>> instead of initializing here?
>>>
>>
>> Done.
>>
>>
>> http://codereview.appspot.com/323041/show
>>
>
>
>
> --
> 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