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

live update stats billboard on team page when they change #95

Open
gerad opened this issue Nov 5, 2013 · 2 comments
Open

live update stats billboard on team page when they change #95

gerad opened this issue Nov 5, 2013 · 2 comments
Assignees

Comments

@gerad
Copy link

gerad commented Nov 5, 2013

https://github.com/nko4/website/blob/master/public/javascripts/2012/websocket.coffee#L14-18

# update the stats billboard on the team page
ws.on 'updateTeamStats', (json) ->
  { teamId, stats } = json
  updateStats $(".team-stats[data-team-id=#{teamId}]"), stats
gerad pushed a commit that referenced this issue Nov 5, 2013
@ghost ghost assigned daviddias Nov 5, 2013
@gerad
Copy link
Author

gerad commented Nov 5, 2013

@diasdavid can you take this one too? The stats on the team page should update without a refresh when the deploy counts (etc) change.

@ghost ghost assigned jacquescrocker Nov 7, 2013
@gerad
Copy link
Author

gerad commented Nov 7, 2013

@railsjedi, @diasdavid is not going to have time to get to this one. Let me know if you can't figure it out, and I'll do the needful after you're done updating the page.

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

No branches or pull requests

3 participants