More actions
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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. | ||
The pages are stored in a different namespace that can be edited without login; [[Template:Broken]] only stores the broken info and it would be shown on the [[template:tool]] via query. | |||
== example == | |||
* [[Broken:0845025035]] | |||
* [[Broken:111]] | |||
__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 | |||
}} | |||
== Status == | == Status == | ||
I started to set this up but decided to leave it until the wiki is a bit more mature | * I started to set this up but decided to leave it until the wiki is a bit more mature | ||
* | * I shelved this when I realized we needed to think further through how we would possibly transition to this, and that this might be better as a second or later step. | ||
* Also, something went wrong with a bunch of the test pages; they show up in searches even if pages themselves have been deleted etc. Search for "broken" for examples. | |||
[[Category: Possible future functionality]] | [[Category: Possible future functionality]] |
Latest revision as of 23:25, 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.
The pages are stored in a different namespace that can be edited without login; Template:Broken only stores the broken info and it would be shown on the template:tool via query.
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
- I shelved this when I realized we needed to think further through how we would possibly transition to this, and that this might be better as a second or later step.
- Also, something went wrong with a bunch of the test pages; they show up in searches even if pages themselves have been deleted etc. Search for "broken" for examples.