mitre-attack / mitre-attack/attack-workbench-frontend

[REQUEST] Improve the `SubtypeEditComponent`: replace chip list with an editable table

Open
#696 1 comment 0 reactions 1 assignee View on GitHub

@clemiller is already working on this.

Since Nov 17, 2025.

enhancement released on @next
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.