-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Prompt for certain params/args value before uploading #11
Comments
Intreating idea. But prompting the user for the same value(s) every time they upload something can get pretty annoying. I think it would work better if it was more dynamic using pre built variables (for example: |
Only for params/args that make sense (not same on each upload) of course. Like an image description for example. Pre built variables are also a nice idea! |
I see, that makes since. In that case, I can see that both are good solutions for providing arguments, and I can see both the pros and cons for your idea and mine. I guess it really boils down to your preference, so I will ask a couple of friends what idea they like better for input. Personally though, I think my solution would work better, but that is why I am asking |
@SrS2225a i might have just understood you wrong, but i thought your idea solves a very different problem. In the sense of |
Thats ok. Yeah, I get that, just needed some time to think about it that's all for what the best approach would be. I will go with your approach and will get to it when I can. Thanks for the feedback! |
Another idea that came to my mind would be to prompt for arguments with empty value. That would be probably easier from the UI point of view... |
What you want to be added
It would be great to be able to mark certain args or params to require interaction (a prompt for its value) before uploading.
Why you want this feature
Currently, if an upload can have a description param, this param must be changed in the settings prior to the upload. If we could mark the param to require a prompt for its value, setting the value could be part of the upload workflow.
Screenshots
No response
The text was updated successfully, but these errors were encountered: