dojo / dojo/parade

Consider using local, per-widget configuration files

Open
#86 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3
Forks
9
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.