From b86c57144cc5b82e10944a5d22934f4b47ca5ab5 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 12 Jan 2017 15:24:13 +0000 Subject: [PATCH] Created Design Notes (markdown) --- Design-Notes.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Design-Notes.md diff --git a/Design-Notes.md b/Design-Notes.md new file mode 100644 index 0000000..f4783b1 --- /dev/null +++ b/Design-Notes.md @@ -0,0 +1,32 @@ +*Design Notes* are working documents where thoughts are fleshed out on different potential features. They are a space to think through on 'paper' how a feature may work. + +They are not end-user documentation. They are not commitments to deliver a particular feature. + +### Design Notes +* [[Design: Node module lifecycle]] +* [[Design: Usage telemetry]] +* [[Design: Concurrent editing]] +* [[Design: Version Control]] +* [[Design: Runtime/Editor Split]] +* [[Design: subflows vNext]] +* [[Design: Flow file format v2]] +* [[Design: Editor Events]] +* [[Design: Runtime extension points]] +* [[Architecture: Cluster / Multi Process]] + +--- + +* 0.15: [[Design: Palette Management UI]] - complete +* 0.15: [[Design: Encryption of credentials]] - complete +* [[Design: Editor Themes]] - complete +* [[Design: i18n]] - complete +* [[Design: multiuser]] - complete(ish) +* [[Design: subflows]] - complete(ish) +* [[Design: dynamic palette]] - complete(ish) +* [[npm installable nodes]] - complete +* [[Live runtime information]] - complete + +### Other +* [[adminAuth Credential Authentication]] +* [[Web Nodes outline]] +