update plan

This commit is contained in:
Philipp Kunz 2025-05-09 16:15:57 +00:00
parent fb2354146e
commit 88b4df18b8

View File

@ -73,7 +73,7 @@ The codebase employs several strong design patterns:
- [ ] Set up barrel files (`index.ts`) in each directory
- [ ] Migrate core utilities
- [ ] Move `ts/plugins.ts``ts/core/utils/plugins.ts`
- [ ] Keep `ts/plugins.ts` in its current location per project requirements
- [ ] Move `ts/common/types.ts``ts/core/models/common-types.ts`
- [ ] Move `ts/common/eventUtils.ts``ts/core/utils/event-utils.ts`
- [ ] Extract `ValidationUtils``ts/core/utils/validation-utils.ts`
@ -237,8 +237,8 @@ This component has the cleanest design, so we'll start migration here:
| ts/common/types.ts | ts/core/models/common-types.ts | ❌ |
| ts/common/eventUtils.ts | ts/core/utils/event-utils.ts | ❌ |
| ts/common/acmeFactory.ts | ts/certificate/acme/acme-factory.ts | ❌ |
| ts/plugins.ts | ts/core/utils/plugins.ts | ❌ |
| ts/00_commitinfo_data.ts | ts/core/utils/commit-info.ts | ❌ |
| ts/plugins.ts | ts/plugins.ts (stays in original location) | ❌ |
| ts/00_commitinfo_data.ts | ts/00_commitinfo_data.ts (stays in original location) | ❌ |
| **Certificate Management** | | |
| ts/helpers.certificates.ts | ts/certificate/utils/certificate-helpers.ts | ❌ |
| ts/classes.pp.certprovisioner.ts | ts/certificate/providers/cert-provisioner.ts | ❌ |