cuappdev / ithaca-transit-compose

An open-source Android app for the TCAT bus service
MIT License
4 stars 0 forks source link

Route Networking #5

Closed 04jono closed 8 months ago

04jono commented 8 months ago

Overview: More networking to fetch optimal routes from backend

Changes made: Write route models to match backend Add POST request functionality in RouteRepository and NetworkApi Encapsulate response in StateFlow

Screenshot:

Screenshot from 2024-03-04 15-32-36

(The actual displaying on the map is not on the branch, this is from an example API call)