Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/content/docs/frontend/unit-group-set-editor-migration-plan.md
Original file line number Diff line number Diff line change
@@ -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