From ac3fce7ef30c18c3c0296d6e1bc6e2b8542ea20a Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 6 Mar 2020 19:10:54 +0000 Subject: [PATCH] Create Project roadmap --- Project-roadmap.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Project-roadmap.md diff --git a/Project-roadmap.md b/Project-roadmap.md new file mode 100644 index 0000000..d8979c7 --- /dev/null +++ b/Project-roadmap.md @@ -0,0 +1,15 @@ +* Move all this to issues? +* Javascript output button + - Could it output to IPFS or some other persisitent storage medium? +* Rules (ready-to-deploy presets) + - Brand preset rules as CommunityRule rules with tools to create badges out of them +* Less textual, more visual header for Rule pages +* Further modularity + - Aim for a logic of [progressive disclosure](https://en.wikipedia.org/wiki/Progressive_disclosure), making templates really simple but facilitating more complex iteration + - In _modules, develop pseudocode primitives and complex modules with inputs, outputs, and actions +* Compatibility with Loomio? + - Translate each module into Loomio practices, implicitly or explicitly (e.g., time for a proposal, threshold, voting options) +* Module system with database + - JavaScript pulling from GDocs? + - Use Jekyll yaml in _data/ to create modules + - Jekyll csv data pull? https://jekyllrb.com/docs/datafiles/ \ No newline at end of file