autopushed

This commit is contained in:
2022-09-04 15:46:34 +02:00
parent 1a3a1a9bc3
commit 61e20138f1
+8 -9
View File
@@ -3,13 +3,12 @@
- The heart of an [[Agora commons]]. - The heart of an [[Agora commons]].
- See [[agora doc]]. - See [[agora doc]].
- a [[project]]. - a [[project]].
- I want to graph both the Agora as a whole and the context of a node in the agora, as per [[agora ui]]. This requires: - I want to graph both the Agora as a whole and the context of a node in the agora, as per [[agora ui]].
- create a branch. Done: 'graph'. - local graphs: done (partial implementation).
- decide whether to - global graph: running in dev but very resource intensive, may need to refactor/redo.
- hardcode a path, say /agora-graph, to be a handler specialized in this. Probably the quickest, but it doesn't show the "agora spirit" as much. - it could be cool to get a graph in [[agora doc]] though...
- use runnable subnodes; essentially implement [[run]] or [[exec]] plus - could be nice to do this through [[runnable subnodes]]:
- [[javascript subnodes]] - [[javascript subnodes]]
- [[python subnodes]] - [[python subnodes]]
- do [[rdf]] first: expose rdf for the agora and use something like [[rdf grapher]] to graph - did [[rdf]] first: exposed rdf for the agora and use something like [[rdf grapher]] to graph
- I did this in the end