Content
View differences
Updated by Alexander Coles 1 day ago
**Context**
`draggable-autocomplete.component.ts` uses Dragula directly (not via the shared Angular `DragAndDropService`). Part of the Angular surface migration decided in #DREAM-678.
**Goal**
Replace the Dragula usage with direct Pragmatic Drag and Drop adapters inside the component.
**Notes**
A local branch has already begun this migration. Independent of the `DragAndDropService` rewrite — can land first and proves the direct-Pragmatic-in-Angular pattern for the team planner migration.
`draggable-autocomplete.component.ts` uses Dragula directly (not via the shared Angular `DragAndDropService`). Part of the Angular surface migration decided in #DREAM-678.
**Goal**
Replace the Dragula usage with direct Pragmatic Drag and Drop adapters inside the component.
**Notes**
A local branch has already begun this migration. Independent of the `DragAndDropService` rewrite — can land first and proves the direct-Pragmatic-in-Angular pattern for the team planner migration.