mitre-attack / mitre-attack/attack-workbench-frontend
[REQUEST] Replace object page settings dropdown with an action menu
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
On object pages, the current settings dropdown is implemented as a custom tooltip. Update this to use a menu component instead, so it behaves more like a standard actions menu.
The menu should include the following actions:
- View STIX JSON (moved from the toolbar)
- Revoke (no checkbox)
- Deprecate (no checkbox)
- Delete (always accessible by admins and does not rely on the object's current
editingstatus)
Note: the workflow status is currently displayed in the existing dropdown and is planned to be moved elsewhere (#684)
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.
Research direction
Start by locating the object-page settings dropdown and the custom tooltip implementation, then inspect the existing menu component patterns in the frontend. Done means the actions menu contains View STIX JSON, Revoke, Deprecate, and Delete with the stated checkbox and admin-access behavior, while workflow status remains out of scope for #684.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100