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

Prompt for certain params/args value before uploading #11

Open
git-marijus opened this issue Feb 28, 2024 · 6 comments
Open

Prompt for certain params/args value before uploading #11

git-marijus opened this issue Feb 28, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request low priority Feature request / bug is low priority

Comments

@git-marijus
Copy link

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

@git-marijus git-marijus added the enhancement New feature or request label Feb 28, 2024
@git-marijus git-marijus changed the title Prompt for certain params/args before uploading Prompt for certain params/args value before uploading Feb 28, 2024
@SrS2225a
Copy link
Owner

SrS2225a commented Feb 29, 2024

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: &time would supply that current parameter with the current time), for a better user experience.

@SrS2225a SrS2225a added the low priority Feature request / bug is low priority label Feb 29, 2024
@git-marijus
Copy link
Author

But prompting the user for the same value(s) every time they upload something can get pretty annoying.

Only for params/args that make sense (not same on each upload) of course. Like an image description for example.
I was thinking about a checkbox in the config screen for params/args which require interaction. If you don't need a prompt just leave them unchecked :)

Pre built variables are also a nice idea!

@SrS2225a
Copy link
Owner

SrS2225a commented Mar 1, 2024

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

@git-marijus
Copy link
Author

@SrS2225a i might have just understood you wrong, but i thought your idea solves a very different problem. In the sense of $time if set as value would always return the current timestamp. While my idea would prompt for a user generated text describing an image.

@SrS2225a
Copy link
Owner

SrS2225a commented Mar 2, 2024

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!

@git-marijus
Copy link
Author

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Feature request / bug is low priority
Projects
None yet
Development

No branches or pull requests

2 participants