You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frontend/components/ui/csv.tsx implements the client-side CSV export/import affordance used from list pages, with no test of its parsing or generation logic.
Tasks
Add tests for CSV generation from a given row set, including values containing commas/quotes.
Add tests for CSV parsing on import, including a malformed-row case.
Acceptance Criteria
CSV generation and parsing both have coverage, including edge-case values.
Overview
frontend/components/ui/csv.tsximplements the client-side CSV export/import affordance used from list pages, with no test of its parsing or generation logic.Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.