From 10017f50d110d760b6fee3e37a70085b6c33a4a6 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Tue, 15 Apr 2025 10:39:08 +0200 Subject: [PATCH] moved https://wiki.geant.org/display/SYS/Mapping+use+cases to here --- docs/source/planning.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/source/planning.rst b/docs/source/planning.rst index 5e66c82..071008a 100644 --- a/docs/source/planning.rst +++ b/docs/source/planning.rst @@ -109,3 +109,22 @@ High-Level Architecture .. drawio-image:: diagrams.drawio :page-name: hl-arch + +Design/Edit concerns for subway map +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- rendered end-user maps are static (i.e. end-user can't move map elements around) +- designers need some way of customizing maps + + - draw.io? + - can we support full design control? i.e. artists drawing shapes/effects + - some styles are ok with draw.io + + +- Designer input + + - how should we handle errors in designer input? + + - should we have a validation step when designers return their modifications? + + - should we keep the design template completely outside of mapping provider? or some metadata (e.g. lists of nodes/edges) in mapping provider? -- GitLab