bcgov / TheOrgBook

A public repository of verifiable claims about organizations. A key component of the Verifiable Organization Network.
http://von.pathfinder.gov.bc.ca
Apache License 2.0
78 stars 66 forks source link

Update UI to understand graph-like nature of relationships #440

Closed nrempel closed 4 years ago

nrempel commented 6 years ago

Currently the UI is structured in such a way that an organization should have a parent and children.

To fit this model, currently we are issuing a relationship credentials only on the "parent" of the relationship – in other words, the "owner" of the relationship. i.e., An incorporation topic has doing business as names so the credential for the relationship is issued to the incorporation topic.

In the reality, the data is not hierarchal.

Any topic can have many related topics (relationships that it owns) but it can also be related to other topics which own relationships to it.

We should update the UI to support such a paradigm.

swcurran commented 4 years ago

Closing this issue until there is a general review of OrgBook BC's UI. If this makes sense, it will be chosen for implementation at that time.