4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust2,965 forks (2,965 forks)batch import
good first issue
Repository metrics
- Stars
- 27,973 stars (27,973 stars)
- PR merge metrics
- Avg merge 4d (Avg merge 4d)68 merged PRs in 30d (68 merged PRs in 30d)
Description
How to reproduce:
- Have a empty file empty.csv
- do file>import and import empty.csv
Actual result:
- a view titled "Import file", with content "500: The file you selected is empty". and nothing else
Expected:
- 500 should not be here. It's not user relevant.
- there should at least be a button to close the view. In practice it can be closed with esc, and I assume other standard shortcut, but it's not discoverable
Contributor guide
- Research direction
- Investigate the import error message in the frontend: find the UI component that displays the 'Import file' view and the error message. Trace how the error code '500' is passed from the backend and why it appears. Check existing dialog patterns to see how close buttons are implemented, and consider filtering out non user facing error codes.
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- Git