-
-
Notifications
You must be signed in to change notification settings - Fork 13
Add an export report button for completed desktop scans #157
Copy link
Copy link
Open
Labels
appThe Tauri desktop appThe Tauri desktop appbackendThe engine and CLI behind the UIThe engine and CLI behind the UIenhancementNew feature or requestNew feature or requestfrontendThe desktop app's UI layerThe desktop app's UI layerhelp wantedExtra attention is neededExtra attention is neededlevel: intermediateNeeds familiarity with one crateNeeds familiarity with one cratepriority: mediumWorth doing, not urgentWorth doing, not urgent
Description
Activity
Metadata
Metadata
Assignees
Labels
appThe Tauri desktop appThe Tauri desktop appbackendThe engine and CLI behind the UIThe engine and CLI behind the UIenhancementNew feature or requestNew feature or requestfrontendThe desktop app's UI layerThe desktop app's UI layerhelp wantedExtra attention is neededExtra attention is neededlevel: intermediateNeeds familiarity with one crateNeeds familiarity with one cratepriority: mediumWorth doing, not urgentWorth doing, not urgent
Goal
Let users export the completed scan report to a JSON file from the desktop app.
This helps users share a report, compare scans, or attach details to a GitHub issue without taking screenshots.
Suggested starting point
Frontend:
Tauri commands:
The backend already returns a serializable report:
A first version can add an
Export reportbutton after a scan completes and write pretty JSON using a save dialog.Acceptance criteria