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

User data file storage #154

Merged
merged 13 commits into from
Dec 7, 2023
Merged

User data file storage #154

merged 13 commits into from
Dec 7, 2023

Conversation

joAschauer
Copy link
Collaborator

@joAschauer joAschauer commented Nov 30, 2023

a first draft for user data retrieval from file

open Tasks:

  • validate value in certain range for some parameters
  • add tests for validation functions

resolves #71

@joAschauer joAschauer marked this pull request as ready for review December 4, 2023 13:34
@joAschauer joAschauer requested a review from markushal December 4, 2023 13:34
Copy link
Collaborator

@markushal markushal left a 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?

@joAschauer joAschauer requested a review from markushal December 6, 2023 10:49
Copy link
Collaborator

@markushal markushal left a 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!

@markushal markushal merged commit faf7c07 into develop Dec 7, 2023
3 checks passed
@markushal markushal deleted the upload_download_user_data branch December 7, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reverting / storing / retrieving user data modifications
2 participants