-
Notifications
You must be signed in to change notification settings - Fork 18
Display no of results for given filter #137
base: master
Are you sure you want to change the base?
Conversation
|
Very elegant! |
|
Review status: 0 of 1 files reviewed at latest revision, 2 unresolved discussions. angular_scripts.js, line 483 [r1] (raw file):
This seems like it will be rally bad for performance since we end up doing the entire query twice. It should be possible to angular_scripts.js, line 485 [r1] (raw file):
Logging this in the console isn't what's wanted; it should be displayed on the page somewhere. Comments from Reviewable |
|
Reviewed 1 of 1 files at r1. Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 3 unresolved discussions. angular_scripts.js, line 483 [r1] (raw file):
@jgraham @Nihal, I was thinking that it will be a good idea if we get the number of results for each STATUS, so that we can use this to plot a pie-chart for comparison. What do you think about this? Comments from Reviewable |
|
angular_scripts.js, line 485 [r1] (raw file):
|
|
Comments from Reviewable |
|
angular_scripts.js, line 483 [r1] (raw file):
|
|
Review status: all files reviewed at latest revision, 3 unresolved discussions. angular_scripts.js, line 483 [r1] (raw file):
|
This is in reference to #45. As of now I am just logging the Total number of results in the console everytime the "Load" button or the
fillTable()function is called. Is this approach alright or should I create a function similar to resultsModel.getResults()? @martiansideofthemoon @jgrahamThis change is