Skip to content

Add Mobility page for ISBs, MRT info#3712

Open
kagiura wants to merge 14 commits into
nusmodifications:masterfrom
kagiura:kagiura/mobility
Open

Add Mobility page for ISBs, MRT info#3712
kagiura wants to merge 14 commits into
nusmodifications:masterfrom
kagiura:kagiura/mobility

Conversation

@kagiura
Copy link
Copy Markdown

@kagiura kagiura commented Apr 9, 2024

Context: #3675

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nusmods-export ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 17, 2024 5:41pm
nusmods-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 17, 2024 5:41pm

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 9, 2024

@kagiura is attempting to deploy a commit to a Personal Account owned by @nusmodifications on Vercel.

@nusmodifications first needs to authorize it.

@zwliew
Copy link
Copy Markdown
Member

zwliew commented Nov 17, 2024

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.

zwliew referenced this pull request Nov 17, 2024
Straightforward changes necessary to bring back bus timings in Venues.
Most of the work was done by @kagiura in PR #3172.
I'm mainly bringing in the bus stop data and API changes and gluing it
together to make it work with the original bus timing feature.
This was referenced Nov 18, 2024
Comment on lines +38 to +39
<Route path="/mobility/:type(service|stop)/:slug" component={MobilityContainer} />
<Route path="/mobility" component={MobilityContainer} />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move this proxy to a serverless function of sorts? Or is something else better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Mobility page for ISBs, MRT info

3 participants