Uh oh!
There was an error while loading. Please reload this page.
Display no of results for given filter - #137
Conversation
arpan98
commented
May 19, 2016
Very elegant! |
jgraham
commented
May 19, 2016
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 |
jgraham
commented
May 19, 2016
Reviewed 1 of 1 files at r1. Comments from Reviewable |
martiansideofthemoon
commented
May 19, 2016
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 |
nihal111
commented
May 19, 2016
angular_scripts.js, line 485 [r1] (raw file):
|
nihal111
commented
May 19, 2016
Comments from Reviewable |
nihal111
commented
May 19, 2016
angular_scripts.js, line 483 [r1] (raw file):
|
martiansideofthemoon
commented
May 19, 2016
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