Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
haskell-gargantext
haskell-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 159
    • Issues 159
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • haskell-gargantexthaskell-gargantext
  • Issues
  • #78

Closed
Open
Opened Sep 01, 2021 by delanoe@anoe
  • Report abuse
  • New issue
Report abuse New issue

NewCorpus with list preferences for heritage

Users should be able to select from the frontend which list to inherit when creating a new list (for a new corpus).

Basically, the backend is ready to accept such preference by enabling the With Query, _wq_flowListWith field: https://gitlab.iscpif.fr/gargantext/haskell-gargantext/blob/dev/src/Gargantext/API/Node/Corpus/New.hs#L137

(Some instances will be needed for FlowSocialListWith, as usual)

On the Purescript/Frontend side, user can select as many ListId s.he wants to in order to improve the quality of his first default list created when starting a new corpus. How to select the listIds? use the subgraph (same as the one used to move a node) but use the selectable List TypeName only.

Edited Sep 01, 2021 by delanoe
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: gargantext/haskell-gargantext#78