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

Smarter ID input #200

Closed
nstrayer opened this issue Sep 27, 2023 · 1 comment · Fixed by #209
Closed

Smarter ID input #200

nstrayer opened this issue Sep 27, 2023 · 1 comment · Fixed by #209
Milestone

Comments

@nstrayer
Copy link
Collaborator

nstrayer commented Sep 27, 2023

Currently input and output IDs are effectively dumb string inputs. This means you can do things like put spaces in them etc. Since ids are such a common type of argument and they have inherent restrictions (can't duplicate, must be all alphanumeric, should trigger server updates if changed) then it makes sense we give ids a special class of argument. This will probably be reflected in a inputType: "ID" field for the argument info section of info json blobs.

@nstrayer nstrayer changed the title Smart ID input Smarter ID input Sep 27, 2023
@nstrayer nstrayer added this to the v0.5.1 milestone Sep 27, 2023
@nstrayer
Copy link
Collaborator Author

nstrayer commented Oct 3, 2023

Fixed by #209

@nstrayer nstrayer linked a pull request Oct 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant