From 4d766b10ce7f717f965d677aab60d8b39c4dd9e3 Mon Sep 17 00:00:00 2001 From: Denis Kuznetsov Date: Tue, 12 Dec 2023 13:47:16 +0300 Subject: [PATCH] feat/backend: upd TODOs --- df_designer/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/df_designer/main.py b/df_designer/main.py index 862594f2..fb7f45e5 100644 --- a/df_designer/main.py +++ b/df_designer/main.py @@ -131,7 +131,7 @@ async def dff_tests_condition_post() -> dict[str, str]: return {"status": "ok"} -# TODO: compile (сериализация), build, runtime +# TODO: compile (сериализация в питон), build, runtime # /build @app.post("/build") async def build_post() -> dict[str, str]: @@ -139,6 +139,8 @@ async def build_post() -> dict[str, str]: return {"status": "ok"} +# TODO: другие эндпоинты (git, bot) + """ /git ??