tanjyy / ridesio

Ridesharing iOS application for college students. Won 2nd place in the iOS category at CodePath Demo Day 2020.
https://tanjyy.github.io/ridesio
1 stars 1 forks source link

Remove arrival time from the schema #126

Closed nashirj closed 3 years ago

nashirj commented 3 years ago

The arrival time is given by the mapkit, so it's sort of redundant information; it would also be more prone to the user putting in something weird that doesn't make sense.

nashirj commented 3 years ago

We discussed this and decided to remove it; need to update code/UI accordingly