Add Mobility page for ISBs, MRT info#3712
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@kagiura is attempting to deploy a commit to a Personal Account owned by @nusmodifications on Vercel. @nusmodifications first needs to authorize it. |
…ay to show "resume" status properly
c86a0bd to
2df462d
Compare
c758ca1 to
5b9db46
Compare
|
Incredible work with this :) I'll clean this up over the holidays and hopefully merge this change in its entirety by the end of the year! First, I plan to get the straightforward stuff like bus-stop-data and API changes merged. |
| <Route path="/mobility/:type(service|stop)/:slug" component={MobilityContainer} /> | ||
| <Route path="/mobility" component={MobilityContainer} /> |
There was a problem hiding this comment.
Perhaps instead of that, it'd somehow be better to integrate with current "venues". we have an excess of tabs and this could potentially be a problem on mobile?
| @@ -0,0 +1,26 @@ | |||
| const baseURL = 'https://nnextbus.nusmods.com'; // TODO: wait until we have an api proxy | |||
There was a problem hiding this comment.
We should move this proxy to a serverless function of sorts? Or is something else better?
Context: #3675