presslabs / toplytics

Plugin for displaying most viewed content using data from a Google Analytics account. Relieves the DB from writing every click.
https://www.presslabs.com/code/toplytics/
30 stars 9 forks source link

Move the Settings to it's own component class #129

Open cristianuibar opened 5 years ago

cristianuibar commented 5 years ago

All settings are now inside the backend class. We need to declutter and move all the settings logic to its own class and pass it as an argument to the Backend class.