You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app displays posts (confessions) from different universities, but currently there's no way to easily find the physical location of each university. We would like to add a button to the app on each post that takes the user to the native maps menu on their device, and shows the physical location of the university that the post is related to.
This would likely be achievable through fetching the latitude & longitude coordinates alongside each post from the server, or, having a separate endpoint to fetch the coordinates as users probably won't do this action too often.
This is a non-essential feature that just adds context to the app.
The text was updated successfully, but these errors were encountered:
The app displays posts (confessions) from different universities, but currently there's no way to easily find the physical location of each university. We would like to add a button to the app on each post that takes the user to the native maps menu on their device, and shows the physical location of the university that the post is related to.
This would likely be achievable through fetching the latitude & longitude coordinates alongside each post from the server, or, having a separate endpoint to fetch the coordinates as users probably won't do this action too often.
This is a non-essential feature that just adds context to the app.
The text was updated successfully, but these errors were encountered: