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

Better align versions config file handling with version parsing in content #610

Open
bryteise opened this issue Apr 14, 2020 · 0 comments
Open
Labels
refactor-needed Refactoring needed to fix issue or implement feature

Comments

@bryteise
Copy link
Member

Today config parses the versions file and then content does operations for multi-version wrangling. It would improve the clarity of the specific responsibilities for each module and the data ownership hierarchy if the content scan could be run without config and then the content could be used to feed into config (config mainly needs the name at this point). We'd also be able to remove the odd giturl and domain handling that content does at the same time since that is also best left to config.

@phmccarty phmccarty added the refactor-needed Refactoring needed to fix issue or implement feature label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor-needed Refactoring needed to fix issue or implement feature
Projects
None yet
Development

No branches or pull requests

2 participants