-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add Bikeep bicycle parking updater #5798
Add Bikeep bicycle parking updater #5798
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #5798 +/- ##
=============================================
+ Coverage 67.89% 67.90% +0.01%
- Complexity 16556 16563 +7
=============================================
Files 1908 1910 +2
Lines 72341 72398 +57
Branches 7440 7440
=============================================
+ Hits 49117 49165 +48
- Misses 20702 20712 +10
+ Partials 2522 2521 -1 ☔ View full report in Codecov by Sentry. |
66f4709
to
7623a7b
Compare
7623a7b
to
f2a76c2
Compare
docs/sandbox/VehicleParking.md
Outdated
| Config Parameter | Type | Summary | Req./Opt. | Default Value | Since | | ||
|----------------------------------|:---------------:|----------------------------------------------------------------------------|:----------:|---------------|:-----:| | ||
| type = "vehicle-parking" | `enum` | The type of the updater. | *Required* | | 1.5 | | ||
| [feedId](#u__13__feedId) | `string` | The name of the data source. | *Required* | | 2.2 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This "name of the data source" is repeated in parking updater docs, maybe call it id
instead of name
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated it in 091e4ed
Do you think that is a better way to explain it?
Summary
Adds a parking updater for the Estonian company Bikeep. This is a pure sandbox feature and only needs a single reviewer.
Unit tests
Added.
Documentation
Added.
cc @tsobuskerudbyen