Skip to content

Improve tag definition #30

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

Closed
pebeto opened this issue Aug 17, 2023 · 1 comment
Closed

Improve tag definition #30

pebeto opened this issue Aug 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pebeto
Copy link
Member

pebeto commented Aug 17, 2023

The current code requires that tags must be defined as:

[Dict("key" => "foo", "value" => "bar"), Dict("key" => "missy", "value" => "gala")]

but what about making all the logic behind to allow the user define the tags as:

# as an array of pairs
["foo" => "bar", "missy" => "gala"]

# as a key-value singular dict
Dict("foo" => "bar", "missy" => "gala")
@pebeto pebeto self-assigned this Nov 3, 2024
@pebeto pebeto added the enhancement New feature or request label Nov 3, 2024
@pebeto
Copy link
Member Author

pebeto commented Nov 3, 2024

A solution was implemented in #59 .

@pebeto pebeto closed this as completed Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant