-
-
Notifications
You must be signed in to change notification settings - Fork 13
Show progress while duplicate candidates are hashed #161
Copy link
Copy link
Open
Labels
appThe Tauri desktop appThe Tauri desktop apparchitectureWorkspace layout and engine designWorkspace layout and engine designenginediskern-core: scanner, rules, risk, graph, reportdiskern-core: scanner, rules, risk, graph, reportenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededlevel: advancedCross-cutting or safety-critical design workCross-cutting or safety-critical design workperformanceSpeed or memorySpeed or memorypriority: mediumWorth doing, not urgentWorth doing, not urgent
Description
Activity
Metadata
Metadata
Assignees
Labels
appThe Tauri desktop appThe Tauri desktop apparchitectureWorkspace layout and engine designWorkspace layout and engine designenginediskern-core: scanner, rules, risk, graph, reportdiskern-core: scanner, rules, risk, graph, reportenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededlevel: advancedCross-cutting or safety-critical design workCross-cutting or safety-critical design workperformanceSpeed or memorySpeed or memorypriority: mediumWorth doing, not urgentWorth doing, not urgent
Goal
Show progress during duplicate hashing, not only the coarse phase label.
Large duplicate candidate sets can make the app feel busy for a while. Users should see that duplicate work is moving forward.
Current behavior
The app already maps report stages to labels:
But it does not show how many duplicate candidates have been hashed.
Suggested design
Add a small progress contract around duplicate hashing, for example:
This should stay approximate and should not fake a percentage unless the total is known.
Acceptance criteria