-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add front-end functionality for users #10
base: master
Are you sure you want to change the base?
Conversation
$scope.showDates = !boolean; | ||
} | ||
|
||
$scope.getUser = function(page) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please change to session
|
||
var allUsers = 0; | ||
|
||
$scope.getAllUsers = function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
user -> session
@@ -0,0 +1 @@ | |||
//TO_DO: Fill out plot.ly functionality for users |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please change the file names from user to session too!
client/index.html
Outdated
@@ -48,6 +51,8 @@ | |||
<div class='col-md-2'><h4><a href='#/pageView' routerLinkActive="active">Pageview report</a></h4></div> | |||
<div class='col-md-1'><h4>|</h4></div> | |||
<div class='col-md-2'><h4><a href='#/linkClick'>Link clicks report</a></h4></div> | |||
<div class='col-md-1'><h4>|</h4></div> | |||
<div class='col-md-2'><h4><a href='#/userView'>User Report</a></h4></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remember to change folder name to sessionView too
No description provided.