From 170e185a4c3b046e21fdf9f061d2f1bd403894a1 Mon Sep 17 00:00:00 2001 From: Umair Ahamed Date: Mon, 18 May 2026 08:00:43 +1000 Subject: [PATCH] docs: add unit group set editor migration plan --- .../unit-group-set-editor-migration-plan.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/content/docs/frontend/unit-group-set-editor-migration-plan.md diff --git a/src/content/docs/frontend/unit-group-set-editor-migration-plan.md b/src/content/docs/frontend/unit-group-set-editor-migration-plan.md new file mode 100644 index 00000000..d03ad16a --- /dev/null +++ b/src/content/docs/frontend/unit-group-set-editor-migration-plan.md @@ -0,0 +1,26 @@ +--- +title: Unit Group Set Editor Migration Plan +--- + +## Introduction + +This document records the investigation and proposed migration plan for the +`unit-group-set-editor` feature in `doubtfire-web`. + +The purpose of this investigation is to understand the parent and child component +relationships before migrating the feature from AngularJS/CoffeeScript to Angular +TypeScript. + +## Task Scope + +The `unit-group-set-editor` appears to act as a parent component for the unit group +set management workflow. + +Based on the ticket reference diagram, the related component structure is: + +```text +Unit-Group-Set-Editor +├── File-uploader +└── Group-set-editor + ├── Group-selector + └── Group-member-list \ No newline at end of file