|
@@ -43,11 +43,14 @@ Contribute via Issues and Merge Requests [on GitLab](https://gitlab.com/medlabbo
|
|
|
|
|
|
## Design goals
|
|
## Design goals
|
|
|
|
|
|
|
|
+* Javascript output button
|
|
* Further modularity
|
|
* 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
|
|
- In _modules, develop pseudocode primitives and complex modules with inputs, outputs, and actions
|
|
* Compatibility with Loomio?
|
|
* Compatibility with Loomio?
|
|
- Translate each module into Loomio practices, implicitly or explicitly (e.g., time for a proposal, threshold, voting options)
|
|
- Translate each module into Loomio practices, implicitly or explicitly (e.g., time for a proposal, threshold, voting options)
|
|
* Module system with database
|
|
* Module system with database
|
|
- JavaScript pulling from GDocs?
|
|
- JavaScript pulling from GDocs?
|
|
|
|
+ - Use Jekyll yaml data to create modules
|
|
- Jekyll csv data pull? https://jekyllrb.com/docs/datafiles/
|
|
- Jekyll csv data pull? https://jekyllrb.com/docs/datafiles/
|
|
-->
|
|
-->
|