ted
(Ted Johansson)
Avril 6, 2026, 1:42
4
J’ai ouvert une PR qui, si elle est fusionnée, vous permettra d’ignorer effectivement les notifications provenant de certaines vérifications de problèmes, ainsi qu’un nouvel onglet de tableau de bord où vous pourrez voir l’état de toutes vos vérifications et annuler l’ignorance.
main ← Drenmi:feature/ignore-problem-checks
opened 08:38AM - 05 Apr 26 UTC
## Background
Currently you can "dismiss" problem checks on the dashboard, bu… t if the problem persists it will show up again on the next reload, which is confusing.
There was previously some discussion about adding a feature to "snooze" problem checks, but I think even with that it remains a bit too opaque. You'd need to spelunk around in the console to try and figure out what is going on.
## What is this change?
This PR does a couple of things:
### 1. Replace Dismiss with Ignore
Hitting ignore will prevent the problem check from creating new admin notices until it has been unignored from the new problem checks page.
**Screenshot**
<img width="395" height="61" alt="Screenshot 2026-04-05 at 4 37 39 PM" src="https://github.com/user-attachments/assets/4816fd04-046b-441e-9471-c160dd3f82b9" />
### 2. Add a new problem check page
This page provides a list of problem checks with information on whether they are passing or failing, and when they were last run. You can also ignore or unignore (watch) problem checks from here.
**Screenshot**
<img width="600" height="200" alt="Screenshot 2026-04-05 at 4 26 37 PM" src="https://github.com/user-attachments/assets/d8cb2b6a-3f56-409c-97f0-312cb1545654" />
### 3. Remove the problem check timestamp from the dashboard
This timestamp made sense under the previous model, where all checks were run at once and the results cached. With the new model, there's a mix of on-demand and scheduled checks, and having a single timestamp is misleading at best. In practice it's always going to be just the timestamp when you last loaded the dashboard.
**Before**
<img width="240" height="100" alt="Screenshot 2026-04-05 at 4 30 21 PM" src="https://github.com/user-attachments/assets/1846e024-0042-476e-8b5d-41b6745af75f" />
**After**
<img width="210" height="95" alt="Screenshot 2026-04-05 at 4 29 19 PM" src="https://github.com/user-attachments/assets/a39c87c1-c1e3-4621-8219-e3903ba2ada4" />
Notez que cela est soumis à l’examen et à la fusion par le personnel de Discourse, par exemple @kris.kotlarek .
1 « J'aime »