From d6fdd7ddf5a8be19f79db255c3791f06ee59837b Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Thu, 6 Aug 2026 01:43:37 +0200 Subject: [PATCH] chore(inventory): track remaining records administration surfaces --- .../endpoint-surface-declarations.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tools/inventory/endpoint-surface-declarations.json b/tools/inventory/endpoint-surface-declarations.json index c0ef3e8..47dcd32 100644 --- a/tools/inventory/endpoint-surface-declarations.json +++ b/tools/inventory/endpoint-surface-declarations.json @@ -1335,6 +1335,30 @@ "rationale": "The module WebUI constructs this endpoint through a mounted router prefix, generic action, or provider path.", "repository": "govoplan-projects" }, + { + "category": "missing_ui", + "method": "POST", + "path": "/records/catalog/classes", + "rationale": "The first Records workspace consumes governed record classes; catalog administration remains tracked by the eAkte epic.", + "repository": "govoplan-records", + "tracking_issue": "https://git.add-ideas.de/GovOPlaN/govoplan-records/issues/1" + }, + { + "category": "missing_ui", + "method": "POST", + "path": "/records/catalog/file-plan", + "rationale": "The first Records workspace consumes the file plan; governed file-plan administration remains tracked by the eAkte epic.", + "repository": "govoplan-records", + "tracking_issue": "https://git.add-ideas.de/GovOPlaN/govoplan-records/issues/1" + }, + { + "category": "missing_ui", + "method": "POST", + "path": "/records/{}/volumes", + "rationale": "The first workspace supports record-level filing without a volume; explicit volume management remains tracked by the eAkte epic.", + "repository": "govoplan-records", + "tracking_issue": "https://git.add-ideas.de/GovOPlaN/govoplan-records/issues/1" + }, { "category": "missing_ui", "method": "GET",