center-for-threat-informed-defense / attack-workbench-frontend

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.
https://mitre-engenuity.org/cybersecurity/center-for-threat-informed-defense/our-work/attck-workbench/
Apache License 2.0
306 stars 60 forks source link

Links to sub-techniques #155

Open isaisabel opened 3 years ago

isaisabel commented 3 years ago

As a user, I want to be able to navigate directly from a parent technique to a sub-technique, and vice versa.


Note: this feature was already partially implemented as part of the v0.2 milestone, but due to bugs was scrapped. If re-implemented, ensure that loading a sub-technique or parent technique is properly reflected in stix-lists and breadcrumbs. Angular's intelligent DOM reuse often means those components don't always reinitialize on navigation, and sometimes show the previous page's data.

isaisabel commented 3 years ago

See also the previous implementation of these features in in #147, and their removal in ae9c347e7fcf7fd25f004a58b0d18e8426b6f9e1.