Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
purescript-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 138
    • Issues 138
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • 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
  • purescript-gargantext
  • Issues
  • #177

Closed
Open
Opened May 12, 2020 by delanoe@anoe
  • Report abuse
  • New issue
Report abuse New issue

Tree Memory to save async jobs (preventing from reload)

Currently, when reloading the Tree, async progress indicators are lost.

2 solutions are possible:

  1. backend route to give all current tasks for a given Tree
  2. frontend tree memory to remember which async task have to be reloaded

For now, 1) is tricky for some reasons but would be good for long term (not now)

For now, 2) is quicker if we save locally the node and route to fetch job status (and remove it if job is done only).

(This bug is related with #137 (closed) )

Assignee
Assign to
Release
Milestone
Release
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: gargantext/purescript-gargantext#177