You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
With the refactoring done in #611, we know have Features as our main piece of functionality, with each Feature being powered by one or more Providers.
While some cleanup was done on the base Provider class, I think there's still things in there that used to be functional that are no longer needed (and may no longer even be used).
For instance, thinking any reference to settings (like the get_settingsmethod) don't need to be there any longer as settings are now handled at the Feature level.
There may be other things in there as well, so just need to do a quick scan and cleanup.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
With the refactoring done in #611, we know have
Features
as our main piece of functionality, with eachFeature
being powered by one or moreProviders
.While some cleanup was done on the base
Provider
class, I think there's still things in there that used to be functional that are no longer needed (and may no longer even be used).For instance, thinking any reference to settings (like the
get_settings
method) don't need to be there any longer as settings are now handled at theFeature
level.There may be other things in there as well, so just need to do a quick scan and cleanup.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: