Closed
Description
As a user of the ATT&CK Navigator, I want to be able to open layers of multiple domains in a single instance.
- Refactor the hardcoded
enterprise
,mobile
andpre-attack
domains to make the list of domains definable in the config file. - Allow the user to select the domain when opening a new layer
- Each layer can only have one domain
- When uploading a layer, determine the domain data to use by the layer
domain
field - Restrict layer-layer operations to layers of the same domain
- Lazy-load domain data. Load domain data only once a layer is opened with the given domain
- Refactor the layer
domain
field to use the ATT&CK convention:mitre-enterprise
becomesenterprise-attack
-mitre-mobile
becomesmobile-attack
.
- Updated new-tab UI:
Activity