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

As a user, I would like to get intuitive error messages if one of the resources I am using does not exist (workflow, project) #85

Open
cgpu opened this issue Sep 15, 2022 · 0 comments
Labels

Comments

@cgpu
Copy link
Contributor

cgpu commented Sep 15, 2022

When the project or workflow don't exist, the suer doesn't get any intuitive feedback.

Some ideas below and we can discuss what is better for the users:

Add if clauses early to catch with workflow list or project list (note, we need to implement this as well), and if they don't exist

  1. fail early and give the user an intuitive message that nudges them to first create them and then submit the job
  2. create the project silently to abstract this from the user (the workflow could be defined as the repo link)
@cgpu cgpu added enhancement New feature or request error-handling jobs labels Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant