Commit 08aa087f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[GRAPH] Comments during meeting.

parent 6cb434bb
......@@ -61,6 +61,8 @@ graphAPI n = getGraph n
getGraph :: NodeId -> GargServer (Get '[JSON] Graph)
getGraph nId = do
nodeGraph <- getNode nId HyperdataGraph
-- get HyperdataGraphp from Database
-- if Nothing else if version == current version then compute
let cId = maybe (panic "no parentId") identity $ _node_parentId nodeGraph
lId <- defaultList cId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment