vault backup: 2026-05-11 17:21:15

This commit is contained in:
Marco van Zijl 2026-05-11 17:21:15 +02:00
parent 03d779336a
commit f1742037ee
24 changed files with 70 additions and 22 deletions

View File

@ -1,3 +1,3 @@
{
"folder": "02 - Dagboek"
"folder": "Daily"
}

View File

@ -29,12 +29,26 @@
"state": {
"type": "markdown",
"state": {
"file": "13 - Meetings/2026/2026-05-11 Bluebird procesoptimalisatie.md",
"file": "Projects/Test-ok/T4997C_update.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2026-05-11 Bluebird procesoptimalisatie"
"title": "T4997C_update"
}
},
{
"id": "8bd6798528043d8f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily/2026-05-11.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2026-05-11"
}
}
],
@ -105,13 +119,13 @@
"state": {
"type": "outline",
"state": {
"file": "13 - Meetings/2026/2026-05-11 Bluebird procesoptimalisatie.md",
"file": "Projects/Test-ok/T4997C_update.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of 2026-05-11 Bluebird procesoptimalisatie"
"title": "Outline of T4997C_update"
}
}
]
@ -181,13 +195,13 @@
"state": {
"type": "outline",
"state": {
"file": "13 - Meetings/2026/2026-05-11 Bluebird procesoptimalisatie.md",
"file": "Projects/Test-ok/T4997C_update.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of 2026-05-11 Bluebird procesoptimalisatie"
"title": "Outline of T4997C_update"
}
},
{
@ -245,14 +259,19 @@
},
"active": "ceccc87a0ef77291",
"lastOpenFiles": [
"02 - Dagboek/2026-05-08.md",
"13 - Meetings/2026/2026-05-11 Bluebird procesoptimalisatie.md",
"02 - Dagboek/2026-05-07.md",
"Daily/2026-05-11.md",
"Projects/Test-ok/T4997C_update.md",
"00 - Start/Dashboard.md",
"Projects/Test-ok",
"Projects/2026/T5089A Testontwerp.md",
"Projects/2026/Hittech testrapporten uploaden.md",
"Meetings/2026/2026-05-11 Bluebird procesoptimalisatie.md",
"Daily/2026-05-08.md",
"Daily/2026-05-07.md",
"Contactpersonen/Patrick de Kroon.md",
"Contactpersonen/Rob Gloudemans.md",
"Contactpersonen/Rik Somers.md",
"13 - Meetings/2026/2026-05-07 3T ESC-P test.md",
"Meetings/2026/2026-05-07 3T ESC-P test.md",
"Contactpersonen/Ties Jansen.md",
"Contactpersonen/Marco van Zijl.md",
"Contactpersonen/Tariq Dinmohamed.md",
@ -260,27 +279,21 @@
"Contactpersonen/Niels Rombouts.md",
"Contactpersonen/Titian Bogaerts.md",
"00 - Start/Views/mini-calendar-default.base",
"02 - Dagboek/2026-04-02.md",
"02 - Dagboek/2026-02-27.md",
"02 - Dagboek/2026-03-27.md",
"02 - Dagboek/2026-03-16.md",
"02 - Dagboek/2026-03-17.md",
"Daily/2026-04-02.md",
"Daily/2026-02-27.md",
"Daily/2026-03-27.md",
"Daily/2026-03-16.md",
"Daily/2026-03-17.md",
"Companies/Matas.md",
"Companies/3T.md",
"Companies",
"Contactpersonen/Frank Hobelman.md",
"Frank Hobelman.md",
"Contactpersonen",
"07 - Projecten/2026/M4939 Nieuwe firmware.md",
"13 - Meetings/2026/2026-04-20 Holmatro M5089A Teststatistieken.md",
"13 - Meetings/2026/2026-04-15 Hittech testrapporten.md",
"00 - Start/Views/calendar-default.base",
"00 - Start/Views/agenda-default.base",
"00 - Start/Views/kanban-default.base",
"00 - Start/Views/relationships.base",
"00 - Start/Views/tasks-default.base",
"00_HOME/Views/kanban-default.base",
"00_HOME/Views/calendar-default.base",
"12 - Bijlagen/T5089A - 20260317 - Toevoeging 10uF condensators.jpg",
"IMG_2005.jpeg",
"07_TEMPLATES/Untitled.canvas"

1
Daily/2026-05-11.md Normal file
View File

@ -0,0 +1 @@
- [project:: [[T4997C_update]]] [hours:: 1.0] [description:: Werkzaamheden geïnventariseerd]

View File

@ -0,0 +1,34 @@
---
project_id: T4997C_update
project_type: test-ok
status: active
product: M4997
product_major_revision: C
product_minor_revision:
start_date: 2026-05-11
end_date:
---
# Context
De M4997C heeft een gewijzigd pcb ontwerp waarop een aantal testpunten verschoven zijn, waardoor het pennenbed gewijzigd moet worden. De contactpunten voor de testESP zijn ook verschoven van de bovenkant naar de onderkant. Daarnaast is connector J9 gewijzigd en hoger geworden waardoor de TOP-module niet meer past. Er moet dus zowel een BOT- als TOP-module besteld gaan worden.
# Uren
```dataview
TABLE WITHOUT ID
file.link AS "Date",
L.hours AS "Hours",
L.description AS "Description"
FROM "Daily"
FLATTEN file.lists AS L
WHERE L.project = this.file.link
WHERE L.hours
SORT file.day DESC, L.position.start.line ASC
```
```dataview
TABLE WITHOUT ID
sum(rows.L.hours) AS "Total hours"
FROM "Daily"
FLATTEN file.lists AS L
WHERE L.project = this.file.link
WHERE L.hours
GROUP BY L.project
```