Integration keen.io with trello script

I am thinking I can host this on Github pages using our tools repo for now. As this is part of our tools. Deploying is super simple, just have a gh-pages branch and push to that.

This is also in line with the concern of others as we might not want to advertise it much for now and this remains an internal link.

1 Like

So, Github pages would be hosted internally? It won’t be accessible to public?

It would be public even if we host it on a private repo. Though it won’t be public as in we won’t be advertising it like our website or blog.

1 Like

It seems like there’s some averaging going on in the dashboard. @pawan’s score is 4.9 in the dashboard while the actual score is 7.62. That is a bug.

Also, setting the scale for num tasks to 20 makes the bars look really tiny. The original one was better, with automatic scaling.

While make it 15 probably?

It seems like there’s some averaging going on in the dashboard. @pawan’s score is 4.9 in the dashboard while the actual score is 7.62.

For querying keen.io provides what are called aggregations. What I do here is that I go for the average aggregation with an interval of 1 day. So if our scores our pubished just once(thats how it should be if we don’t publish the score ourselves and only the cron does it), it just be one score per day. Since its timeseries data, I am not sure there is any other way this can be handled. What do you think @mrjn ?

The scores still seem a bit off will investigate that.

One more thing , now that we are into analytics, I definitely see ourselves using Grafana soon. Its an open source dashboarding solution with which we can perform rich analytics on a time series data. Used at the previous company and had a pleasant experience. With this we would of course have to use influx db or some other db.

No, it still won’t look good I think. Try it out.

Why? Why not just plot out the scores as they are. They’re already generated from a weekly window, and won’t jump too much within a day.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.