Pandora-IsoMemo / TraceR

An app to generate a visual representation of a relational map
https://pandora-isomemo.github.io/TraceR/
GNU General Public License v3.0
0 stars 0 forks source link

Button to export a graph #11

Closed arunge closed 4 months ago

arunge commented 5 months ago

Note: In the future we will have a second export button, called e.g. "Export with signature", that will add a signature to the .json just before the download


Following points from the task list are related and updated with the above description:

  • User can create and share a template json file, where this defines the elements to be included (see family example below).
  • This template json file consists of which network elements can be used and which metadata is associated to each. Users load one of these json files and can then start defining their relational structure. For instance, a json file may be used to link family relationships (metadata could be name of each person, date of birth, etc.) and there could be two main elements (male or female).
  • Based on the template json file users can then describe an actual network which is saved as a separate json file (instance). Continuing with the family example, users would enter the different individuals (their metadata) and define their relationships (represented using arrows). A visual representation of this would look something like a family tree.
arunge commented 4 months ago

All done, I am closing here.