dnbard / brackets-extension-rating

Brackets extension used to display other extensions rating

Home Page:http://brackets.dnbard.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bit strange numbers

Wikunia opened this issue · comments

Hi Alex,
first thx for this extension, neat one!
I registered a new extension today and see this:
screenshot 158

  1. There can't be downloads yesterday (or maybe with some time shift)
  2. At the top I see the 109 downloads but at the bottom it shows me 127 downloads per day and for v0.3.1
    I know that there were some problems with the api and didn't check your code so don't know how you read the api and get these numbers.
    Maybe it's an issue for the api and not for your extension, I will check this out ;)
    Have a nice Friday and weekend!

This is the api output (my programm only displays the data)
http://github.wikunia.de/brackets_stats.php?username=Wikunia&output=json
screenshot 159

Seems everything fine in database. I think that this issue may have occurred because of desync in data between Brackets extension registry and data in my web service. Data in my service updated once in a hour and looks like the Brackets registry updating faster.
So there may be a little error in those numbers but they will be relatively small.

Yes it only looks a bit strange ;)