Commit 9642c42e authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch 'factoring' of...

Merge branch 'factoring' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into factoring
parents 5be14bc7 9cc53816
...@@ -18,14 +18,14 @@ import Gargantext.Components.Data.Lang (Lang(..)) ...@@ -18,14 +18,14 @@ import Gargantext.Components.Data.Lang (Lang(..))
import Gargantext.Components.Login as LN import Gargantext.Components.Login as LN
import Gargantext.Components.Modals.Modal (modalShow) import Gargantext.Components.Modals.Modal (modalShow)
import Gargantext.Components.Tree as Tree import Gargantext.Components.Tree as Tree
import Gargantext.Dashboard as Dsh import Gargantext.Pages.Corpus.Doc.Facets.Dashboard as Dsh
import Gargantext.Pages.Corpus as AC import Gargantext.Pages.Corpus as AC
import Gargantext.Router (Routes(..)) import Gargantext.Router (Routes(..))
import Gargantext.Users as U import Gargantext.Pages.Corpus.User.Users as U
import Graph as GE import Gargantext.Pages.Corpus.Doc.Facets.Graph as GE
import Gargantext.Pages.Home as L import Gargantext.Pages.Home as L
import Network.HTTP.Affjax (AJAX) import Network.HTTP.Affjax (AJAX)
import NgramsTable as NG import Gargantext.Pages.Corpus.Doc.Facets.Terms.NgramsTable as NG
import React (ReactElement) import React (ReactElement)
import React.DOM (a, button, div, footer, hr, img, input, li, p, span, text, ul) import React.DOM (a, button, div, footer, hr, img, input, li, p, span, text, ul)
import React.DOM.Props (_data, _id, _type, aria, className, href, onChange, onClick, placeholder, role, src, style, tabIndex, target, title) import React.DOM.Props (_data, _id, _type, aria, className, href, onChange, onClick, placeholder, role, src, style, tabIndex, target, title)
......
...@@ -6,7 +6,7 @@ import Control.Monad.Eff.Console (CONSOLE) ...@@ -6,7 +6,7 @@ import Control.Monad.Eff.Console (CONSOLE)
import DOM (DOM) import DOM (DOM)
import Data.Array (fold) import Data.Array (fold)
import Gargantext.Components.Charts.Options.ECharts (chart) import Gargantext.Components.Charts.Options.ECharts (chart)
import Gargantext.Dashboard (globalPublis) import Gargantext.Pages.Corpus.Doc.Facets.Dashboard (globalPublis)
import Gargantext.Pages.Corpus.Doc.Facets as Tab import Gargantext.Pages.Corpus.Doc.Facets as Tab
import Network.HTTP.Affjax (AJAX) import Network.HTTP.Affjax (AJAX)
import React.DOM (div, h3, hr, i, p, text) import React.DOM (div, h3, hr, i, p, text)
......
...@@ -2,7 +2,7 @@ module Gargantext.Pages.Corpus.Doc.Facets where ...@@ -2,7 +2,7 @@ module Gargantext.Pages.Corpus.Doc.Facets where
import Prelude hiding (div) import Prelude hiding (div)
import Authorview as AV import Gargantext.Pages.Corpus.Doc.Facets.Authors as AV
import Control.Monad.Eff.Console (CONSOLE) import Control.Monad.Eff.Console (CONSOLE)
import DOM (DOM) import DOM (DOM)
import Data.Either (Either(..)) import Data.Either (Either(..))
...@@ -12,8 +12,8 @@ import Data.Tuple (Tuple(..)) ...@@ -12,8 +12,8 @@ import Data.Tuple (Tuple(..))
import Gargantext.Pages.Corpus.Doc.Document as DV import Gargantext.Pages.Corpus.Doc.Document as DV
import Gargantext.Components.Tab as Tab import Gargantext.Components.Tab as Tab
import Network.HTTP.Affjax (AJAX) import Network.HTTP.Affjax (AJAX)
import Sourceview as SV import Gargantext.Pages.Corpus.Doc.Facets.Sources as SV
import Termsview as TV import Gargantext.Pages.Corpus.Doc.Facets.Terms as TV
import Thermite (Spec, focus) import Thermite (Spec, focus)
data Action data Action
......
module Authorview where module Gargantext.Pages.Corpus.Doc.Facets.Authors where
import Control.Monad.Eff.Console (CONSOLE) import Control.Monad.Eff.Console (CONSOLE)
......
module Gargantext.Dashboard where module Gargantext.Pages.Corpus.Doc.Facets.Dashboard where
import Prelude import Prelude
......
module Publications where module Gargantext.Pages.Corpus.Doc.Facets.Documents where
import Control.Monad.Eff.Console (CONSOLE) import Control.Monad.Eff.Console (CONSOLE)
import DOM (DOM) import DOM (DOM)
......
module Graph where module Gargantext.Pages.Corpus.Doc.Facets.Graph where
import Prelude hiding (div) import Prelude hiding (div)
......
module Sourceview where module Gargantext.Pages.Corpus.Doc.Facets.Sources where
import Control.Monad.Eff.Console (CONSOLE) import Control.Monad.Eff.Console (CONSOLE)
......
module Termsview where module Gargantext.Pages.Corpus.Doc.Facets.Terms where
import Control.Monad.Eff.Console (CONSOLE) import Control.Monad.Eff.Console (CONSOLE)
import DOM (DOM) import DOM (DOM)
......
module NgramsItem where module Gargantext.Pages.Corpus.Doc.Facets.Terms.NgramsItem where
import Prelude import Prelude
......
module NgramsTable where module Gargantext.Pages.Corpus.Doc.Facets.Terms.NgramsTable where
import CSS.TextAlign (center, textAlign) import CSS.TextAlign (center, textAlign)
import Control.Monad.Eff.Console (CONSOLE) import Control.Monad.Eff.Console (CONSOLE)
...@@ -9,7 +9,7 @@ import Data.Lens (Lens', Prism', lens, over, prism) ...@@ -9,7 +9,7 @@ import Data.Lens (Lens', Prism', lens, over, prism)
import Data.List (List) import Data.List (List)
import Data.Tuple (Tuple(..), uncurry) import Data.Tuple (Tuple(..), uncurry)
import Network.HTTP.Affjax (AJAX) import Network.HTTP.Affjax (AJAX)
import NgramsItem as NI import Gargantext.Pages.Corpus.Doc.Facets.Terms.NgramsItem as NI
import Prelude (class Eq, class Ord, class Show, Unit, bind, map, not, pure, show, void, ($), (*), (+), (-), (/), (<), (<$>), (<>), (==), (>), (>=), (>>=)) import Prelude (class Eq, class Ord, class Show, Unit, bind, map, not, pure, show, void, ($), (*), (+), (-), (/), (<), (<$>), (<>), (==), (>), (>=), (>>=))
import React (ReactElement) import React (ReactElement)
import React.DOM hiding (style) import React.DOM hiding (style)
......
module Brevets where module Gargantext.Pages.Corpus.User.Brevets where
import Control.Monad.Eff.Console (CONSOLE) import Control.Monad.Eff.Console (CONSOLE)
......
module Gargantext.Users module Gargantext.Pages.Corpus.User.Users
(module Gargantext.Users.Types, (module Gargantext.Pages.Corpus.User.Users.Types,
module Gargantext.Users.Specs) module Gargantext.Pages.Corpus.User.Users.Specs)
where where
import Gargantext.Users.Types import Gargantext.Pages.Corpus.User.Users.Types
import Gargantext.Users.Specs import Gargantext.Pages.Corpus.User.Users.Specs
module Gargantext.Users.API where module Gargantext.Pages.Corpus.User.Users.API where
import Prelude import Prelude
import Gargantext.Users.Types (Action(..), State, User, _user) import Gargantext.Pages.Corpus.User.Users.Types (Action(..), State, User, _user)
import Control.Monad.Aff (Aff) import Control.Monad.Aff (Aff)
import Control.Monad.Aff.Console (CONSOLE, log) import Control.Monad.Aff.Console (CONSOLE, log)
import Control.Monad.Trans.Class (lift) import Control.Monad.Trans.Class (lift)
......
module Gargantext.Users.Specs module Gargantext.Pages.Corpus.User.Users.Specs
(module Gargantext.Users.Specs.Renders, (module Gargantext.Pages.Corpus.User.Users.Specs.Renders,
layoutUser) layoutUser)
where where
import Gargantext.Users.Specs.Renders import Gargantext.Pages.Corpus.User.Users.Specs.Renders
import Control.Monad.Aff.Console (CONSOLE) import Control.Monad.Aff.Console (CONSOLE)
import DOM (DOM) import DOM (DOM)
import Network.HTTP.Affjax (AJAX) import Network.HTTP.Affjax (AJAX)
import Thermite (Spec, simpleSpec) import Thermite (Spec, simpleSpec)
import Gargantext.Users.Types (Action, State) import Gargantext.Pages.Corpus.User.Users.Types (Action, State)
import Gargantext.Users.API (performAction) import Gargantext.Pages.Corpus.User.Users.API (performAction)
layoutUser :: forall props eff . Spec ( console :: CONSOLE layoutUser :: forall props eff . Spec ( console :: CONSOLE
, ajax :: AJAX , ajax :: AJAX
......
module Gargantext.Users.Specs.Renders module Gargantext.Pages.Corpus.User.Users.Specs.Renders
where where
import Gargantext.Users.Types import Gargantext.Pages.Corpus.User.Users.Types
import Data.Maybe (Maybe(..)) import Data.Maybe (Maybe(..))
import Data.Tuple (Tuple(..)) import Data.Tuple (Tuple(..))
......
module Gargantext.Users.Types module Gargantext.Pages.Corpus.User.Users.Types
(module Gargantext.Users.Types.Types, (module Gargantext.Pages.Corpus.User.Users.Types.Types,
module Gargantext.Users.Types.Lens, module Gargantext.Pages.Corpus.User.Users.Types.Lens,
module Gargantext.Users.Types.States, module Gargantext.Pages.Corpus.User.Users.Types.States,
brevetSpec, brevetSpec,
projectSpec, projectSpec,
facets facets
...@@ -10,10 +10,10 @@ module Gargantext.Users.Types ...@@ -10,10 +10,10 @@ module Gargantext.Users.Types
import Prelude (($)) import Prelude (($))
import Gargantext.Users.Types.Lens import Gargantext.Pages.Corpus.User.Users.Types.Lens
import Gargantext.Users.Types.Types import Gargantext.Pages.Corpus.User.Users.Types.Types
import Gargantext.Users.Types.States import Gargantext.Pages.Corpus.User.Users.Types.States
import Brevets as B import Gargantext.Pages.Corpus.User.Brevets as B
import Control.Monad.Aff.Console (CONSOLE) import Control.Monad.Aff.Console (CONSOLE)
import DOM (DOM) import DOM (DOM)
import Data.List (fromFoldable) import Data.List (fromFoldable)
......
module Gargantext.Users.Types.Lens where module Gargantext.Pages.Corpus.User.Users.Types.Lens where
import Brevets as B import Gargantext.Pages.Corpus.User.Brevets as B
import Control.Monad.Aff.Console (CONSOLE) import Control.Monad.Aff.Console (CONSOLE)
import DOM (DOM) import DOM (DOM)
import Data.Either (Either(..)) import Data.Either (Either(..))
import Data.Lens (Lens', Prism', lens, prism) import Data.Lens (Lens', Prism', lens, prism)
import Data.Maybe (Maybe) import Data.Maybe (Maybe)
import Gargantext.Users.Types.States (Action(..), State) import Gargantext.Pages.Corpus.User.Users.Types.States (Action(..), State)
import Gargantext.Users.Types.Types (User) import Gargantext.Pages.Corpus.User.Users.Types.Types (User)
import Network.HTTP.Affjax (AJAX) import Network.HTTP.Affjax (AJAX)
import Gargantext.Pages.Folder as PS import Gargantext.Pages.Folder as PS
import Publications as P import Gargantext.Pages.Corpus.Doc.Facets.Documents as P
import Gargantext.Components.Tab as Tab import Gargantext.Components.Tab as Tab
import Thermite (Spec, focus) import Thermite (Spec, focus)
......
module Gargantext.Users.Types.States module Gargantext.Pages.Corpus.User.Users.Types.States where
where
import Brevets as B import Gargantext.Pages.Corpus.User.Brevets as B
import Data.Maybe (Maybe(..)) import Data.Maybe (Maybe(..))
import Gargantext.Users.Types.Types (User) import Gargantext.Pages.Corpus.User.Users.Types.Types (User)
import Gargantext.Pages.Folder as PS import Gargantext.Pages.Folder as PS
import Publications as P import Gargantext.Pages.Corpus.Doc.Facets.Documents as P
import Gargantext.Components.Tab as Tab import Gargantext.Components.Tab as Tab
data Action data Action
......
module Gargantext.Users.Types.Types where module Gargantext.Pages.Corpus.User.Users.Types.Types where
import Prelude import Prelude
......
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