-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚲 Bike station migration 🚲 : Moving to mobility API (v2) #470
Commits on Sep 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4b3d588 - Browse repository at this point
Copy the full SHA 4b3d588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78096f3 - Browse repository at this point
Copy the full SHA 78096f3View commit details -
WIP: Migrated from type BikeRentalStation to Station..
* Part of the migration to use mobility v2 api to fetch bike rental stations * The new API returns data of the type Station, with different properties
Configuration menu - View commit details
-
Copy full SHA for 8842814 - Browse repository at this point
Copy the full SHA 8842814View commit details -
WIP: Implemented getTranslation utility function
* .. to be used with objects of the TranslatedString type from entur/sdk * enables easier language-change if future translations are added to the API
Configuration menu - View commit details
-
Copy full SHA for ba7efff - Browse repository at this point
Copy the full SHA ba7efffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c66347 - Browse repository at this point
Copy the full SHA 4c66347View commit details
Commits on Sep 16, 2021
-
WIP: Migrating useBikeRentalStations
* Fixed missing bike-tile * Refactored useEffect into smaller responsibilities
Configuration menu - View commit details
-
Copy full SHA for 74e540c - Browse repository at this point
Copy the full SHA 74e540cView commit details -
WIP: migrating to useBikeRentalStations
Changed implementation to use custom useBikeRentalStations hook in EditTab
Configuration menu - View commit details
-
Copy full SHA for 9c19bfc - Browse repository at this point
Copy the full SHA 9c19bfcView commit details -
WIP: migrating to new bike rental stations in BikeSearch
* Migrating to fetch from mobility API v2 in BikeSearch * Type migration BikeRentalStation -> Station
Configuration menu - View commit details
-
Copy full SHA for 1c114ac - Browse repository at this point
Copy the full SHA 1c114acView commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4c22d57 - Browse repository at this point
Copy the full SHA 4c22d57View commit details
Commits on Sep 20, 2021
-
WIP: migrating useBikeRentalStations
* added argument removeHiddenStations which may be set to false to enable usability for EditTab where hidden stations is needed in toggle-list * fixed filtering logic in hook (removed adding of duplicate stations)
Configuration menu - View commit details
-
Copy full SHA for f427607 - Browse repository at this point
Copy the full SHA f427607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5c380 - Browse repository at this point
Copy the full SHA 7a5c380View commit details -
Configuration menu - View commit details
-
Copy full SHA for c14b1d2 - Browse repository at this point
Copy the full SHA c14b1d2View commit details -
Fix: Disabled ability to add duplicate stations
* Fixed conditionless adding of bike rental station added through search field. Now checks if ID is already stored in settings.newStations
Configuration menu - View commit details
-
Copy full SHA for b5011ef - Browse repository at this point
Copy the full SHA b5011efView commit details
Commits on Sep 21, 2021
-
Refactor: Moved includesStation() logic inline
* Removed includesStation() from utils.tsx, implemented logic directly in useBikeRentalStation
Configuration menu - View commit details
-
Copy full SHA for efdc81f - Browse repository at this point
Copy the full SHA efdc81fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 048e63e - Browse repository at this point
Copy the full SHA 048e63eView commit details -
Refactor: Cleanup useEffects using AbortController
* Changed cleanups in useEffects (in EditTab/*) to use AbortController instead of primitive boolean variable
Configuration menu - View commit details
-
Copy full SHA for 5f583ae - Browse repository at this point
Copy the full SHA 5f583aeView commit details
Commits on Sep 22, 2021
-
Fixed defaults when missing station name in EditTab/
* Default to empty string '' instead of station.id * Sorting station names defaults to putting stations with missing name last
Configuration menu - View commit details
-
Copy full SHA for bf58e02 - Browse repository at this point
Copy the full SHA bf58e02View commit details