From 88572cb897f980190426ad6a0cc5957e0554fd08 Mon Sep 17 00:00:00 2001 From: Thomas Bayer Date: Tue, 10 Feb 2026 18:18:45 +0100 Subject: [PATCH] docs(roadmap): update priorities and refine future goals - Removed outdated tasks, including reverse parsing and YAML validation notes. - Added support for handling multiple `apis.yaml` files in a single folder. - Updated task descriptions for clarity and alignment with current objectives. --- docs/ROADMAP.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index fd9305688a..0729cea322 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -8,16 +8,10 @@ PRIO 1: -- Reverse: - - First parse - - Second validate YAML -- Tutorials: - - Add how to run the tutorials in a Docker container - HotReload for YAML -- YAML parsing: - - Shorten YAML error messages - - When the reason for a parse error is clear. Shorten error message. -- if: Add hint in documentation: use choice otherwise for else TB +- Support for multiple apis.yaml in one folder + - idea: load apis.yaml last. + pattern *.apis.yaml - Register JSON Schema for YAML at: https://www.schemastore.org TB - create test asserting that connection reuse via proxy works TP - Central description of Membrane Languages, Cheat Sheets, links to their docs. TP