UPC Damages proceeding: missing post-submission court followup (oral hearing, interim conference, appeal route) #117
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?
m's report (2026-05-25 17:15)
Scope
The UPC Damages proceeding (
upc.dmgs.cfi) currently models the application + parties' submissions but stops there. Missing the standard post-submission court steps:What to do
paliad.deadline_rulesforproceeding_type_idmatching theupc.dmgs.cfiproceeding. Catalog what's there + what's missing.upc.dmgs.cfi.interim_conference(R.105 — same shape as the inf version)upc.dmgs.cfi.oral_hearing(R.118 / R.250 — court-set, anchored on close of written procedure)upc.dmgs.cfi.decision(court-set, anchored on oral hearing — same shape as the inf decision rule)upc.dmgs.cfi.decisiontoupc.apl.merits(analogous to mig 095's inf appeal spawn — curie's §9.13/§9.15 + Q9 m approved 'wire is_spawn for upc.dmgs.cfi.app' but that was for the spawn IN to damages; this issue covers the spawn OUT to appeal)ls internal/db/migrations/ | tail— likely 132 or 133 after knuth's Wave 1).Files most likely touched
internal/db/migrations/<slot>_upc_dmgs_court_followup.up.sql(+ down)internal/services/projection_service.goif the appeal-spawn execution needs wiring (overlaps with #114 / Wave 5 work)Hard rules
go build ./... && go test ./internal/... && cd frontend && bun run buildclean.mai/<worker>/upc-dmgs-court-followup.Out of scope
Reporting
mai report completedwith branch + SHAs + migration slot + the rules added (with statute citations) + UX verification: open a damages project → Verfahrensablauf timeline → confirm interim conference + oral hearing + decision + appeal-route now visible.Sweep verdict (2026-07-29): ALREADY DONE.
upc.dmgs.cfinow carries all four missing pieces, allpublished:interim(Zwischenanhörung),oral(Mündliche Verhandlung),decision(Entscheidung) andappeal_spawn(Berufung gegen Schadensentscheidung) — 8 active events in total.Full sweep:
docs/findings-issue-sweep-2026-07-29.md(commit4c39886).