msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

[Feature Request] Improved presentation and sorting ability of results #77

Open agramian opened 9 years ago

agramian commented 9 years ago

This is a general feature request to address results view improvements. Issues #45, #46, #47 which I previously opened fall under this issue.

Currently the results view displays a giant list which is not ideal for reviewing hundreds of items. Below are my suggestions for improvements:

  1. Ability to sort results view by the columns
  2. Ability to filter the results view to only view results which share some property such as category, device, results (Passed, Failed, Blocked), test plan, due date, assigned user, execution time, etc. The items can be filtered via drop down menus as well as a text input box.
  3. The top of the results page and the assignments index page should display some sort of overall number indicating the result of the run. The assignments index could simply have a number passed/total column or a percentage passed. The main assignment result view should have more detailed numbers like number passed, failed, total, percentage, execution time, and also all of these broken down for each category and device.

Those three suggestions are a good starting point and will greatly improve what there is now.

joffems commented 9 years ago

This is a great summary ticket. I think I will tackle this in combination with a UI redesign