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

Consider using local, per-widget configuration files #86

Open
bitpshr opened this issue Apr 15, 2021 · 0 comments
Open

Consider using local, per-widget configuration files #86

bitpshr opened this issue Apr 15, 2021 · 0 comments

Comments

@bitpshr
Copy link
Member

bitpshr commented Apr 15, 2021

Parade is currently configured using a single configuration file. This configuration object can get complex, and issues are open to potentially expand the support configuration schema. For reference, the current widgets Parade configuration is over 2100 lines long for 68 widgets.

It would be nice to support local configuration files using a .example.ts suffix, similarly to how test files use an auto-detected .spec.ts extension. This would reduce the size of the global configuration file (which may still be required for settings that are actually global), would increase maintainability, and would be symmetrical with how we currently handle testing.

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

No branches or pull requests

1 participant