A web based mission control framework.
Go to file
Shefali Joshi 0b02b083c3
Plan state (#4310)
* Add plan state indicators
* Changes to simplify timeline view
* Styling for draft plans
* Adds status to Plan.vue
* Adds tests
* Mods for #4309
- New font and icomoon JSON file - when merging, please override with this version if any conflicts!
- New glyph and bg-icon svg style for plan;
- Updated glyph and bg-icon svg style for timestrip;
- Modified visual approach, glyph, color for `is-status--draft`;
- Updated icon usage for Plan views;
- Updated description for Plan and Timestrip views;

Co-authored-by: Andrew Henry <akhenry@gmail.com>
Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
Co-authored-by: Nikhil <nikhil.k.mandlik@nasa.gov>
Co-authored-by: Khalid Adil <khalidadil29@gmail.com>
Co-authored-by: Charles Hacskaylo <charlesh88@gmail.com>
Co-authored-by: Scott Bell <scott@traclabs.com>
Co-authored-by: Michael Rogers <michael@mhrogers.com>
2021-11-29 15:24:11 -08:00
.circleci [CI] Add npm audit to the nightly (#4431) 2021-11-04 06:53:55 -07:00
.github Fix security policy typo, and duplicate security issue template entries (#4447) 2021-11-10 15:38:13 -08:00
docs fix: typo spelling grammar (#4095) 2021-08-23 15:43:58 -07:00
example example imagery refactor to have configurable image urls and IMAGE_DELAY (#4024) 2021-11-05 10:54:12 -07:00
platform [#4378] Ensure navigated object check works correctly when path is modified (#4433) 2021-11-15 15:35:59 -06:00
src Plan state (#4310) 2021-11-29 15:24:11 -08:00
.eslintrc.js Upgrades to eslint-plugin-vue 7.5.0 (#3685) 2021-02-12 13:46:53 -08:00
.gitignore Add codecov.io and make general CircleCI Improvements (#4375) 2021-10-29 09:52:47 -07:00
.npmignore [Build] Add npmignore to allow packing 2016-02-12 11:47:28 -08:00
.npmrc Added .npmrc to silence log messages < WARN (#3649) 2021-08-18 09:31:53 -07:00
API.md fix: typo spelling grammar (#4095) 2021-08-23 15:43:58 -07:00
app.js Revert "upgrade to webpack5 (#3871)" (#3907) 2021-06-02 07:04:40 -07:00
build-docs.sh Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
codecov.yml [CI] Firefox needs to be defined as FirefoxHeadless (#4415) 2021-11-01 13:21:08 -07:00
CONTRIBUTING.md authors should think about backwards compatibility (#4223) 2021-09-23 10:45:07 -05:00
copyright-notice.html Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
copyright-notice.js Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
index.html Transaction fix (#4421) 2021-11-15 14:20:02 -08:00
indexTest.js Fixes to enable testing again (#3275) 2020-08-10 09:47:04 -07:00
jsdoc.json Squashed commit of the following: 2016-09-30 17:31:33 -07:00
karma.conf.js [CI] Disable html unit test reporting to increase CI Speed (#4416) 2021-11-01 09:02:32 -07:00
LICENSE.md Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
lighthouserc.yml Initial LighthouseCI Commit (#3906) 2021-06-16 11:37:37 -07:00
openmct.js Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
package.json [CI] Disable html unit test reporting to increase CI Speed (#4416) 2021-11-01 09:02:32 -07:00
Procfile [CI] Remove non-existent bundle from procfile 2015-10-16 11:33:42 -07:00
README.md [CI] Disable html unit test reporting to increase CI Speed (#4416) 2021-11-01 09:02:32 -07:00
SECURITY.md Fix security policy typo, and duplicate security issue template entries (#4447) 2021-11-10 15:38:13 -08:00
webpack.config.js 1.7.8 master (#4373) 2021-10-26 13:35:23 -07:00

Open MCT license Language grade: JavaScript codecov

Open MCT (Open Mission Control Technologies) is a next-generation mission control framework for visualization of data on desktop and mobile devices. It is developed at NASA's Ames Research Center, and is being used by NASA for data analysis of spacecraft missions, as well as planning and operation of experimental rover systems. As a generalizable and open source framework, Open MCT could be used as the basis for building applications for planning, operation, and analysis of any systems producing telemetry data.

Please visit our Official Site and Getting Started Guide

Once you've created something amazing with Open MCT, showcase your work in our GitHub Discussions Show and Tell section. We love seeing unique and wonderful implementations of Open MCT!

See Open MCT in Action

Try Open MCT now with our live demo. Demo

Building and Running Open MCT Locally

Building and running Open MCT in your local dev environment is very easy. Be sure you have Git and Node.js installed, then follow the directions below. Need additional information? Check out the Getting Started page on our website. (These instructions assume you are installing as a non-root user; developers have reported issues running these steps with root privileges.)

  1. Clone the source code

git clone https://github.com/nasa/openmct.git

  1. Install development dependencies

npm install

  1. Run a local development server

npm start

Open MCT is now running, and can be accessed by pointing a web browser at http://localhost:8080/

Open MCT v1.0.0

This represents a major overhaul of Open MCT with significant changes under the hood. We aim to maintain backward compatibility but if you do find compatibility issues, please let us know by filing an issue in this repository. If you are having major issues with v1.0.0 please check-out the v0.14.0 tag until we can resolve them for you.

If you are migrating an application built with Open MCT as a dependency to v1.0.0 from an earlier version, please refer to our migration guide.

Documentation

Documentation is available on the Open MCT website.

Examples

The clearest examples for developing Open MCT plugins are in the tutorials provided in our documentation.

We want Open MCT to be as easy to use, install, run, and develop for as possible, and your feedback will help us get there! Feedback can be provided via GitHub issues, Starting a GitHub Discussion, or by emailing us at arc-dl-openmct@mail.nasa.gov.

Building Applications With Open MCT

Open MCT is built using npm and webpack.

See our documentation for a guide on building Applications with Open MCT.

Plugins

Open MCT can be extended via plugins that make calls to the Open MCT API. A plugin is a group of software components (including source code and resources such as images and HTML templates) that is intended to be added or removed as a single unit.

As well as providing an extension mechanism, most of the core Open MCT codebase is also written as plugins.

For information on writing plugins, please see our API documentation.

Tests

Tests are written for Jasmine 3 and run by Karma. To run:

npm test

The test suite is configured to load any scripts ending with Spec.js found in the src hierarchy. Full configuration details are found in karma.conf.js. By convention, unit test scripts should be located alongside the units that they test; for example, src/foo/Bar.js would be tested by src/foo/BarSpec.js. (For legacy reasons, some existing tests may be located in separate test folders near the units they test, but the naming convention is otherwise the same.)

Test Reporting

When npm test is run, test results will be written as HTML to dist/reports/tests/. Code coverage information is written to dist/reports/coverage.

Code Coverage Reports are available from codecov.io

Glossary

Certain terms are used throughout Open MCT with consistent meanings or conventions. Any deviations from the below are issues and should be addressed (either by updating this glossary or changing code to reflect correct usage.) Other developer documentation, particularly in-line documentation, may presume an understanding of these terms.

  • plugin: A plugin is a removable, reusable grouping of software elements. The application is composed of plugins.
  • composition: In the context of a domain object, this refers to the set of other domain objects that compose or are contained by that object. A domain object's composition is the set of domain objects that should appear immediately beneath it in a tree hierarchy. A domain object's composition is described in its model as an array of id's; its composition capability provides a means to retrieve the actual domain object instances associated with these identifiers asynchronously.
  • description: When used as an object property, this refers to the human-readable description of a thing; usually a single sentence or short paragraph. (Most often used in the context of extensions, domain object models, or other similar application-specific objects.)
  • domain object: A meaningful object to the user; a distinct thing in the work support by Open MCT. Anything that appears in the left-hand tree is a domain object.
  • identifier: A tuple consisting of a namespace and a key, which together uniquely identifies a domain object.
  • model: The persistent state associated with a domain object. A domain object's model is a JavaScript object which can be converted to JSON without losing information (that is, it contains no methods.)
  • name: When used as an object property, this refers to the human-readable name for a thing. (Most often used in the context of extensions, domain object models, or other similar application-specific objects.)
  • navigation: Refers to the current state of the application with respect to the user's expressed interest in a specific domain object; e.g. when a user clicks on a domain object in the tree, they are navigating to it, and it is thereafter considered the navigated object (until the user makes another such choice.)
  • namespace: A name used to identify a persistence store. A running open MCT application could potentially use multiple persistence stores, with the