From 182fe4eafe6cb1fa80ae37ab0ac3b433024089b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sun, 3 Dec 2023 23:29:37 +0100 Subject: [PATCH] add todo for route options schema --- src/c3nav/routing/api/routing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/c3nav/routing/api/routing.py b/src/c3nav/routing/api/routing.py index 219fe094..dd845850 100644 --- a/src/c3nav/routing/api/routing.py +++ b/src/c3nav/routing/api/routing.py @@ -54,6 +54,7 @@ class AltitudeWayTypeChoice(StrEnum): class RouteOptionsSchema(Schema): + # todo: default is wrong, this should be optional mode: RouteMode = RouteMode.FASTEST walk_speed: WalkSpeed = WalkSpeed.DEFAULT way_types: dict[