vault backup: 2026-08-19 11:05:04
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
## Meetings
|
||||
|
||||
- Sharon qui me parle du projet de Jerry qu'il a fait entièrement de son coté. Je lui ai conseillé de parler à Marc sur l'impact négative sur l'équipe. A savoir que Jerry donne des idées qui ne sont pas tjrs réalisable. De plus, tout son concept ne doit être vu que comme un POC car ce ne fut jamais accepté.
|
||||
- Ticket de Théo pour synchro fixé tout seul TECH-32612
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
|
||||
|
||||
## All reported incidents
|
||||
|
||||
```dataview
|
||||
TABLE
|
||||
jira AS "Jira",
|
||||
reported_at AS "Reported",
|
||||
status AS "Classification"
|
||||
FROM "20 Work/Tracking/Website Sync/Incidents"
|
||||
SORT date DESC
|
||||
```
|
||||
|
||||
## Premature checks
|
||||
|
||||
```dataview
|
||||
TABLE
|
||||
jira AS "Jira",
|
||||
reported_at AS "Reported"
|
||||
FROM "20 Work/Tracking/Website Sync/Incidents"
|
||||
WHERE status = "premature-check"
|
||||
SORT date DESC
|
||||
```
|
||||
|
||||
## Confirmed sync issues
|
||||
|
||||
```dataview
|
||||
TABLE
|
||||
jira AS "Jira",
|
||||
reported_at AS "Reported"
|
||||
FROM "20 Work/Tracking/Website Sync/Incidents"
|
||||
WHERE status = "confirmed-sync-issue"
|
||||
SORT date DESC
|
||||
```
|
||||
Reference in New Issue
Block a user