openmct/platform
larkin 9123078293 [Entanglement] Add entanglement bundle
The entanglement bundle defines move, copy, and link actions, and
exposes them as context menu actions.

* The Move action moves an object from it's current parent to a new
parent object.
* The Copy action deep-copies an object to a new parent object.
* The Link action links an object to a new parent object.

These actions are implemented by three new services: moveService,
copyService, and linkService.

Mocks are provided for each service for easy testing of components
that depend on them.

Additionally, this bundle provides a DomainObjectFactory that simplifies
the construction of mockDomainObjects for tests.

These actions are exposed to the user as context menu options.
2015-06-11 13:09:01 -07:00
..
commonUI [Creation] createObject returns newObject 2015-06-11 13:09:01 -07:00
containment [Composition] Disallow composition for leaf types 2015-06-04 09:16:12 -07:00
core [Core] Revise explicit setting of modified timestamp 2015-06-04 09:16:08 -07:00
data [Structure] Add platform structure 2014-10-27 18:18:50 -07:00
entanglement [Entanglement] Add entanglement bundle 2015-06-11 13:09:01 -07:00
features [Frontend] Markup and CSS for revised scrolling tabular view 2015-06-02 17:45:39 -07:00
forms [Forms] Show initial value in datetime control 2015-06-04 09:16:25 -07:00
framework [Licenses] Add missing copyright/license info 2015-05-29 10:05:59 -07:00
identity [Structure] Add platform structure 2014-10-27 18:18:50 -07:00
persistence Merge branch 'open-master' into open1199 2015-06-04 10:40:34 -07:00
policy [Licenses] Add license headers 2015-05-13 16:43:30 -07:00
representation [Licenses] Add license headers 2015-05-13 16:43:30 -07:00
telemetry [Licenses] Add license headers 2015-05-13 16:43:30 -07:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This directory contains all bundles for the Open MCT Web platform, as well as the framework which runs them.