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

Issue 750041: Enable synchronized saving for changes

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: 20

Patch Set 2 : updated #

Patch Set 3 : updated #

Total comments: 4

Patch Set 4 : updated #

Patch Set 5 : updated #

Total comments: 2

Patch Set 6 : updated #

Patch Set 7 : updated #

Total comments: 4

Patch Set 8 : updated #

Patch Set 9 : updated #

Patch Set 10 : add comments #

Patch Set 11 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+365 lines, -225 lines) Patch
M gtfsscheduleviewer/files/transit_editor.js View 1 2 3 4 5 6 7 8 9 29 chunks +329 lines, -210 lines 0 comments Download
M schedule_editor.py View 1 2 3 4 5 6 7 1 chunk +5 lines, -1 line 0 comments Download
M transitfeed_editor.py View 1 2 3 4 5 6 7 8 9 10 3 chunks +31 lines, -14 lines 0 comments Download

Messages

Total messages: 28
calidion
Enable synchronized saving for changes
14 years, 1 month ago (2010-03-25 10:26:08 UTC) #1
calidion
review reminder 2010/3/25 <calidion@gmail.com> > Reviewers: lychen, xan_google.com, weiliu, leio.chen, baiming, qiaojian, > > Message: ...
14 years, 1 month ago (2010-03-29 09:11:56 UTC) #2
weiliu
Since python changes are really small, I've only one question: - would you please explain ...
14 years, 1 month ago (2010-03-29 09:14:39 UTC) #3
baiming
Sorry for the delay. But the change looks really huge to me... I will start ...
14 years, 1 month ago (2010-03-29 09:20:28 UTC) #4
calidion
the last node must have arrival_time/departure_time for properly initializing the pattern in server side to ...
14 years, 1 month ago (2010-03-29 09:35:03 UTC) #5
calidion
thanks. 在 2010年3月29日 下午5:20,Ming Bai 白明 <baiming@google.com>写道: > Sorry for the delay. But the change ...
14 years, 1 month ago (2010-03-29 09:35:32 UTC) #6
baiming
http://codereview.appspot.com/750041/diff/1/2 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/750041/diff/1/2#newcode128 gtfsscheduleviewer/files/transit_editor.js:128: * List of actions recorded Please describe what this ...
14 years, 1 month ago (2010-03-30 03:31:09 UTC) #7
weiliu
As offline talking to wenxin, the logic for arrival_time/departure_time for all trips of the same ...
14 years, 1 month ago (2010-03-30 05:56:45 UTC) #8
calidion
updated http://codereview.appspot.com/750041/diff/1/2 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/750041/diff/1/2#newcode128 gtfsscheduleviewer/files/transit_editor.js:128: * List of actions recorded On 2010/03/30 03:31:10, ...
14 years, 1 month ago (2010-03-30 07:56:07 UTC) #9
baiming
I didn't look at the logic very carefully this time, partly because the code becomes ...
14 years, 1 month ago (2010-03-30 09:30:20 UTC) #10
calidion
updated. http://codereview.appspot.com/750041/diff/1/2 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/750041/diff/1/2#newcode2062 gtfsscheduleviewer/files/transit_editor.js:2062: if (idx == this.stops.length) { On 2010/03/30 09:30:20, ...
14 years, 1 month ago (2010-03-30 10:03:22 UTC) #11
weiliu
http://codereview.appspot.com/750041/diff/20002/23002 File transitfeed_editor.py (right): http://codereview.appspot.com/750041/diff/20002/23002#newcode151 transitfeed_editor.py:151: iDT = departureTime I don't understand this part, why ...
14 years, 1 month ago (2010-03-30 10:11:58 UTC) #12
calidion
updated http://codereview.appspot.com/750041/diff/20002/23002 File transitfeed_editor.py (right): http://codereview.appspot.com/750041/diff/20002/23002#newcode151 transitfeed_editor.py:151: iDT = departureTime On 2010/03/30 10:11:58, weiliu wrote: ...
14 years, 1 month ago (2010-03-30 14:13:18 UTC) #13
weiliu
On Tue, Mar 30, 2010 at 10:13 PM, <calidion@gmail.com> wrote: > updated > > > ...
14 years, 1 month ago (2010-03-30 14:25:34 UTC) #14
calidion
will have no arrival / departure value 2010/3/30 Wei Liu <weiliu@google.com> > > > On ...
14 years, 1 month ago (2010-03-30 14:46:32 UTC) #15
weiliu
So will you fix it later? If yes, please add TODO. 2010/3/30 李白,字一日 <calidion@gmail.com> > ...
14 years, 1 month ago (2010-03-30 14:59:34 UTC) #16
calidion
OK. And this problem will disappear after we rearrange the structure of the gtfs in ...
14 years, 1 month ago (2010-03-31 03:30:17 UTC) #17
baiming
http://codereview.appspot.com/750041/diff/1/2 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/750041/diff/1/2#newcode2062 gtfsscheduleviewer/files/transit_editor.js:2062: if (idx == this.stops.length) { On 2010/03/30 10:03:23, calidion ...
14 years, 1 month ago (2010-03-31 03:38:02 UTC) #18
weiliu
http://codereview.appspot.com/750041/diff/12005/31002 File transitfeed_editor.py (right): http://codereview.appspot.com/750041/diff/12005/31002#newcode148 transitfeed_editor.py:148: if arrivalTime or departureTime: Where are arrivalTime/departureTime coming from? ...
14 years, 1 month ago (2010-03-31 03:45:05 UTC) #19
calidion
2010/3/31 <weiliu@google.com> > > http://codereview.appspot.com/750041/diff/12005/31002 > File transitfeed_editor.py (right): > > http://codereview.appspot.com/750041/diff/12005/31002#newcode148 > transitfeed_editor.py:148: if ...
14 years, 1 month ago (2010-03-31 05:16:08 UTC) #20
weiliu
2010/3/31 李白,字一日 <calidion@gmail.com> > > > 2010/3/31 <weiliu@google.com> > > >> http://codereview.appspot.com/750041/diff/12005/31002 >> File transitfeed_editor.py ...
14 years, 1 month ago (2010-03-31 05:19:40 UTC) #21
calidion
updated. fixed a bug http://codereview.appspot.com/750041/diff/12005/31001 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/750041/diff/12005/31001#newcode1570 gtfsscheduleviewer/files/transit_editor.js:1570: // TODO: make it a ...
14 years, 1 month ago (2010-03-31 07:22:50 UTC) #22
weiliu
Please also add comments that currently the arrival/departure_time are only filled for start and end ...
14 years, 1 month ago (2010-03-31 07:30:41 UTC) #23
calidion
I have added comments in javascript code. 2010/3/31 Wei Liu <weiliu@google.com> > Please also add ...
14 years, 1 month ago (2010-03-31 08:03:49 UTC) #24
baiming
LGTM
14 years, 1 month ago (2010-03-31 08:35:16 UTC) #25
calidion
add comments
14 years, 1 month ago (2010-03-31 08:53:52 UTC) #26
weiliu
LGTM On Wed, Mar 31, 2010 at 4:53 PM, <calidion@gmail.com> wrote: > add comments > ...
14 years, 1 month ago (2010-03-31 08:56:46 UTC) #27
calidion
14 years, 1 month ago (2010-03-31 09:08:17 UTC) #28
updated to rev 67

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

> LGTM
>
>
> On Wed, Mar 31, 2010 at 4:53 PM, <calidion@gmail.com> wrote:
>
>> add comments
>>
>>
>> http://codereview.appspot.com/750041/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