-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Show progress in GUI for consistency check #12487
Copy link
Copy link
Labels
component: uigood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Metadata
Metadata
Assignees
Labels
component: uigood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Type
Fields
Give feedbackNo fields configured for feature.
Projects
StatusShow more project fields
Done
StatusShow more project fields
Done
Is your suggestion for improvement related to a problem? Please describe.
Opening the new Bibliography consistency check on a large library can will take some time. There is no progress.
Describe the solution you'd like
There should be a progress bar showing something like processing entry 1 out of 123456...
Additional context
Pass a progress callback to the check method
jabref/src/main/java/org/jabref/logic/quality/consistency/BibliographyConsistencyCheck.java
Line 36 in ed4ca48
show a progress bar in the background task using the
onRunningmethod