Skip to content

Commit b46bb0f

Browse files
docs(roadmap): note CSV and JSON result export
1 parent eb90efb commit b46bb0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Living document for planned work. Not a commitment order; adjust as priorities c
1010

1111
## Result export
1212

13-
- From results grids (PostgreSQL / MySQL / others): **Export visible page or full result** to CSV and optionally JSON, with a safe row cap aligned with `AppSettings` max rows.
14-
- File picker for save location; desktop-friendly default filename (connection, timestamp).
13+
- **Done (small steps):** CSV and JSON from the Data Output grid — copy to clipboard and **Save…** (system dialog): [`ResultsTab`](lib/features/main_screen/results_tab.dart), [`lib/core/csv/`](lib/core/csv/), [`lib/core/json/`](lib/core/json/).
14+
- **Later:** alignment with `AppSettings` max rows for very large grids (warn or truncate before export).
1515

1616
## SSH and advanced networking
1717

0 commit comments

Comments
 (0)