Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build out error handling on Upload page #17

Closed
tomzemp opened this issue Sep 2, 2019 · 2 comments
Closed

Build out error handling on Upload page #17

tomzemp opened this issue Sep 2, 2019 · 2 comments
Assignees

Comments

@tomzemp
Copy link
Contributor

tomzemp commented Sep 2, 2019

  • Run basic validation on file client-side (is it a file, are there headers "missing" from either CSV or extra files in the map)
  • Pass to back end if file is valid for processing
  • Conditionally handle errors returned from validation/processing
  • Handle display with management of React state (e.g hide if upload=true)
@tomzemp
Copy link
Contributor Author

tomzemp commented Sep 4, 2019

Written in simplified form for time being:
image

tomzemp pushed a commit that referenced this issue Sep 4, 2019
@tomzemp
Copy link
Contributor Author

tomzemp commented Sep 27, 2019

#32 covers improvements for these displays

@tomzemp tomzemp closed this as completed Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant