Zack and I reconsidered how a portable sodoto implementation could be included in federated wiki.
Here we pivot to delegate more to bdo. commit
strict digraph { node [shape=box style=filled fillcolor=lightblue] rankdir=LR lineup [label="web\nlineup\npage\nvisuals"] client [label="sodoto\nplugin\nclient\nactions"] server [label="sodoto\nplugin\nserver\nowner"] bdo [label="planet 9\nbdo\nstate"] lineup -> client -> server -> bdo -> tbd }
Our first round trip from the rebooted plugin rendered a large blue dot that got us both excited. Dot from bdo, gray backgound from wiki. localhost
This sequence of delegations allows each participant to add whatever context they have that is relevant. This is strangely reminiscent of CGI except that we've chosen to respond with SVG rather than HTML.
SVG content can be interactive (i.e., responsive to user-initiated events) by utilizing the following features in the SVG language. w3
# History
This work follows a series of false starts that have pages of their own here listed in chronological order.
- SODOTO Client collects what has already been written. - SODOTO Simulation tries to document examples. - Distributed Behavior is our first reset after review. - Confirmed and Acknowledged attempt at principle.
Eric created a sequence diagram to better understand what Marc, Zach, and Ward are creating with SODOTO tokens.
ITEM sodoto