act-rules / act-rules-web

Source for ACT Rules website
https://act-rules.github.io/
Other
3 stars 5 forks source link

Change implementations table for rules #126

Closed WilcoFiers closed 4 years ago

WilcoFiers commented 4 years ago

Each rules page has an "implementations" heading, the table shown on that page should be updated to look like the following:

Implementor Consistency Complete report
My Tool Consistent yes View report
Third tool Consistent no View report
Other toool Partially consistent yes View report

The "complete" shows total number of test cases compare to the number of cases that do not have "untested".

The table must be sorted:

  1. consistent before partially consistent
  2. Complete before incomplete

The table includes all implementors that did not get "inconsitent" as its result

jeeyyy commented 4 years ago

PR in place. Closing issue.

WilcoFiers commented 4 years ago

Tables aren't sorted as the issue says they should be.

jeeyyy commented 4 years ago

PR in place. Closing issue.