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

Improve User-Hint on Validation-Errors when Starting a Study #434

Closed
ja-fra opened this issue May 2, 2024 · 0 comments · Fixed by #502 or #509
Closed

Improve User-Hint on Validation-Errors when Starting a Study #434

ja-fra opened this issue May 2, 2024 · 0 comments · Fixed by #502 or #509
Assignees
Labels
enhancement New feature or request

Comments

@ja-fra
Copy link
Member

ja-fra commented May 2, 2024

Currently we provide a very basic error-message when launching a study fails due to incorrect or incomplete study-configuration.

image

This should be improved to contain a concrete hint.


Split from MORE-Platform/more-app-multiplatform#191

@ja-fra ja-fra added the enhancement New feature or request label May 6, 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 benitsch linked a pull request Jul 22, 2024 that will close this issue
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