matschaffer / isepta-train-view.wdgt
- Source
- Commits
- Network (0)
- Issues (3)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
master
-
Normalize the URL to support /wk,sat,sun URLs
1 comment Created 8 months ago by matschafferChris handed me this URL http://isepta.org/rr/start/9/end/53/wk/trains which breaks things. I'm thinking we should url.replace(/(wk|sat|sun)/, 'now')
Comments
-
add a destination name somewhere like "home"
1 comment Created 8 months ago by matschafferThis should make it easier to distinguish between a few different widget instances with different destinations.
Comments
matschaffer
Tue May 19 08:11:37 -0700 2009
| link
Fixed in current master. Not yet released.
-
Make sure not to make requests on iSepta more than needed
1 comment Created 8 months ago by matschafferiSepta's caching headers could help this, but the app can also do it. Let's make the app do it too, just for fun.
Comments
matschaffer
Wed May 13 17:08:09 -0700 2009
| link
This is fixed in the model_integration (e437226) to be merged to master after a short trial period.
-
Fix compatibility with new iSepta "gone" times
0 comments Created 5 months ago by matschafferComments
-
Make sure that change from isepta.org to www.isepta.org will work.
1 comment Created 5 months ago by matschafferComments
matschaffer
Tue Jul 07 06:40:42 -0700 2009
| link
Works fine. Also updated iSepta link on backside to go to www.isepta.org/m
-
The new iframe on isepta.org, while cool, makes it a lot harder to copy/paste a URL into the widget.
Ultimately it'd be nice to have the widget do train selection too, but I'll need a bit more thought time before I have something suitable for that.
Comments
matschaffer
Tue Jul 07 06:41:20 -0700 2009
| link
The link is changed. Dropdowns will be addressed as another issue.
-
change the "next" text to show minutes until next train
0 comments Created 8 months ago by matschafferThis would turn the widget into a countdown of sorts.
Comments
-
Make train listings clickable and pop up iSepta route details in browser
0 comments Created 7 months ago by matschafferFor example bring up http://isepta.org/rr/start/8/end/111/now/trains/6638/stops
I'm thinking the link should be underline only on hover. Underline on all of them might look too busy.
Comments
-
Comments





Originally fixed in d0f27e5, currently in model_integration which will merge to master shortly.