-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature shortly
Currently, completed paper count is computed in the front-end. This is problematic, if there are thousands of papers - there will be slowdown.
What functionality is required?
-
Modify /api/v1/job?project=[uuid] route to return:
- Total task count
- Success task count
- Failed task count
- Status
-
Move job task -related state management into Redux.
-
Emit an event to the front-end about job task progress.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In progress