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
It would be nice to have not only see the currently rented bikes but also a history of recent rentals.
For this we probably need to change some things as in the moment the App does not remember rented bikes.
If the user changes apps while using our app it still need to be able to getOpenRentals which were not rented with nextCompanion.
Possible solution could be to getOpenRentals if the user locks in and update every rented bike the app knows of when in MainActivity
The text was updated successfully, but these errors were encountered:
It would be nice to have not only see the currently rented bikes but also a history of recent rentals.
For this we probably need to change some things as in the moment the App does not remember rented bikes.
If the user changes apps while using our app it still need to be able to getOpenRentals which were not rented with nextCompanion.
Possible solution could be to
getOpenRentals
if the user locks in and update every rented bike the app knows of when inMainActivity
The text was updated successfully, but these errors were encountered: