Commit 44d082ef authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Database][Schema] NodeNode

parent 58a2bb4c
...@@ -59,7 +59,7 @@ import Gargantext.Database.Node.Children (getChildren) ...@@ -59,7 +59,7 @@ import Gargantext.Database.Node.Children (getChildren)
import qualified Gargantext.Database.Node.Update as U (update, Update(..)) import qualified Gargantext.Database.Node.Update as U (update, Update(..))
import Gargantext.Database.Facet (FacetDoc , runViewDocuments', OrderBy(..),FacetChart,runViewAuthorsDoc) import Gargantext.Database.Facet (FacetDoc , runViewDocuments', OrderBy(..),FacetChart,runViewAuthorsDoc)
import Gargantext.Database.Tree (treeDB, HasTreeError(..), TreeError(..)) import Gargantext.Database.Tree (treeDB, HasTreeError(..), TreeError(..))
import Gargantext.Database.NodeNode (nodesToFavorite, nodesToTrash) import Gargantext.Database.Schema.NodeNode (nodesToFavorite, nodesToTrash)
-- Graph -- Graph
--import Gargantext.Text.Flow --import Gargantext.Text.Flow
import Gargantext.Viz.Graph (Graph,readGraphFromJson,defaultGraph) import Gargantext.Viz.Graph (Graph,readGraphFromJson,defaultGraph)
......
...@@ -47,7 +47,7 @@ import Gargantext.Database.Config (nodeTypeId) ...@@ -47,7 +47,7 @@ import Gargantext.Database.Config (nodeTypeId)
import Gargantext.Database.Schema.Ngrams import Gargantext.Database.Schema.Ngrams
import Gargantext.Database.Node import Gargantext.Database.Node
import Gargantext.Database.Schema.NodeNgram import Gargantext.Database.Schema.NodeNgram
import Gargantext.Database.NodeNode import Gargantext.Database.Schema.NodeNode
import Gargantext.Database.Queries import Gargantext.Database.Queries
import Opaleye import Opaleye
import Opaleye.Internal.Join (NullMaker(..)) import Opaleye.Internal.Join (NullMaker(..))
......
...@@ -21,7 +21,7 @@ import Database.PostgreSQL.Simple (Connection) ...@@ -21,7 +21,7 @@ import Database.PostgreSQL.Simple (Connection)
import Opaleye import Opaleye
import Gargantext.Core.Types import Gargantext.Core.Types
import Gargantext.Database.Node import Gargantext.Database.Node
import Gargantext.Database.NodeNode import Gargantext.Database.Schema.NodeNode
import Gargantext.Database.Config (nodeTypeId) import Gargantext.Database.Config (nodeTypeId)
import Gargantext.Database.Queries import Gargantext.Database.Queries
import Gargantext.Database.Node.Contact (HyperdataContact) import Gargantext.Database.Node.Contact (HyperdataContact)
......
{-| {-|
Module : Gargantext.Database.NodeNode Module : Gargantext.Database.Schema.NodeNode
Description : Description :
Copyright : (c) CNRS, 2017-Present Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3 License : AGPL + CECILL v3
...@@ -22,7 +22,7 @@ commentary with @some markup@. ...@@ -22,7 +22,7 @@ commentary with @some markup@.
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TemplateHaskell #-}
module Gargantext.Database.NodeNode where module Gargantext.Database.Schema.NodeNode where
import qualified Database.PostgreSQL.Simple as PGS (Connection, Query, query, Only(..)) import qualified Database.PostgreSQL.Simple as PGS (Connection, Query, query, Only(..))
import Database.PostgreSQL.Simple.Types (Values(..), QualifiedIdentifier(..)) import Database.PostgreSQL.Simple.Types (Values(..), QualifiedIdentifier(..))
......
...@@ -29,7 +29,7 @@ import Gargantext.Prelude ...@@ -29,7 +29,7 @@ import Gargantext.Prelude
import Gargantext.Database.Facet import Gargantext.Database.Facet
import Gargantext.Database.Node import Gargantext.Database.Node
import Gargantext.Database.Schema.Ngrams import Gargantext.Database.Schema.Ngrams
import Gargantext.Database.NodeNode import Gargantext.Database.Schema.NodeNode
import Gargantext.Database.Schema.NodeNgram import Gargantext.Database.Schema.NodeNgram
import Gargantext.Database.Queries import Gargantext.Database.Queries
import Gargantext.Core.Types import Gargantext.Core.Types
......
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