MetaFam / TheGame

The platform that MetaGame will be played on aka MetaOS - an open source framework for running decentralized societies. Currently featuring MyMeta Profiles, Dashboard & Quests
https://metagame.wtf
Other
131 stars 78 forks source link

[MetaMaps] Update MetaMaps to use VisJS #57

Closed META-DREAMER closed 3 years ago

META-DREAMER commented 4 years ago

The UX of MetaMaps isn't ideal right now:

It would be advantageous for us to leverage existing libraries instead of trying to implement all these complicated interactions on our own. Can have something much more battle tested and sophisticated that way.

Top contender is VisJS. There's a React wrapper available here.

VisJS has an easy way to serialize the graph to JSON, which will make it easy to save / load: https://visjs.github.io/vis-network/examples/network/other/saveAndLoad.html

Example on how to add / edit nodes and edges with labels: https://visjs.github.io/vis-network/examples/network/other/manipulationEditEdgeNoDrag.html

Example showing interactions like having a popup on hover: https://visjs.github.io/vis-network/examples/network/events/interactionEvents.html

Overall, there's lots of fun stuff we can do with this, but for the scope of the issue, lets aim to have a working MVP with:

We can start with just one type of shape for now (rounded rectangle).

I imagine this will also be useful for things like the skill tree, where we can use the hierarchal layouts shown here: https://visjs.github.io/vis-network/examples/network/layout/hierarchicalLayout.html

dysbulic commented 3 years ago

Systems to examine for inspiration include:

IxaBrjnko commented 3 years ago

GraphQL Voyager came with a really easy to implement schema query, and may be a good source to excavate that portion of the model onboarding process needed in the full rendering of a integrated metamap with more than one datasource...

I think we could include in this scope the addition of multiple datasources: at a minimum I would like to see the hasura from our main TheGame repo and that of the MetaGame's XP/SourceCred instance as well, as these are parts we will need to construct a metamap of MetaVille <3

dysbulic commented 3 years ago

MetaMaps has been removed from active development.