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

[REQUEST] Replace object page settings dropdown with an action menu

Open
#842 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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 editing status)

Note: the workflow status is currently displayed in the existing dropdown and is planned to be moved elsewhere (#684)

Image

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.