Remove deprecated files (menuUtils_DEPRECATED, childRegistrationUtils_DEPRECATED) #6

Closed
opened 2026-03-11 13:54:15 +00:00 by vps1_gitea_admin · 1 comment

Problem

Deprecated files still in the tree, causing confusion and ESLint warnings.

Files to remove

  • generalFunctions/src/helper/menuUtils_DEPRECATED.js
  • generalFunctions/src/helper/childRegistrationUtils_DEPRECATED.js

Acceptance criteria

  • Verify no code imports these files
  • Remove files
  • No test regressions
## Problem Deprecated files still in the tree, causing confusion and ESLint warnings. ## Files to remove - generalFunctions/src/helper/menuUtils_DEPRECATED.js - generalFunctions/src/helper/childRegistrationUtils_DEPRECATED.js ## Acceptance criteria - [ ] Verify no code imports these files - [ ] Remove files - [ ] No test regressions
vps1_gitea_admin added the P1-cleanuptech-debt labels 2026-03-11 13:54:15 +00:00
Author
Owner

Verified no imports. Deleted both deprecated files. Lint clean.

Verified no imports. Deleted both deprecated files. Lint clean.
Sign in to join this conversation.