hypertrons / hypertrons-crx

A browser extension for insights into GitHub, Gitee projects and developers.
https://hypercrx.cn
Apache License 2.0
357 stars 102 forks source link

[Feature] one area to present all new data (ic,oi,op,mp,rc,ad,de,s,f,p) #431

Closed tyn1998 closed 2 years ago

tyn1998 commented 2 years ago

Description

Find a proper way to present all data below in one area on GitHub repo page

{
    "id": "7691631",
    "n": "moby/moby",
    "ic": {
        "20151": 5681,
        "20152": 5417,
        "20153": 6493,
        "20154": 7416,
        "20155": 6403,
        "20156": 5764,
        ...
    },
    "oi": {
        "20151": 278,
        "20152": 255,
        "20153": 367,
        "20154": 403,
        "20155": 284,
        "20156": 342,
        ...
    },
    "op": {
        "20151": 338,
        "20152": 339,
        "20153": 514,
        "20154": 537,
        "20155": 422,
        "20156": 341,
        ...
    },
    "pm": {
        "20151": 245,
        "20152": 237,
        "20153": 406,
        "20154": 403,
        "20155": 330,
        "20156": 255,
        ...
    },
    "rc": {
        "20151": 935,
        "20152": 1027,
        "20153": 1384,
        "20154": 2054,
        "20155": 1755,
        "20156": 913,
        ...
    },
    "ad": {
        "20151": 21750,
        "20152": 19467,
        "20153": 42833,
        "20154": 47983,
        "20155": 69026,
        "20156": 76092,
         ...
    },
    "de": {
        "20151": 6519,
        "20152": 71321,
        "20153": 20958,
        "20154": 27393,
        "20155": 20630,
        "20156": 64424,
        ...
    },
    "s": {
        "20151": 763,
        "20152": 743,
        "20153": 870,
        "20154": 901,
        "20155": 824,
        "20156": 918,
        ...
    },
    "f": {
        "20151": 899,
        "20152": 743,
        "20153": 1089,
        "20154": 963,
        "20155": 875,
        "20156": 985,
        ...
    },
    "p": {
        "20151": 279,
        "20152": 217,
        "20153": 606,
        "20154": 426,
        "20155": 375,
        "20156": 442,
        ...
    }
}
frank-zsy commented 2 years ago

Some thoughts about the data: