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

[REQUEST] Move object-status.component.ts out of components/ into utils/

Open Beginner friendly
#862 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

object-status.component.ts is currently stored as an Angular component. With recent changes made to the code surrounding workflow status and object status, it now behaves more like a utility rather than UI element.

We should consider moving it to the utils/ folder to better reflect its actual role in the codebase

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 object-status.component.ts under components/ and search for its imports and references. Move it to utils/, update the affected references, and verify that the Angular application still builds and the object-status behavior remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
frontend
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.