More actions
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
We could replace the current [[Slack]] broken channel with a similar method of tracking broken equipment on the wiki. Benefit would be that we would be able to start tracking downtime, breakdown frequency, current status of whole facility and similar. | We could replace the current [[Slack]] broken channel with a similar method of tracking broken equipment on the wiki. Benefit would be that we would be able to start tracking downtime, breakdown frequency, current status of whole facility and similar. | ||
== example == | |||
__NOCACHE__ | |||
===Currently Broken Tools=== | |||
{{#cargo_query: | |||
intro= | |||
|tables=broken | |||
|fields=_pageName, tool, problem, severity, datetime_reported, datetime_fix_expected, datetime_fixed | |||
|where=datetime_fixed is Null | |||
|order by=datetime_reported desc | |||
|limit=200 | |||
|default=No current breaks found | |||
|more results text=see older breaks | |||
}} | |||
<!--{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}--> | |||
===Break Log=== | |||
{{#cargo_query: | |||
intro= | |||
|tables=broken | |||
|fields=_pageName, tool, problem, severity, datetime_reported, datetime_fix_expected, datetime_fixed | |||
|order by=datetime_reported desc | |||
|limit=0 | |||
|default=No breaks found. | |||
|more results text=see older breaks | |||
}} | |||
Revision as of 23:20, 2024 October 13
We could replace the current Slack broken channel with a similar method of tracking broken equipment on the wiki. Benefit would be that we would be able to start tracking downtime, breakdown frequency, current status of whole facility and similar.
example
Currently Broken Tools
_pageName | tool | problem | severity | datetime reported | datetime fix expected | datetime fixed |
---|---|---|---|---|---|---|
Broken:111 | Test tool | Locked out | 2024-05-01 | |||
Broken:0845025035 | yubgfjbyb | Locked out | 2024-04-29 |
Break Log
Status
I started to set this up but decided to leave it until the wiki is a bit more mature