diff --git a/.dependency-cruiser.ssp.js b/.dependency-cruiser.ssp.js index c5815c9..3fc53b1 100644 --- a/.dependency-cruiser.ssp.js +++ b/.dependency-cruiser.ssp.js @@ -2,10 +2,13 @@ // scaffolding one (see `gen:context`, WP-44). module.exports = require('./.dependency-cruiser.base.js')( { + // Two sanctioned cross-feature edges, both pointing at registratie: the portal home + // composes registratie's dashboard sections (RD-03), and herregistratie builds on a + // registration. Every other context imports only libs/shared and libs/beheer. overzicht: ['registratie'], auth: [], registratie: [], - herregistratie: ['registratie'], // the one sanctioned cross-feature edge + herregistratie: ['registratie'], brief: [], showcase: null, // unrestricted — the sanctioned teaching page; nothing imports it },