[VS-NfD] Put the classification into the Gotenberg PDF header/footer template #208
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#208
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plan reference:
20-massnahmenplan.md-> P1-2 (output channels)ADR: ADR 0022
Effort: S (1 AT)
Depends on: #204
Context
Server-side PDF is the export an authority is most likely to file or
forward, so it must be marked per page rather than once at the top.
Current state
apps/api/src/import-export/pdf-html.tsbuilds the export HTML: adocument-level
<header class="pdf-header">with pond name and title(
:76–79) plus print CSS for page size and breaks (:30–31,:69–71).This header appears once, not per page.
:31), so theper-page mechanism exists and is the place to extend.
apps/api/src/import-export/gotenberg.renderer.ts.Acceptance criteria
so it appears on every page of the PDF, next to the existing page
numbers.
an unchanged PDF (asserted against the existing PDF fidelity
snapshots).
(
fixtures/README.md): fixture first, snapshot regenerated only withthe pinned tool version, committed together.
Out of scope
DOCX/ODT (#209) and browser print (#207).
Done in PR #267 (commit
c2df7c0, CI runs 548+549 green, fast-forward merged on Stefan's standing merge instruction).Evidence: