From fb65182bb38d8a846f20c22ae79b0c6d515b95b2 Mon Sep 17 00:00:00 2001 From: Artur Kerge Date: Sat, 27 Jul 2024 20:33:13 +0300 Subject: [PATCH] initial commit --- README.md | 2 ++ map.mmd | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 README.md create mode 100644 map.mmd diff --git a/README.md b/README.md new file mode 100644 index 0000000..757aa5c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +## :map: K-space +Map but using mermaid git graph. Bitmap is difficult to edit. Vector scales better but difficult to version. Code is shareable and can be easily improved. Hence, map in git graph. \ No newline at end of file diff --git a/map.mmd b/map.mmd new file mode 100644 index 0000000..5d693ea --- /dev/null +++ b/map.mmd @@ -0,0 +1,55 @@ +%%{init: { + 'logLevel': 'debug', + 'theme': 'base' + 'gitGraph': { + 'showBranches': true, + 'mainBranchName':'corridor' +}} }%% +gitGraph LR: + +branch residents-area order: 1 +commit id: "Atlantis, private access" type: REVERSE + +branch corridor order: 5 +commit +merge residents-area tag: "FRONT door" + +branch entrance-front order: 0 +commit id: "member controlled ground level door" + +checkout corridor + +branch co-working-space order: 6 +checkout co-working-space +commit id: "working tables, chairs, winXP LAN setup" +checkout corridor +merge co-working-space + +commit id: "oldies but goodies!" tag: "Museum" + +checkout corridor +branch kitchenette order: 8 +commit id: "Coffee machine, fridge, microwave, sink, filtered water, dishwasher" + +checkout corridor +branch wc order: 9 +commit id: "💩️" + +checkout corridor +branch dark-area order: 9 +commit id: "experimentation with single cell organisms" + +checkout corridor +branch residents-area2 order: 2 +commit id: "Another small room" type: REVERSE + +checkout corridor +commit +commit id: "it's a long corridor" +commit +branch chaos-room order: 10 +commit id: "Electronics and soldering" tag: "WANTED: ORDER!" + +checkout corridor +merge chaos-room +commit \ No newline at end of file