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

Component system for config files #31

Closed
viega opened this issue Oct 3, 2023 · 1 comment · Fixed by #47
Closed

Component system for config files #31

viega opened this issue Oct 3, 2023 · 1 comment · Fixed by #47
Assignees
Labels
enhancement New feature or request P1 Priority 1 (lower is higher)

Comments

@viega
Copy link
Contributor

viega commented Oct 3, 2023

Description

This would implement a component system for Chalk, where one could incorporate and configure small changes to a configuration, without having to worry about conflicts with other components, and without having to actually directly edit the configuration file.

One would just have to provide values for parameters denoted by the component, such as the IP address if setting up reporting to an HTTPS endpoint.

Details for this are described in the design doc (#30).

Result

See #30

Dependencies

N/A; note that most of the work will happen in the con4m repo.

Related Tickets

Design Doc: #30
Objective: #21 (command line usability)

@viega viega self-assigned this Oct 3, 2023
@viega viega added P1 Priority 1 (lower is higher) enhancement New feature or request labels Oct 3, 2023
@viega
Copy link
Contributor Author

viega commented Oct 6, 2023

The work here is mostly being done in Con4m; WIP is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 Priority 1 (lower is higher)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant