34 lines
1000 B
Markdown
34 lines
1000 B
Markdown
---
|
|
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
|
|
``` |