-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: Create project if not found #192
Conversation
…rganizations This is to cover the case where the project exist in another organization and the creation fails
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally I'm in favor of the idea of creating a new project if the specified one doesn't exist, but I guess there might be a case where the project name is just a typo, in which case it would be undesirable to create a new project automatically. So what about prompting a user like Project xxx not found. Do you want to create one? [y/N]
to check if the user really wants it?
I prefer the optimistic approach, as the name of the project is fairly incosequential and easy to change. I'll add a line outputing the link to the project settings to help users in this regard. |
Screen.Recording.2023-11-10.at.11.17.28.mov