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

Issue 627041: enabled deleting stops from patterns

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

Patch Set 2 : updated python code #

Total comments: 23

Patch Set 3 : fixed a bug on removing mid stops #

Patch Set 4 : added comments #

Patch Set 5 : updated #

Patch Set 6 : renamed functions #

Patch Set 7 : updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -17 lines) Patch
M gtfsscheduleviewer/files/transit_editor.js View 1 2 3 4 16 chunks +190 lines, -16 lines 0 comments Download
M schedule_editor.py View 1 2 3 4 5 6 2 chunks +13 lines, -1 line 0 comments Download
M transitfeed_editor.py View 1 2 3 4 5 2 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 19
calidion
enabled deleting stops from patterns server url: http://211.100.227.25:8765/
14 years, 1 month ago (2010-03-18 10:06:49 UTC) #1
weiliu
http://codereview.appspot.com/627041/diff/1/3 File transitfeed_editor.py (right): http://codereview.appspot.com/627041/diff/1/3#newcode116 transitfeed_editor.py:116: """Delete stoptime from certain pattern""" Given the stop_id, stop_sequence ...
14 years, 1 month ago (2010-03-18 14:18:50 UTC) #2
baiming
Your demo seems to be down. On Thu, Mar 18, 2010 at 6:06 PM, <calidion@gmail.com> ...
14 years, 1 month ago (2010-03-19 02:16:44 UTC) #3
calidion
it is ok now. 2010/3/19 Ming Bai 白明 <baiming@google.com> > Your demo seems to be ...
14 years, 1 month ago (2010-03-19 02:24:40 UTC) #4
calidion
updated python code http://codereview.appspot.com/627041/diff/1/3 File transitfeed_editor.py (right): http://codereview.appspot.com/627041/diff/1/3#newcode116 transitfeed_editor.py:116: """Delete stoptime from certain pattern""" On ...
14 years, 1 month ago (2010-03-19 02:25:25 UTC) #5
weiliu
http://codereview.appspot.com/627041/diff/6001/7002 File transitfeed_editor.py (right): http://codereview.appspot.com/627041/diff/6001/7002#newcode528 transitfeed_editor.py:528: def DeletePattern(self, patternId, sequence, stopId, schedule): Rename it to ...
14 years, 1 month ago (2010-03-19 02:28:11 UTC) #6
baiming
Wenxin, As we are supporting the stop deletion, did you carefully consider the garbage collection ...
14 years, 1 month ago (2010-03-19 04:00:23 UTC) #7
baiming
On Fri, Mar 19, 2010 at 12:00 PM, <baiming@google.com> wrote: > Wenxin, > > As ...
14 years, 1 month ago (2010-03-19 04:01:18 UTC) #8
calidion
fixed a bug on remove mid stops. http://codereview.appspot.com/627041/diff/6001/7001 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/627041/diff/6001/7001#newcode1673 gtfsscheduleviewer/files/transit_editor.js:1673: * @param ...
14 years, 1 month ago (2010-03-19 07:39:40 UTC) #9
baiming
http://codereview.appspot.com/627041/diff/6001/7001 File gtfsscheduleviewer/files/transit_editor.js (right): http://codereview.appspot.com/627041/diff/6001/7001#newcode2085 gtfsscheduleviewer/files/transit_editor.js:2085: Trip.prototype.onDeleteStop = function(stop, isSet) { On 2010/03/19 07:39:40, calidion ...
14 years, 1 month ago (2010-03-19 09:47:51 UTC) #10
calidion
Function onDeleteNodeClick is a dom event handler, while onDeleteStop is a real gtfs stop deleting ...
14 years, 1 month ago (2010-03-19 09:59:43 UTC) #11
baiming
2010/3/19 李白,字一日 <calidion@gmail.com> > Function onDeleteNodeClick is a dom event handler, > while onDeleteStop is ...
14 years, 1 month ago (2010-03-19 10:10:46 UTC) #12
calidion
Firstly, before deleting the stop, we need a confirm from the user. Secondly, we can ...
14 years, 1 month ago (2010-03-19 11:46:00 UTC) #13
baiming
well, check it in if you insist on the point. 2010/3/19 李白,字一日 <calidion@gmail.com> > Firstly, ...
14 years, 1 month ago (2010-03-21 13:51:15 UTC) #14
baiming
LGTM 2010/3/21 Ming Bai 白明 <baiming@google.com>: > well, check it in if you insist on ...
14 years, 1 month ago (2010-03-22 02:17:08 UTC) #15
weiliu
Ping? Seems you forgot updating the following... Please submit after you fix them. On Fri, ...
14 years, 1 month ago (2010-03-22 02:20:21 UTC) #16
calidion
updated. http://codereview.appspot.com/627041/diff/6001/7002 File transitfeed_editor.py (right): http://codereview.appspot.com/627041/diff/6001/7002#newcode528 transitfeed_editor.py:528: def DeletePattern(self, patternId, sequence, stopId, schedule): On 2010/03/19 ...
14 years, 1 month ago (2010-03-22 02:45:51 UTC) #17
weiliu
LGTM On Mon, Mar 22, 2010 at 10:45 AM, <calidion@gmail.com> wrote: > updated. > > ...
14 years, 1 month ago (2010-03-22 02:47:16 UTC) #18
calidion
14 years, 1 month ago (2010-03-22 02:56:33 UTC) #19
update to rev 59

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

> LGTM
>
>
> On Mon, Mar 22, 2010 at 10:45 AM, <calidion@gmail.com> wrote:
>
>> updated.
>>
>>
>>
>> http://codereview.appspot.com/627041/diff/6001/7002
>> File transitfeed_editor.py (right):
>>
>> http://codereview.appspot.com/627041/diff/6001/7002#newcode528
>> transitfeed_editor.py:528: def DeletePattern(self, patternId, sequence,
>> stopId, schedule):
>> On 2010/03/19 02:28:11, weiliu wrote:
>>
>>> Rename it to "DeleteStopTimeFromPattern"
>>>
>>
>> Done.
>>
>>
>> http://codereview.appspot.com/627041/diff/6001/7002#newcode535
>> transitfeed_editor.py:535: db.DeleteTripStoptime(sequence, stopId,
>> tripIds)
>> On 2010/03/19 02:28:11, weiliu wrote:
>>
>>> Rename it to "DeleteStopTimeFromTrip"
>>>
>>
>> Done.
>>
>>
>> http://codereview.appspot.com/627041/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