hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Refactor analytics_controller to class #927

Open jonyrock opened 3 years ago

jonyrock commented 3 years ago

We list functions and define variables in the module scope. I don't like it, let's create a proper class as we do in AnalyticsService, for example