CFE Data Integrity Checks: Difference between revisions
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
__TOC__ | |||
This page lists pages that have [[CFE]] Data Integrity Checks on them, the status of those checks if available. See also the following for the order in which these checks are run and how they are used: | This page lists pages that have [[CFE]] Data Integrity Checks on them, the status of those checks if available. See also the following for the order in which these checks are run and how they are used: | ||
* [[Pre-linking checks]] | * [[Pre-linking checks]] | ||
| Line 16: | Line 18: | ||
}} | }} | ||
== | == Currently active 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, Status, Timing, Firmness, Summary, question, who | |||
|where=App="CFE" 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: | |||
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, Status, Timing, Firmness, Summary, question, who | |||
|where=App="CFE" | |||
|order by=question | |||
|limit=1000 | |||
|offset=some number | |||
|default=Nothing found | |||
|format=dynamic table | |||
|rows per page=1000 | |||
}} | }} | ||
== Related articles == | == Related articles == | ||