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.
Draft collections in the Collection Manager lack the ability for users to leave comments or mark collections as approved, making the review process less efficient.
Solution:
Introduce a feature in the Collection Manager that allows users to add comments on draft collections and provides an option for Team Leads to mark them as approved once reviewed.
Potential Implementations
Add a comment section for each draft collection, enabling users to leave their feedback.
Create an "Approve" button that Team Leads can use to finalize collections.
Provide notifications for comments and approval actions to keep team members informed.
Implement a status indicator (e.g., "Draft", "In Review", "Approved") to reflect the collection's current stage
Draft collections in the Collection Manager lack the ability for users to leave comments or mark collections as approved, making the review process less efficient.
Solution: Introduce a feature in the Collection Manager that allows users to add comments on draft collections and provides an option for Team Leads to mark them as approved once reviewed.
Potential Implementations