Commit f355412
refactor(nav): retire five superseded pages instead of only hiding them (#1682)
* refactor(nav): retire five superseded pages instead of only hiding them
`removals` in src/menu-layout.json hid a menu entry and left the page routable.
For five entries the page had nothing left to show, so this deletes the page
rather than the link to it, and the array drops to 9.
Bezwaren and Beroepen were each an index over register dossiq and schema case
narrowed only by filter.caseType, and both narrowed on case types sitting under
_caseTypes_disabled in lib/Settings/bezwaar_seed_data.json, so both listed zero
rows in every install. Cases carries the same register, the same schema and the
same field through folderSidebar.filterField. complaints-bezwaar.spec.ts had
been describe.fixme on exactly that ground since procest#675.
Advice was an index over adviesAanvraag, a model decidesk has owned since
consume-decidesk-besluitvorming-leaf. Parafeerroutes was the design screen for
approval routes, which dossiq#1632 turned into flows, so editing there reached
nothing that runs. Both detail routes stay registered: /advice/:id and
/settings/parafeerroutes/:id keep resolving, and so does the audit context that
names parafeerrouteId.
BezwaarBeroepOverview goes with them. Its four cards pointed at Bezwaren,
Beroepen, BezwaarDecisions and BezwaarAdviceRequests; the last two were already
retired by case-type-navigation, so every card on the page resolved to nothing.
Its change proposal is marked superseded rather than rewritten.
BesluitvormingAgenda leaves the array as a stale entry matching no merged menu
entry, which is what gate-53 had been reporting.
CaseMap and SubstitutionAdminMenu stay hidden rather than deleted, and the
coverage note now records why. Both pages are type: custom, which means the
standard types cannot host what they do, so a waiver naming Cases covers where
the user lands and not what they can do there. Cases carries one of
SubstitutionAdmin's five capabilities, and its own _note says the standard list
type cannot host the others. The three Reports waivers stay for the opposite
reason: the Reports page's cards route straight at those pages.
Also declares requiredApp on the case-kpis-hours widget, which reads register
humaniq without it (gate-55, pre-existing on development).
* style(registry): drop the blank line left by removing the BezwaarBeroepOverview entry
Removing that registry block left the object literal opening on a blank line,
which prettier --check rejects. Whitespace only.
---------
Co-authored-by: Conduction Release Bot <release-bot@conduction.nl>1 parent 4344c30 commit f355412
15 files changed
Lines changed: 104 additions & 510 deletions
File tree
- openspec
- changes/bezwaar-beroep-cards-collapse
- specs
- advice-management
- bezwaar-lifecycle
- dossiq-config-to-settings
- parafeerroute-engine
- src
- components/bezwaar
- manifest.d
- tests/e2e
- spec-coverage
- workflows
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
3 | 14 | | |
4 | 15 | | |
5 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
95 | | - | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
69 | | - | |
70 | | - | |
| 77 | + | |
| 78 | + | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
61 | 70 | | |
62 | 71 | | |
63 | 72 | | |
64 | | - | |
| 73 | + | |
65 | 74 | | |
66 | | - | |
| 75 | + | |
67 | 76 | | |
68 | 77 | | |
69 | | - | |
| 78 | + | |
70 | 79 | | |
71 | 80 | | |
72 | 81 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments