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

polus plugins : Improve error messages for end users #463

Open
agerardin opened this issue Sep 12, 2023 · 0 comments
Open

polus plugins : Improve error messages for end users #463

agerardin opened this issue Sep 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@agerardin
Copy link
Contributor

Issue for polus plugins

Summary

Error messages are not always helpful for the end user.

What is the expected correct behavior?

Error messages during validation should be a easy as possible to understand for the end user to guide him towards fixing its submission.

Steps to reproduce

Ex: submit a bad manifest (polus.plugins.submit_plugin(bad_manifest) )

Relevant screenshots and/or logs

Possible fixes

We can add some acceptance tests for most common mistakes user make so that we can check we provide valid message. Ex : check we have well-formed json first so if the user messed up his submission and submit a non-json file, he knows it right away.

@agerardin agerardin added the bug Something isn't working label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant