Skip to content

Commit

Permalink
docs(vats): authorityViz TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 25, 2023
1 parent 39a611c commit a57cc44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/vats/tools/authorityViz.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ const logged = label => x => {
return x;
};

// TODO: render IssuerKits as structures (records?)
// TODO: make vats into a space
// TODO: make bundles into a space?
// TODO: style for namehub?
// TODO: agoricNames as tree
// TODO: facets of bridge manager
// TODO: move to test

const styles = {
vatPowers: 'shape=star, style=filled, fillcolor=aqua',
vats: 'shape=doubleoctagon, style=filled, fillcolor=tomato',
Expand Down

0 comments on commit a57cc44

Please sign in to comment.