Created Design Notes (markdown)

Nick O'Leary 2017-01-12 15:24:13 +00:00
parent 946c109a03
commit b86c57144c
1 changed files with 32 additions and 0 deletions

32
Design-Notes.md Normal file

@ -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]]