-
Notifications
You must be signed in to change notification settings - Fork 2
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
User data file storage #154
Conversation
- switch to csv - validate index combinations in uploaded data - remove uploaded file when applied
validate numeric values make error message disappeare after three seconds
also adjust "edit input data" help text
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That look great, UI and functionality as well as validation and tests! One small issue:
When uploading a csv file with wrong column name, this triggers an error message and the file is not uploaded (which is nice). But the app performs a rerun immediately after, which clears the error message as soon as the rerun has been performed. Can you implement an ok button that needs to be clicked to make the error message go away?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks fine, thank you!
a first draft for user data retrieval from file
open Tasks:
resolves #71