This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Alter modules to be class oriented #692
Labels
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
💡 Summary
The current state is the modules pe_source, pe_scorecard and breakout the database connection into a module and convert into classes where possible.
Motivation and context
We need to have a generic database connection class to limit the scope of each of the modules. The pe_reports module currently has the database connection code and it should be more generic, to be used anywhere necessary in the repo.
Implementation notes
Classify the modules and convert scripts to methods of a class.
Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: