fix(sectors): record verified DPP application dates for construction, toy and detergent - #163
fix(sectors): record verified DPP application dates for construction, toy and detergent#163LKSNDRTMLKV wants to merge 1 commit into
Conversation
…ion, toy and detergent, replacing an unsourced phasing range in the construction note
Up to standards ✅🟢 Issues
|
|
Checked all three dates against the OJ texts before touching this. One of them is wrong, and this PR's structural target no longer exists.
The facts, re-verified: construction The CPR's actual DPP timing is relative and currently unfixable:
So no calendar date can be derived until the Art. 75(1) act lands. toy detergent Two corrections that follow from the same reading and will be raised separately: CPR's 18-month offset is primary-sourced (Art. 22(7), Art. 80(1)), not secondary as the manifest note implies; and Art. 75(2)(i) fixes system accessibility at 25 years alongside the operator's 10, a figure we do not model. Recommend closing. Nothing here is mergeable, one row is wrong, and the two correct rows are already carried or will be upgraded in the instrument manifests where they now belong. |
construction.json's note said DPP requirements are "phased ~2028-2032". That figure is unsourced, and the OJ text checked on 2026-07-28 gives 8 January 2027 — one to five years earlier than the note claimed.The note was not merely wrong here. It was copied onward into published documentation, where a reader was told a construction obligation lands years later than it does. This manifest is the home for act numbers, regulatory status and applicability dates, so correcting only the copy would have left the source intact to be copied again.
Changes
Adds
dppAppliesFromto three manifests that were carrying the date in prose or not at all:2027-01-082030-08-012029-09-23All three verified against the Official Journal texts in the same pass, which also confirmed the act numbers and
provisionalstatus of each — those needed no correction.No behavioural change
dpp_applies_fromisOption<String>and is documented as independent ofRegulatoryStatus; determinations gate on status, which staysprovisionalfor all three. This moves a fact from prose into the structured field that is its home.cargo test -p dpp-domain --lib: 376 passed, 0 failed.