From 798522c7475b5a0dc09c6ebfa7d63926d888aaef Mon Sep 17 00:00:00 2001 From: fricklerhandwerk Date: Thu, 10 Jul 2025 00:18:31 +0200 Subject: [PATCH] add REST API outline as discussed --- meeting-notes/2025-07-08 weekly planning | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/meeting-notes/2025-07-08 weekly planning b/meeting-notes/2025-07-08 weekly planning index c813aff..83a366f 100644 --- a/meeting-notes/2025-07-08 weekly planning +++ b/meeting-notes/2025-07-08 weekly planning @@ -14,4 +14,15 @@ Attendees: @fricklerhandwerk @niols @kiara - will pair with @niols the week after next - tried patching the workflow to enable automatic dependency updates, made small progress - we can do dependency bumps manually for now - - will pause work on CI until the technical report is done \ No newline at end of file + - will pause work on CI until the technical report is done +- todo for end-to-end beta: (REST) API for interacting with a runtime environment (general idea already settled in earlier discussions) + - GET json schema for configuring applications + - GET configuration + - POST configuration + - POST deploy + - GET deployment (version, config, status, ...) + - GET (stream) deployment progress + - Webhook: deployment state updates, e.g. completed, failed, ... + - TODO: workflow for migration + - ... + - \ No newline at end of file