luqmaan / MetroRappid-iOS

DEPRECATED iOS App for Austin's MetroRapid bus
http://instabus.org
Other
11 stars 2 forks source link

Refactor and remove CAPLocation, Seperate CAPNextBus from stop data #37

Closed luqmaan closed 10 years ago

luqmaan commented 10 years ago

Reduce the complexity of the models. Remove the CAPLocation model, it is useless and grouping stops by name was a bad idea.

CAPNextBus used to contain a location/stop, which is not helpful. Simply pass the stop to the update function. Now only one instance needs to exist.

Updated the first GTFS test to check this is working. Still much to do.

Fixes #5.

luqmaan commented 10 years ago

Also, fixes #34

luqmaan commented 10 years ago

:cat2: