-
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
Improve User-Hint on Validation-Errors when Starting a Study #434
Labels
enhancement
New feature or request
Comments
benitsch
moved this from Todo
to In Progress
in MORE General Feature Extensions and Fixes Part 03
Jul 17, 2024
benitsch
added a commit
that referenced
this issue
Jul 22, 2024
* If you want to start a study with e.g. an empty lime survey id, a Toast pop up will be shown, that the ID is missing. * Add global Toast component to show erroneous API response. * Add html required attribute if property is required (not only a * symbol next to the label). * Add trim to v-model for String properties, to trim whitespaced on users input. * Add error translations. * Replace alter messages with Toast pop ups.
benitsch
added a commit
that referenced
this issue
Jul 22, 2024
* If you want to start a study with e.g. an empty lime survey id, a Toast pop up will be shown, that the ID is missing. * Add global Toast component to show erroneous API response. * Add html required attribute if property is required (not only a * symbol next to the label). * Add trim to v-model for String properties, to trim whitespaced on users input. * Add error translations. * Replace alter messages with Toast pop ups.
benitsch
moved this from In Progress
to Done
in MORE General Feature Extensions and Fixes Part 03
Jul 22, 2024
benitsch
closed this as completed
by moving to Done
in
MORE General Feature Extensions and Fixes Part 03
Jul 22, 2024
github-project-automation
bot
moved this to Done
in MORE General Feature Extensions and Fixes Part 02
Jul 22, 2024
benitsch
added a commit
that referenced
this issue
Aug 6, 2024
…xception where the config is wrong. * Update StudyManagerAPI yaml to be align with BE yaml.
benitsch
added a commit
that referenced
this issue
Aug 8, 2024
…xception where the config is wrong. * Update StudyManagerAPI yaml to be align with BE yaml.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we provide a very basic error-message when launching a study fails due to incorrect or incomplete study-configuration.
This should be improved to contain a concrete hint.
Split from MORE-Platform/more-app-multiplatform#191
The text was updated successfully, but these errors were encountered: