issues
search
cuappdev
/
ithaca-transit-compose
An open-source Android app for the TCAT bus service
MIT License
4
stars
0
forks
source link
Changing Stop Type and Favorite Type
#27
Closed
Mihilih
closed
1 month ago
Mihilih
commented
1 month ago
Changed Stop Type from String -> Enum
Changed Stop class to add a nullable details field, since applePlaces have a details field but busStops don't
Changed the type of Favorites from String -> Stop
Added serialization to userpreferences to store the Stop set in DataStore
removed combining the flows in favoritesViewModel