-
Notifications
You must be signed in to change notification settings - Fork 288
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
Improve stats reporting #4210
Comments
Are there any requirements / design considerations for these features yet? |
@iafan no, none. I think our first approach is how to expose the leaderboard that is site wide to languages, projects and TPs. As well as how to expose the contribution graphs that are currently individual to language, project and TP. If you have any ideas, they'd be gladly accepted. |
This looks like a dupe of #3932. |
@julen partly it is but there are other requirements too - ie per language stats this bug has come about partly from feedback from users while attending Mozfest before attempting to address it i wanted to get as many suggestions as possible on how best to represent stats, and to work out the priorities from there |
@dwaynebailey, what are the contribution graphs? |
@iafan those would be http://mozilla.locamotion.org/user/dwayne/stats/ |
I think to implement this nicely we will need to update our sidebar logic to allow multiple sidebar tabs / modes. I threw together a prototype that shows two sidebar tabs: one for generic information (stats/graphs/announcements), and one for tools (import/export/etc.). Eventually we can have more tabs (e.g. for chats), we can probably move stats into a sidebar as well (this would simplify the header). See the demo: http://jsfiddle.net/iafan/62ybc41w/6/ This aligns with the prototypes of the new sidebar I showed earlier as a part of this document: https://docs.google.com/document/d/1aSYNRkgZe_dwuRV43H9D4azq4bpYR6x5bV5T99yYq-E/edit |
The text was updated successfully, but these errors were encountered: