You are on page 1of 1

---------Filters page----------

-remove update button


-call ajax on onSelect event:https://stackoverflow.com/a/14995558
-make a single method to update filters(use optional parameters)
-call method on datechange and on platform dropdown selection to update filters on
the way

----------Pie chart-------------

-add title to the chart


-add info about initial displayed data(all build versions on given time span)

----------Build versions tables--

-Create method, if not created yet, to generate most used 10 build versions
-Create method to display the latest 10 builds,modify the GetBuildVersion method
that exists to sort the builds,create custom comparator
-Update the filters on table selection

You might also like