]> Git — Sourcephile - gargantext.git/commit
Partial support for bidirectional PhyloData parsing
authorAlfredo Di Napoli <alfredo@well-typed.com>
Mon, 19 Jun 2023 13:17:53 +0000 (15:17 +0200)
committerAlfredo Di Napoli <alfredo@well-typed.com>
Mon, 19 Jun 2023 13:17:55 +0000 (15:17 +0200)
commit48c99bb3bfd689b1b9771e5e8286e8f99dd60b99
tree2de2865427300c737835266d006ac9fe8bb8cf02
parent5fbdc1ed2ee2df59c5181077475ed9742ea5ad4b
Partial support for bidirectional PhyloData parsing

This commits changes the `PhyloData` data structure to
include a proper `GraphData` in the `pd_data` field. The
`GraphData` is almost complete, but the `objects` field needs
to be further refined from a generic JSON `Value` to proper
Haskell types.
src-test/Offline/JSON.hs
src/Gargantext/Core/Types/Phylo.hs
src/Gargantext/Core/Viz/Phylo/API.hs