refactor: strip WP-/RB- ticket refs from backend (RD-19)
The backend half of the sweep RD-18 did for the front end. git blame holds the provenance and stays correct when the code moves; the comment names a closed ticket and tells the reader nothing the sentence around it does not. public/letter.css and LetterHtml.golden.html change together, because the renderer inlines the CSS and the golden file snapshots the result. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,8 +9,8 @@ using BigRegister.Tests.Builders;
|
||||
namespace BigRegister.Tests.Acceptance;
|
||||
|
||||
/// <summary>
|
||||
/// Behaviour-level tests for the besluit lifecycle (WP-65b/66/68), built through the
|
||||
/// <see cref="Given"/> type-state builder (WP-70) rather than the full wizard/upload dance
|
||||
/// Behaviour-level tests for the besluit lifecycle, built through the
|
||||
/// <see cref="Given"/> type-state builder rather than the full wizard/upload dance
|
||||
/// <see cref="BeoordelingTests"/> uses — a fixture that's already Submitted (or already
|
||||
/// Decided) is a two-line Given, not fifteen. Each test persists its own Given-built
|
||||
/// <see cref="Aanvraag"/> straight into the isolated per-class SQLite file (no HTTP round trip
|
||||
|
||||
@@ -8,8 +8,8 @@ using BigRegister.Tests.Builders;
|
||||
namespace BigRegister.Tests.Acceptance;
|
||||
|
||||
/// <summary>
|
||||
/// Behaviour-level tests for the scholing-threshold enforcement (WP-69) over
|
||||
/// <c>POST /aanvragen/{id}/submit</c> (the wizard's real path — WP-72 deleted the legacy
|
||||
/// Behaviour-level tests for the scholing-threshold enforcement over
|
||||
/// <c>POST /aanvragen/{id}/submit</c> (the wizard's real path — a later change deleted the legacy
|
||||
/// <c>POST /intakes</c> endpoint this once also covered). Built through the <see
|
||||
/// cref="Given"/> type-state builder, mirroring <see cref="BesluitLifecycleTests"/> rather
|
||||
/// than the full wizard/upload dance — the builder's default owner IS <see
|
||||
|
||||
@@ -5,7 +5,7 @@ using BigRegister.Api.Contracts;
|
||||
namespace BigRegister.Tests.Acceptance;
|
||||
|
||||
/// <summary>
|
||||
/// Contract test for the FE/BE seam on phone-number stripping (WP-75). Both sides share
|
||||
/// Contract test for the FE/BE seam on phone-number stripping. Both sides share
|
||||
/// the same format regex (<c>^0\d{9}$</c>) but, until this test, diverged on what they
|
||||
/// strip before checking it: the FE's <c>parseTelefoonnummer</c>
|
||||
/// (registratie/domain/value-objects/telefoonnummer.ts) also drops parentheses and maps a
|
||||
|
||||
Reference in New Issue
Block a user