Commit Graph

3 Commits

Author SHA1 Message Date
Jim Martens 7fbd270019
feat: Support CRUD functionality (#7)
The station search implementation only works via DB and is very slow. For a simple query, the answer takes about 1s or longer. That is 100 times slower than it should be. For now, however, this solution is adequate to achieve a first prototype that includes the core functionality.

feat: Add station search
2024-01-06 14:06:43 +01:00
Jim Martens b3a55af93a Moved generic value classes to separate module 2023-10-26 19:06:26 +02:00
Jim Martens d377cbd886 Changed to Kotlin 2023-09-23 20:46:13 +02:00