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

Associate fields with catalogues in config files #124

Open
ntessore opened this issue Apr 12, 2024 · 0 comments
Open

Associate fields with catalogues in config files #124

ntessore opened this issue Apr 12, 2024 · 0 comments
Labels
CLI Issue about the command-line interface enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@ntessore
Copy link
Contributor

It would often be convenient to be able to associate certain fields with certain catalogues in the config files:

[fields:D]
# ...
catalogs = lenses

[fields:G]
# ...
catalogs =
    sources
    more_sources

[catalogs:lenses]
# ...

[catalogs:sources]
# ...

[catalogs:more_sources]
# ...

Such a config should map field "D" over the selections from "lenses" only, and "G" over selections from "sources" and "more_sources".

@ntessore ntessore added enhancement New feature or request good first issue Good for newcomers labels Apr 12, 2024
@ntessore ntessore added this to the Heracles 24.1 milestone Aug 13, 2024
@ntessore ntessore added the CLI Issue about the command-line interface label Aug 30, 2024
@ntessore ntessore modified the milestones: v24.1, v24.2 Aug 30, 2024
@ntessore ntessore modified the milestones: v24.2, backlog Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Issue about the command-line interface enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant