center-for-threat-informed-defense / attack-workbench-frontend

An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains an Angular-based web application providing the user interface for the ATT&CK Workbench application.
https://mitre-engenuity.org/cybersecurity/center-for-threat-informed-defense/our-work/attck-workbench/
Apache License 2.0
325 stars 61 forks source link

[REQUEST] Add a "copy STIX ID" button to object view pages #555

Open clemiller opened 1 week ago

clemiller commented 1 week ago

Improve the user experience by allowing users to easily copy the STIX ID of an object directly from its view page. Currently, users need to manually select and copy the STIX ID of an object from the URL.

Possible solutions: 1) Add a new STIX ID field to the view page with a icon button to copy to clipboard (similar to the object ATT&CK ID field) 2) Add a new icon button to the view page toolbar to copy the current object's STIX ID

A snackbar confirmation message should appear indicating that the ID has been successfully copied.