Kotlin Multiplatform utilities for working with open transportation data.

3 stars 1 forks 3 watchers Kotlin Apache License 2.0
bikeshare gbfs gofs gtfs kotlin kotlin-multiplatform transit transportation
3 Open Issues Need Help Last updated: Oct 21, 2025

Open Issues Need Help

View All on GitHub
Software Development Application Development

AI Summary: This issue is about completing the writing of tests that parse recently added sample data. The user points to `ProducerTest` in `gbfs-v1` as an example of where to start.

Complexity: 2/5
good first issue testing

Kotlin Multiplatform utilities for working with open transportation data.

Kotlin
#bikeshare#gbfs#gofs#gtfs#kotlin#kotlin-multiplatform#transit#transportation
Software Development Application Development

AI Summary: The `./gradlew wasmJsD8Test` command is failing with an unclear error, preventing WASM JS D8 tests from running. Other JavaScript and WASM targets are functioning correctly, indicating a specific issue with the D8 environment. The test task has been temporarily disabled in CI to avoid build failures.

Complexity: 3/5
bug help wanted

Kotlin Multiplatform utilities for working with open transportation data.

Kotlin
#bikeshare#gbfs#gofs#gtfs#kotlin#kotlin-multiplatform#transit#transportation
Software Development Application Development

AI Summary: The issue proposes adding automated tests for the Ktor client to ensure proper encoding and decoding functionality. The current tests only cover the encoding/decoding logic itself, not its integration with the client. The author suggests using a mock HTTP server, citing a previous successful implementation in another project, as real-world GBFS services are deemed unreliable for testing.

Complexity: 3/5
good first issue testing

Kotlin Multiplatform utilities for working with open transportation data.

Kotlin
#bikeshare#gbfs#gofs#gtfs#kotlin#kotlin-multiplatform#transit#transportation