mitre-attack / mitre-attack/attack-workbench-frontend
[REQUEST] Improve the `SubtypeEditComponent`: replace chip list with an editable table
@clemiller is already working on this.
Since Nov 17, 2025.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
The current subtype edit component renders entries in the array as chips that hide relevant info behind tooltips and a dialog. This can make it difficult to edit information and creates ambiguity when chip labels are not unique. To identify the correct item to edit, a user may need to open multiple dialogs. The chip list should be replaced with an editable table (example) that displays each entry as a row with columns for all relevant subtype fields. The table should support inline editing for single-value fields and an in-cell editor for multi-value arrays. Row-level actions: edit, save, or remove an entry. Table-level actions: reorder entries, add new row.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.