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

Added statistics and webuser colouring. #33

Merged
merged 3 commits into from
Mar 31, 2012

Conversation

microp11
Copy link
Collaborator

Added a button to enable/disable the displaying of statistics.
Added colouring for web users. They turn yellow in the user list.
The displaying of time (like gitHub displays it) required a new js file to be added. This may change in the future. Is it worth adding an extra file for something as minor as displaying time in one spot on the page?
Altered the css and made additions to support statistics and user coloring.
Added an extra js file, starting to break apart the js code, too much in one
place. Some code refactoring needed soon. The extra file introduces a fast indexOf() to find the occurence of an array inside another. How fast or fast enough? Or the right choice?! Still needs testing.
The request for statistics is user action triggered. In case it is proven to be to resource intensive another solution can be sought, e.g., on a timer.
Slowly starting to get a grip on nuances in between using "" and ''.

Added a button to enable/disable the displaying of statistics.
Added colouring for web users. They turn yellow in the user list.
The displaying of time required a new js file to be added. This may
 change in the future, is it worth adding an extra file for something
 as minor as displaying time in one spot on the page?
Altered the css and made additions to support statistics and user coloring.
Added an extra js file, starting to break apart the js code, too much in one
 place. Some code refactoring needed soon. The extra file introduces a fast
 way to find an array inside another. How fast or fast enough?
 Still needs testing.
The request for statistics is user action triggered. In case it is proven
 to be to resource intensive another solution can be sought, e.g.,
 on a timer.
Slowly starting to get a grip on nuances in between using "" and ''.
Commented out the logging of irc parameters.
chrismatthieu added a commit that referenced this pull request Mar 31, 2012
Added statistics and webuser colouring.
@chrismatthieu chrismatthieu merged commit 0bf6377 into nodester:master Mar 31, 2012
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

Successfully merging this pull request may close these issues.

2 participants