Allow Direct Removal of Schema-Invalid Files from "Validate Data" View
🚀 Feature Request
Summary
Enable users to remove files that fail schema validation directly from the Validate Data screen, without having to navigate back to the Select Data view, clicking Edit Files.
Problem to Solve / User Story
As a data uploader, I want to quickly remove files that do not conform to the schema directly from the Validate Data screen, so that I don't have to go back.
Proposed Solution
Introduce a "Remove" or "Delete" action (e.g., a button or trash icon) next to each schema-non-compliant file in the Validate Data screen. This would allow users to immediately discard problematic files and proceed with validation and submission of the remaining valid files.
Benefits
Saves time during the validation and submission process. Improves clarity and control over data management.
Possible Drawbacks
Slight increase in complexity of the Validate Data UI.
Additional Context
Currently, users must return to the Select Data view to remove invalid files, which breaks the flow and is unintuitive. Adding file management capabilities to the Validate Data screen would better match user expectations.
Relevant Logs or Screenshots (if applicable)
Alternatives Considered
Adding a "Remove All Invalid Files" bulk action.