Enter forum description here ...
+1

add a viewing code statistic, because sometimes you spend time reviewing other peoples code to then be able to fix bugs etc...

brenmoss hace 10 años 0

It would be nice to have an additional statistic showing how much time you have spent scrolling through files.


This is for those situations where you are still deep in the moment of coding however you are having to investigate existing code and this is time consuming too!

+1
En revisión

Machines merge/edition

Moisés Gabriel Cachay Tello hace 11 años actualizado por Paul Sinclair hace 11 años 1
It would be great to be able to merge one machine stats with another. It happened me when I first set up the plugin and started working then I changed my machine name and now I have another set of stats for the same machine :(
Respuesta
Paul Sinclair hace 11 años
Sorry, sounds like a bug. Email me your username and the details of the one you want changed and I will update it. Email to paul (@) codeivate.com (or write it here) :)
+1
En revisión

Percentage of time spent coding on leaderboard

Michael Calkins hace 12 años actualizado por Paul Sinclair hace 12 años 2

The idea would be to show on average (for the last 7 days) how much time have you spent coding?


Total percentage of time spent coding (not sure if I'm doing this right):

(time spent) / (24 * days)


LavaEagle: 62 / (24 * 14) = 18%
jbrooksuk: 220 / (24 * 74) = 12.3%

etc.

+1
Planeado

Leaderboard lags behind real data

Michael Calkins hace 12 años actualizado por Paul Sinclair hace 12 años 0

When I go to my profile I'm level 13 but on the leaderboards I'm 12.95 and have been for hours.  Can you paginate the data so I only see 10 - 20 at time and not cache the data. I see it short polling so it should be a problem with speed after the first load.

It's kind of annoying to be working and not see your level grow with other people live on the leaderboard.

Respuesta
Paul Sinclair hace 12 años

Hi Michael,

Currently it should be cached for 15 minutes, but with the increased users it is something that I need to redesign. 


I am thinking of something that post loads user data via ajax so you can see updates without refreshing. 


Cheers,

- Paul

+1
Solucionado

Duplicate Machines

Syntax hace 12 años actualizado por Paul Sinclair hace 12 años 2

I found on my profile that I'm getting duplicates at times, I assume this is triggered by an os update or hardware change. I feel an easy solution would be to combine machines with the same name, or find the source of the duplicate ;)

Respuesta
Paul Sinclair hace 12 años

Fixed :) Machines with same name will now be grouped.

+1

A live graph of the amount of code being created

Michael Calkins hace 12 años 0

If this was related to how much I was typing or the number of flow + language points 

http://www.highcharts.com/demo/dynamic-update

+1

hours per day metrics

Paulo Diovani Gonçalves hace 11 años 0
I would like to have an hours per day metric for the 7 days summary, just as it exists for the latest 24h panel.

Would be good to have a period search tog et metrics, as an addition for the 7 day summary.
+1

Don't track package-generated tabs in Sublime Text as programming languages

Jacob Allred hace 11 años 0
Many packages for Sublime Text create tabs that aren't actually programming languages.

For example, I use SublimeGit. This generates tabs that show git status, diffs, etc for my open project. In my summary, I'm seeing "SublimeGit Status" and "SublimeGit Commit Message". It'd be nice to have a way to filter these out because they obviously aren't programming languages.
+1

Users searcher

José Francisco Lenščak hace 11 años 0
In the users section we need a users.
+1

PHPStorm plugin broken

Hugo Zonderland hace 10 años 0

Since PHPStorm 10 the plugin no longer works. The JSONObject class is not found.


Bug report (short version)

org/json/simple/JSONObject
java.lang.NoClassDefFoundError: org/json/simple/JSONObject