mitre-attack / mitre-attack/attack-workbench-frontend
[REQUEST] Move object-status.component.ts out of components/ into utils/
Nobody has claimed this yet.
- 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
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 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