TISS quality checks: Difference between revisions

m Text replacement - "TISS28 checks" to "TISS28 check"
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
This is a list of all Checks in [[:Category:TISS28 check]], with summaries and any discussions currently in those pages.
This is a list of all Checks in [[:Category:TISS28 check]], with summaries and any discussions currently in those pages.


{{DJ | 1
==Currently Active Checks ==
* This is a good starting place from which to discuss required TISS checks
{{#cargo_query:
tables=DataIntegrityChecks,Discussions,_pageData
|join on=DataIntegrityChecks._pageName=_pageData._pageName,DataIntegrityChecks._pageName=Discussions._pageName
|fields=
CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit,
DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who
|where=_pageData._categories HOLDS 'TISS28 check' and (Status<>"retired" and Status<>"declined")
|order by=question
|limit=1000
|offset=some number
|default=Nothing found
|format=dynamic table
|rows per page=1000
}}
}}


==All Checks ==
{{#cargo_query:
{{#cargo_query:
tables=DataIntegrityChecks,Discussions,_pageData
tables=DataIntegrityChecks,Discussions,_pageData
Line 11: Line 25:
CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit,
CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit,
DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who
DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who
|where=_pageData._categories HOLDS 'TISS28 check'
|where=_pageData._categories HOLDS 'TISS28 check'  
|order by=question  
|order by=question  
|limit=100
|limit=0
|more results text=see all checks
|offset=some number
|offset=some number
|default=Nothing found
|default=Nothing found
|format=dynamic table
|format=dynamic table
|rows per page=100
|rows per page=1000
}}
}}