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

Refactor metadata extraction to a separate class. #83

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

demiankatz
Copy link
Collaborator

As I think about the next steps on #72, it occurs to me that it would be useful to have access to metadata extraction capabilities independent of the hierarchy collector. It is also better separation of concerns to split hierarchy collection and metadata extraction into separate classes. This PR takes care of the split, adds some missing function comments, and removes an unused class property.

@demiankatz
Copy link
Collaborator Author

The new MetadataExtractor class would also be an excellent candidate for a unit test; we should start building out the api-side framework for that soon.

@Geoffsc Geoffsc merged commit ac0b46d into dev Sep 23, 2021
@demiankatz demiankatz deleted the refactor-metadata-extraction branch September 2, 2022 12:47
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

Successfully merging this pull request may close these issues.

None yet

2 participants