Uploading a CSV to table should validate data before submitting to server #652
Labels
elements
Relates to Elements components and utilities
feature
New feature or request
front-end
Relates to front end issues
smb-onboarder
Relates to Small Medium Business onboarding app
Milestone
Background;
See #651 We will be processing data in a queue when uploading a CSV of records to a table component.
Feature;
To support this, the initial upload should trigger the standard validation for that entity, on each item in the CSV. If errors are found, should show a dialogue asking the user if they want to re-upload or process the valid records only. Yes to proceed to POST / mutation on the filtered list, no to junk the CSV.
Should also validate the maximum size of the CSV - this should be a variable configurable by entity as the optimal max size will vary. Use 30 records as an initial default until we know how it performs.
The text was updated successfully, but these errors were encountered: