Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stats Page #2

Open
gabegreenberg opened this issue Nov 9, 2016 · 12 comments
Open

Stats Page #2

gabegreenberg opened this issue Nov 9, 2016 · 12 comments

Comments

@gabegreenberg
Copy link
Contributor

Pulling information from: http://pipend.github.io/reactiflux-dashboard/#/trend?_k=21k12m

Would be need to have some hall of fame stuff.. or maybe shown by Month.. who is top user.. what is top channel etc: http://pipend.github.io/reactiflux-dashboard/#/fame?_k=4gf2n8

https://github.com/pipend/pipe/

Reference page for design: http://work.co/facts/

@gabegreenberg
Copy link
Contributor Author

@zachgibson @HuVik Here are some ideas for stats.

Hall of Fame

Trend

  • Total Number of Members
  • Total Number of Messages Sent
  • Messages Sent Today
  • New Users Signed up Today
  • Users Online Today

@gabegreenberg
Copy link
Contributor Author

Here is the design for this page: https://marvelapp.com/49ah23j/screen/17075594

@benigeri
Copy link

benigeri commented Jan 8, 2017

Looking good!

@gabegreenberg
Copy link
Contributor Author

Thanks @benigeri !!

@BTMPL
Copy link
Member

BTMPL commented May 6, 2017

Bumping this thread as I've been working on a Discord bot. Added option for stats, eg:

{
  "messagesTotal": 7653,
  "activeUsersTotal": 472,
  "messages24h": 1800,
  "activeUsers24h": 156,
  "channels": [
    {
      "channelName": "boilerplates",
      "messageCount": 4
    },
    {
      "channelName": "code-review",
      "messageCount": 43
    },
    // and so on
  ],
  "talkers": [
    {
      "year": 2017,
      "month": 1,
      "users": [
        
      ]
    },
    {
      "year": 2017,
      "month": 2,
      "users": [
        
      ]
    },
    {
      "year": 2017,
      "month": 3,
      "users": [
        
      ]
    },
    {
      "year": 2017,
      "month": 4,
      "users": [
        
      ]
    },
    {
      "year": 2017,
      "month": 5,
      "users": [
        {
          "authorName": "BTM",
          "messages": 891
        },
        {
          "authorName": "acemarke",
          "messages": 436
        },
        {
          "authorName": "kylemathews",
          "messages": 350
        },
        // and so on
      ]
    }
  ]
}

Live stats at http://reactistory.com:8080/api/stats (do excuse the lack of SSL, need to get on that, the domain alreayd has SSL for :80

edit I'm a derp - frgot SSL runs on 8443 - https://reactistory.com:8443/api/stats

Are there any live designs for the stats page, or just a mockup?

@huv1k
Copy link
Member

huv1k commented May 6, 2017

@zachgibson have it :)

@gabegreenberg
Copy link
Contributor Author

@BTMPL great work!!! no live designs as far as I know, just the mockup ---> https://marvelapp.com/49ah23j/screen/17075594

@HuVik you didn't code that mockup did you? I don't rememeber

@BTMPL
Copy link
Member

BTMPL commented May 8, 2017 via email

@gabegreenberg
Copy link
Contributor Author

@BTMPL great!! thanks 🙌

@huv1k
Copy link
Member

huv1k commented May 8, 2017

i have something but there is more in PR, but i will try to ask Zach :)

@huv1k
Copy link
Member

huv1k commented May 8, 2017

Okey, i will have it tonight :)

@gabegreenberg
Copy link
Contributor Author

Keeping this here as a note: https://carbonitex.net/server?s=102860784329052160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants