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 vor 10 Jahren 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
Wird überprüft

Machines merge/edition

Moisés Gabriel Cachay Tello vor 11 Jahren aktualisiert von Paul Sinclair vor 11 Jahren 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 :(
Antwort
Paul Sinclair vor 11 Jahren
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
Wird überprüft

Percentage of time spent coding on leaderboard

Michael Calkins vor 12 Jahren aktualisiert von Paul Sinclair vor 12 Jahren 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
Geplant

Leaderboard lags behind real data

Michael Calkins vor 12 Jahren aktualisiert von Paul Sinclair vor 12 Jahren 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.

Antwort
Paul Sinclair vor 12 Jahren

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
Fixed

Duplicate Machines

Syntax vor 12 Jahren aktualisiert von Paul Sinclair vor 12 Jahren 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 ;)

Antwort
Paul Sinclair vor 12 Jahren

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

+1

A live graph of the amount of code being created

Michael Calkins vor 12 Jahren 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 vor 11 Jahren 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 vor 11 Jahren 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 vor 11 Jahren 0
In the users section we need a users.
+1

PHPStorm plugin broken

Hugo Zonderland vor 10 Jahren 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