mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
Merge branch 'master' into open313
Conflicts: platform/representation/test/MCTRepresentationSpec.js platform/representation/test/suite.json
This commit is contained in:
commit
7fb45888d4
7
.gitignore
vendored
7
.gitignore
vendored
@ -4,8 +4,11 @@
|
|||||||
*.tgz
|
*.tgz
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
||||||
|
# Compiled CSS, unless directly added
|
||||||
*.sass-cache
|
*.sass-cache
|
||||||
*COMPILE.css
|
*COMPILE.css
|
||||||
|
*.css
|
||||||
|
*.css.map
|
||||||
|
|
||||||
# Intellij project configuration files
|
# Intellij project configuration files
|
||||||
*.idea
|
*.idea
|
||||||
@ -15,6 +18,7 @@
|
|||||||
|
|
||||||
# Build output
|
# Build output
|
||||||
target
|
target
|
||||||
|
dist
|
||||||
|
|
||||||
# Mac OS X Finder
|
# Mac OS X Finder
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@ -22,8 +26,9 @@ target
|
|||||||
# Closed source libraries
|
# Closed source libraries
|
||||||
closed-lib
|
closed-lib
|
||||||
|
|
||||||
# Node dependencies
|
# Node, Bower dependencies
|
||||||
node_modules
|
node_modules
|
||||||
|
bower_components
|
||||||
|
|
||||||
# Protractor logs
|
# Protractor logs
|
||||||
protractor/logs
|
protractor/logs
|
||||||
|
35
.npmignore
Normal file
35
.npmignore
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
*.scssc
|
||||||
|
*.zip
|
||||||
|
*.gzip
|
||||||
|
*.tgz
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
|
*.sass-cache
|
||||||
|
*COMPILE.css
|
||||||
|
|
||||||
|
# Intellij project configuration files
|
||||||
|
*.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# External dependencies
|
||||||
|
|
||||||
|
# Build output
|
||||||
|
target
|
||||||
|
|
||||||
|
# Mac OS X Finder
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Closed source libraries
|
||||||
|
closed-lib
|
||||||
|
|
||||||
|
# Node, Bower dependencies
|
||||||
|
node_modules
|
||||||
|
bower_components
|
||||||
|
|
||||||
|
Procfile
|
||||||
|
|
||||||
|
# Protractor logs
|
||||||
|
protractor/logs
|
||||||
|
|
||||||
|
# npm-debug log
|
||||||
|
npm-debug.log
|
@ -291,7 +291,7 @@ checklist.)
|
|||||||
1. Changes address original issue?
|
1. Changes address original issue?
|
||||||
2. Unit tests included and/or updated with changes?
|
2. Unit tests included and/or updated with changes?
|
||||||
3. Command line build passes?
|
3. Command line build passes?
|
||||||
4. Expect to pass code review?
|
4. Changes have been smoke-tested?
|
||||||
|
|
||||||
### Reviewer Checklist
|
### Reviewer Checklist
|
||||||
|
|
||||||
|
118
LICENSES.md
118
LICENSES.md
@ -135,7 +135,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
* Link: http://requirejs.org/
|
* Link: http://requirejs.org/
|
||||||
|
|
||||||
* Version: 2.1.9
|
* Version: 2.1.22
|
||||||
|
|
||||||
* Author: The Dojo Foundation
|
* Author: The Dojo Foundation
|
||||||
|
|
||||||
@ -153,13 +153,49 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### requirejs-text
|
||||||
|
|
||||||
|
#### Info
|
||||||
|
|
||||||
|
* Link: https://github.com/requirejs/text
|
||||||
|
|
||||||
|
* Version: 2.0.14
|
||||||
|
|
||||||
|
* Author: The Dojo Foundation
|
||||||
|
|
||||||
|
* Description: Text loading plugin for RequireJS
|
||||||
|
|
||||||
|
#### License
|
||||||
|
|
||||||
|
Copyright (c) 2010-2014, The Dojo Foundation
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### AngularJS
|
### AngularJS
|
||||||
|
|
||||||
#### Info
|
#### Info
|
||||||
|
|
||||||
* Link: http://angularjs.org/
|
* Link: http://angularjs.org/
|
||||||
|
|
||||||
* Version: 1.2.26
|
* Version: 1.4.4
|
||||||
|
|
||||||
* Author: Google
|
* Author: Google
|
||||||
|
|
||||||
@ -167,7 +203,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
#### License
|
#### License
|
||||||
|
|
||||||
Copyright (c) 2010-2014 Google, Inc. http://angularjs.org
|
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
@ -183,7 +219,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
* Link: http://angularjs.org/
|
* Link: http://angularjs.org/
|
||||||
|
|
||||||
* Version: 1.2.26
|
* Version: 1.4.4
|
||||||
|
|
||||||
* Author: Google
|
* Author: Google
|
||||||
|
|
||||||
@ -191,7 +227,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
#### License
|
#### License
|
||||||
|
|
||||||
Copyright (c) 2010-2014 Google, Inc. http://angularjs.org
|
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
@ -207,7 +243,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
* Link: https://github.com/jakearchibald/es6-promise
|
* Link: https://github.com/jakearchibald/es6-promise
|
||||||
|
|
||||||
* Version: 2.0.0
|
* Version: 3.0.2
|
||||||
|
|
||||||
* Authors: Yehuda Katz, Tom Dale, Stefan Penner and contributors
|
* Authors: Yehuda Katz, Tom Dale, Stefan Penner and contributors
|
||||||
|
|
||||||
@ -231,7 +267,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
* Link: https://github.com/sindresorhus/screenfull.js/
|
* Link: https://github.com/sindresorhus/screenfull.js/
|
||||||
|
|
||||||
* Version: 1.2.0
|
* Version: 3.0.0
|
||||||
|
|
||||||
* Author: Sindre Sorhus
|
* Author: Sindre Sorhus
|
||||||
|
|
||||||
@ -255,15 +291,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
* Link: https://github.com/broofa/node-uuid
|
* Link: https://github.com/broofa/node-uuid
|
||||||
|
|
||||||
* Version: 1.4
|
* Version: 1.4.7
|
||||||
|
|
||||||
* Author: Robert Kieffer
|
* Author: Robert Kieffer
|
||||||
|
|
||||||
* Description: Unique identifer generation (code adapted.)
|
* Description: Unique identifer generation.
|
||||||
|
|
||||||
#### License
|
#### License
|
||||||
|
|
||||||
Copyright (c) 2010 Robert Kieffer
|
Copyright (c) 2010-2012 Robert Kieffer
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
@ -327,7 +363,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
|
|
||||||
* Link: http://momentjs.com
|
* Link: http://momentjs.com
|
||||||
|
|
||||||
* Version: 2.7.0
|
* Version: 2.11.1
|
||||||
|
|
||||||
* Authors: Tim Wood, Iskren Chernev, Moment.js contributors
|
* Authors: Tim Wood, Iskren Chernev, Moment.js contributors
|
||||||
|
|
||||||
@ -380,6 +416,66 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### CSV.js
|
||||||
|
|
||||||
|
#### Info
|
||||||
|
|
||||||
|
* Link: https://github.com/knrz/CSV.js
|
||||||
|
|
||||||
|
* Version: 3.6.4
|
||||||
|
|
||||||
|
* Authors: Kash Nouroozi
|
||||||
|
|
||||||
|
* Description: Encoder for CSV (comma separated values) export
|
||||||
|
|
||||||
|
#### License
|
||||||
|
|
||||||
|
Copyright (c) 2014 Kash Nouroozi
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### FileSaver.js
|
||||||
|
|
||||||
|
#### Info
|
||||||
|
|
||||||
|
* Link: https://github.com/eligrey/FileSaver.js/
|
||||||
|
|
||||||
|
* Version: 0.0.2
|
||||||
|
|
||||||
|
* Authors: Eli Grey
|
||||||
|
|
||||||
|
* Description: File download initiator (for file exports)
|
||||||
|
|
||||||
|
#### License
|
||||||
|
|
||||||
|
Copyright © 2015 Eli Grey.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Json.NET
|
### Json.NET
|
||||||
|
|
||||||
#### Info
|
#### Info
|
||||||
|
103
README.md
103
README.md
@ -20,58 +20,32 @@ directory names) to include in a running instance of Open MCT Web. Adding or
|
|||||||
removing paths from this list will add or remove bundles from the running
|
removing paths from this list will add or remove bundles from the running
|
||||||
application.
|
application.
|
||||||
|
|
||||||
### Bundle Contents
|
|
||||||
|
|
||||||
A bundle directory will contain:
|
|
||||||
|
|
||||||
* `bundle.json`, the declaration of the bundles contents.
|
|
||||||
* A source code directory, named `src` by convention. This contains all
|
|
||||||
JavaScript sources exposed by the bundle. These are declared as
|
|
||||||
AMD modules.
|
|
||||||
* A directory for other resources, named `res` by convention. This
|
|
||||||
contains all HTML templates, CSS files, images, and so forth to be
|
|
||||||
used within a given bundle.
|
|
||||||
* A library directory, named `lib` by convention. This contains all
|
|
||||||
external libraries used and/or exposed by the bundle.
|
|
||||||
* A test directory, named `test` by convention. This contains all unit
|
|
||||||
tests declared for the bundle, as well as a `suite.json` that acts
|
|
||||||
as a listing of these dependencies. See the section on unit testing
|
|
||||||
below.
|
|
||||||
|
|
||||||
Following these bundle conventions is required, at present, to ensure
|
|
||||||
that Open MCT Web (and its build and tests) execute correctly.
|
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
The repository for Open MCT Web includes a test suite that can be run
|
Tests are written for [Jasmine 1.3](http://jasmine.github.io/1.3/introduction.html)
|
||||||
directly from the web browser, `test.html`. This page will:
|
and run by [Karma](http://karma-runner.github.io). To run:
|
||||||
|
|
||||||
* Load `bundles.json` to determine which bundles are in the application.
|
`npm test`
|
||||||
* Load `test/suite.json` to determine which source files are to be tested.
|
|
||||||
This should contain an array of strings, where each is the name of an
|
|
||||||
AMD module in the bundle's source directory. For each source file:
|
|
||||||
* Code coverage instrumentation will be added, via Blanket.
|
|
||||||
* The associated test file will be loaded, via RequireJS. These will
|
|
||||||
be located in the bundle's test folder; the test runner will presume
|
|
||||||
these follow a naming convention where each module to be tested has a
|
|
||||||
corresponding test module with the suffix `Spec` in that folder.
|
|
||||||
* Jasmine will then be invoked to run all tests defined in the loaded
|
|
||||||
test modules. Code coverage reporting will be displayed at the bottom
|
|
||||||
of the test page.
|
|
||||||
|
|
||||||
At present, the test runner presumes that bundle conventions are followed
|
The test suite is configured to load any scripts ending with `Spec.js` found
|
||||||
as above; that is, sources are contained in `src`, and tests are contained
|
in the `src` hierarchy. Full configuration details are found in
|
||||||
in `test`. Additionally, individual test files must use the `Spec` suffix
|
`karma.conf.js`. By convention, unit test scripts should be located
|
||||||
as described above.
|
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
|
||||||
|
`target/tests`. Code coverage information is written to `target/coverage`.
|
||||||
|
|
||||||
An example of this is expressed in `platform/framework`, which follows
|
|
||||||
bundle conventions.
|
|
||||||
|
|
||||||
### Functional Testing
|
### Functional Testing
|
||||||
|
|
||||||
The tests described above are all at the unit-level; an additional
|
The tests described above are all at the unit-level; an additional
|
||||||
test suite using [Protractor](https://angular.github.io/protractor/)
|
test suite using [Protractor](https://angular.github.io/protractor/)
|
||||||
us under development, in the `protractor` folder.
|
is under development, in the `protractor` folder.
|
||||||
|
|
||||||
To run:
|
To run:
|
||||||
|
|
||||||
@ -82,41 +56,36 @@ To run:
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
Open MCT Web includes a Maven command line build. Although Open MCT Web
|
Open MCT Web is built using [`npm`](http://npmjs.com/)
|
||||||
can be run as-is using the repository contents (that is, by viewing
|
and [`gulp`](http://gulpjs.com/).
|
||||||
`index.html` in a web browser), and its tests can be run in-place
|
|
||||||
similarly (that is, by viewing `test.html` in a browser), the command
|
|
||||||
line build allows machine-driven verification and packaging.
|
|
||||||
|
|
||||||
This build will:
|
To build:
|
||||||
|
|
||||||
* Check all sources (excluding those in directories named `lib`) with
|
`npm run prepublish`
|
||||||
JSLint for code style compliance. The build will fail if any sources
|
|
||||||
do not satisfy JSLint.
|
|
||||||
* Run unit tests. This is done by running `test.html` in a PhantomJS
|
|
||||||
browser-like environment. The build will fail if any tests fail.
|
|
||||||
* Package the application as a `war` (web archive) file. This is
|
|
||||||
convenient for deployment on Tomcat or similar. This archive will
|
|
||||||
include sources, resources, and libraries for bundles, as well
|
|
||||||
as the top-level files used to initiate running of the application
|
|
||||||
(`index.html` and `bundles.json`).
|
|
||||||
|
|
||||||
Run as `mvn clean install`.
|
This will compile and minify JavaScript sources, as well as copy over assets.
|
||||||
|
The contents of the `dist` folder will contain a runnable Open MCT Web
|
||||||
|
instance (e.g. by starting an HTTP server in that directory), including:
|
||||||
|
|
||||||
|
* A `main.js` file containing Open MCT Web source code.
|
||||||
|
* Various assets in the `example` and `platform` directories.
|
||||||
|
* An `index.html` that runs Open MCT Web in its default configuration.
|
||||||
|
|
||||||
|
Additional `gulp` tasks are defined in [the gulpfile](gulpfile.js).
|
||||||
|
|
||||||
### Building Documentation
|
### Building Documentation
|
||||||
|
|
||||||
Open MCT Web's documentation is generated by an
|
Open MCT Web's documentation is generated by an
|
||||||
[npm](https://www.npmjs.com/)-based build:
|
[npm](https://www.npmjs.com/)-based build. It has additional dependencies that
|
||||||
|
may not be available on every platform and thus is not covered in the standard
|
||||||
|
npm install. Ensure your system has [libcairo](http://cairographics.org/)
|
||||||
|
installed and then run the following commands:
|
||||||
|
|
||||||
* `npm install` _(only needs to run once)_
|
* `npm install`
|
||||||
|
* `npm install canvas nomnoml`
|
||||||
* `npm run docs`
|
* `npm run docs`
|
||||||
|
|
||||||
Documentation will be generated in `target/docs`. Note that diagram
|
Documentation will be generated in `target/docs`.
|
||||||
generation is dependent on having [Cairo](http://cairographics.org/download/)
|
|
||||||
installed; see
|
|
||||||
[node-canvas](https://github.com/Automattic/node-canvas#installation)'s
|
|
||||||
documentation for help with installation.
|
|
||||||
|
|
||||||
|
|
||||||
# Glossary
|
# Glossary
|
||||||
|
|
||||||
|
19
app.js
19
app.js
@ -14,7 +14,8 @@
|
|||||||
options = require('minimist')(process.argv.slice(2)),
|
options = require('minimist')(process.argv.slice(2)),
|
||||||
express = require('express'),
|
express = require('express'),
|
||||||
app = express(),
|
app = express(),
|
||||||
fs = require('fs');
|
fs = require('fs'),
|
||||||
|
request = require('request');
|
||||||
|
|
||||||
// Defaults
|
// Defaults
|
||||||
options.port = options.port || options.p || 8080;
|
options.port = options.port || options.p || 8080;
|
||||||
@ -41,7 +42,13 @@
|
|||||||
|
|
||||||
// Override bundles.json for HTTP requests
|
// Override bundles.json for HTTP requests
|
||||||
app.use('/' + BUNDLE_FILE, function (req, res) {
|
app.use('/' + BUNDLE_FILE, function (req, res) {
|
||||||
var bundles = JSON.parse(fs.readFileSync(BUNDLE_FILE, 'utf8'));
|
var bundles;
|
||||||
|
|
||||||
|
try {
|
||||||
|
bundles = JSON.parse(fs.readFileSync(BUNDLE_FILE, 'utf8'));
|
||||||
|
} catch (e) {
|
||||||
|
bundles = [];
|
||||||
|
}
|
||||||
|
|
||||||
// Handle command line inclusions/exclusions
|
// Handle command line inclusions/exclusions
|
||||||
bundles = bundles.concat(options.include);
|
bundles = bundles.concat(options.include);
|
||||||
@ -55,6 +62,14 @@
|
|||||||
res.send(JSON.stringify(bundles));
|
res.send(JSON.stringify(bundles));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
app.use('/proxyUrl', function proxyRequest(req, res, next) {
|
||||||
|
console.log('Proxying request to: ', req.query.url);
|
||||||
|
req.pipe(request({
|
||||||
|
url: req.query.url,
|
||||||
|
strictSSL: false
|
||||||
|
}).on('error', next)).pipe(res);
|
||||||
|
});
|
||||||
|
|
||||||
// Expose everything else as static files
|
// Expose everything else as static files
|
||||||
app.use(express['static']('.'));
|
app.use(express['static']('.'));
|
||||||
|
|
||||||
|
22
bower.json
Normal file
22
bower.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "openmctweb",
|
||||||
|
"description": "The OpenMCTWeb core platform",
|
||||||
|
"main": "",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"moduleType": [],
|
||||||
|
"homepage": "http://nasa.github.io/openmctweb/",
|
||||||
|
"private": true,
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "1.4.4",
|
||||||
|
"angular-route": "1.4.4",
|
||||||
|
"moment": "^2.11.1",
|
||||||
|
"moment-duration-format": "^1.3.0",
|
||||||
|
"requirejs": "~2.1.22",
|
||||||
|
"text": "requirejs-text#^2.0.14",
|
||||||
|
"es6-promise": "^3.0.2",
|
||||||
|
"screenfull": "^3.0.0",
|
||||||
|
"node-uuid": "^1.4.7",
|
||||||
|
"comma-separated-values": "^3.6.4",
|
||||||
|
"FileSaver.js": "^0.0.2"
|
||||||
|
}
|
||||||
|
}
|
39
bundles.json
39
bundles.json
@ -1,39 +0,0 @@
|
|||||||
[
|
|
||||||
"platform/framework",
|
|
||||||
"platform/core",
|
|
||||||
"platform/representation",
|
|
||||||
"platform/commonUI/about",
|
|
||||||
"platform/commonUI/browse",
|
|
||||||
"platform/commonUI/edit",
|
|
||||||
"platform/commonUI/dialog",
|
|
||||||
"platform/commonUI/formats",
|
|
||||||
"platform/commonUI/general",
|
|
||||||
"platform/commonUI/inspect",
|
|
||||||
"platform/commonUI/mobile",
|
|
||||||
"platform/commonUI/themes/espresso",
|
|
||||||
"platform/commonUI/notification",
|
|
||||||
"platform/containment",
|
|
||||||
"platform/execution",
|
|
||||||
"platform/telemetry",
|
|
||||||
"platform/features/clock",
|
|
||||||
"platform/features/events",
|
|
||||||
"platform/features/imagery",
|
|
||||||
"platform/features/layout",
|
|
||||||
"platform/features/pages",
|
|
||||||
"platform/features/plot",
|
|
||||||
"platform/features/scrolling",
|
|
||||||
"platform/features/timeline",
|
|
||||||
"platform/forms",
|
|
||||||
"platform/identity",
|
|
||||||
"platform/persistence/aggregator",
|
|
||||||
"platform/persistence/local",
|
|
||||||
"platform/persistence/queue",
|
|
||||||
"platform/policy",
|
|
||||||
"platform/entanglement",
|
|
||||||
"platform/search",
|
|
||||||
"platform/status",
|
|
||||||
|
|
||||||
"example/imagery",
|
|
||||||
"example/eventGenerator",
|
|
||||||
"example/generator"
|
|
||||||
]
|
|
@ -2,13 +2,17 @@ deployment:
|
|||||||
production:
|
production:
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
|
- npm install canvas nomnoml
|
||||||
- ./build-docs.sh
|
- ./build-docs.sh
|
||||||
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
||||||
openmctweb-staging-un:
|
openmctweb-staging-un:
|
||||||
branch: search
|
branch: nem_prototype
|
||||||
heroku:
|
heroku:
|
||||||
appname: openmctweb-staging-un
|
appname: openmctweb-staging-un
|
||||||
openmctweb-staging-deux:
|
openmctweb-staging-deux:
|
||||||
branch: mobile
|
branch: mobile
|
||||||
heroku:
|
heroku:
|
||||||
appname: openmctweb-staging-deux
|
appname: openmctweb-staging-deux
|
||||||
|
test:
|
||||||
|
post:
|
||||||
|
- npm run jshint --silent
|
||||||
|
@ -106,7 +106,7 @@ GLOBAL.window = GLOBAL.window || GLOBAL; // nomnoml expects window to be define
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Convert from Github-flavored Markdown to HTML
|
// Convert from Github-flavored Markdown to HTML
|
||||||
function gfmifier() {
|
function gfmifier(renderTOC) {
|
||||||
var transform = new stream.Transform({ objectMode: true }),
|
var transform = new stream.Transform({ objectMode: true }),
|
||||||
markdown = "";
|
markdown = "";
|
||||||
transform._transform = function (chunk, encoding, done) {
|
transform._transform = function (chunk, encoding, done) {
|
||||||
@ -114,9 +114,11 @@ GLOBAL.window = GLOBAL.window || GLOBAL; // nomnoml expects window to be define
|
|||||||
done();
|
done();
|
||||||
};
|
};
|
||||||
transform._flush = function (done) {
|
transform._flush = function (done) {
|
||||||
// Prepend table of contents
|
if (renderTOC){
|
||||||
markdown =
|
// Prepend table of contents
|
||||||
[ TOC_HEAD, toc(markdown).content, "", markdown ].join("\n");
|
markdown =
|
||||||
|
[ TOC_HEAD, toc(markdown).content, "", markdown ].join("\n");
|
||||||
|
}
|
||||||
this.push(header);
|
this.push(header);
|
||||||
this.push(marked(markdown));
|
this.push(marked(markdown));
|
||||||
this.push(footer);
|
this.push(footer);
|
||||||
@ -168,13 +170,16 @@ GLOBAL.window = GLOBAL.window || GLOBAL; // nomnoml expects window to be define
|
|||||||
var destination = file.replace(options['in'], options.out)
|
var destination = file.replace(options['in'], options.out)
|
||||||
.replace(/md$/, "html"),
|
.replace(/md$/, "html"),
|
||||||
destPath = path.dirname(destination),
|
destPath = path.dirname(destination),
|
||||||
prefix = path.basename(destination).replace(/\.html$/, "");
|
prefix = path.basename(destination).replace(/\.html$/, ""),
|
||||||
|
//Determine whether TOC should be rendered for this file based
|
||||||
|
//on regex provided as command line option
|
||||||
|
renderTOC = file.match(options['suppress-toc'] || "") === null;
|
||||||
|
|
||||||
mkdirp(destPath, function (err) {
|
mkdirp(destPath, function (err) {
|
||||||
fs.createReadStream(file, { encoding: 'utf8' })
|
fs.createReadStream(file, { encoding: 'utf8' })
|
||||||
.pipe(split())
|
.pipe(split())
|
||||||
.pipe(nomnomlifier(destPath, prefix))
|
.pipe(nomnomlifier(destPath, prefix))
|
||||||
.pipe(gfmifier())
|
.pipe(gfmifier(renderTOC))
|
||||||
.pipe(fs.createWriteStream(destination, {
|
.pipe(fs.createWriteStream(destination, {
|
||||||
encoding: 'utf8'
|
encoding: 'utf8'
|
||||||
}));
|
}));
|
||||||
|
3
docs/src/design/index.md
Normal file
3
docs/src/design/index.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Design proposals:
|
||||||
|
|
||||||
|
* [API Redesign](proposals/APIRedesign.md)
|
338
docs/src/design/planning/APIRefactor.md
Normal file
338
docs/src/design/planning/APIRefactor.md
Normal file
@ -0,0 +1,338 @@
|
|||||||
|
# API Refactoring
|
||||||
|
|
||||||
|
This document summarizes a path toward implementing API changes
|
||||||
|
from the [API Redesign](../proposals/APIRedesign.md) for Open MCT Web
|
||||||
|
v1.0.0.
|
||||||
|
|
||||||
|
# Goals
|
||||||
|
|
||||||
|
These plans are intended to minimize:
|
||||||
|
|
||||||
|
* Waste; avoid allocating effort to temporary changes.
|
||||||
|
* Downtime; avoid making changes in large increments that blocks
|
||||||
|
delivery of new features for substantial periods of time.
|
||||||
|
* Risk; ensure that changes can be validated quickly, avoid putting
|
||||||
|
large effort into changes that have not been validated.
|
||||||
|
|
||||||
|
# Plan
|
||||||
|
|
||||||
|
```nomnoml
|
||||||
|
#comment: This diagram is in nomnoml syntax and should be rendered.
|
||||||
|
#comment: See https://github.com/nasa/openmctweb/issues/264#issuecomment-167166471
|
||||||
|
|
||||||
|
|
||||||
|
[<start> Start]->[<state> Imperative bundle registration]
|
||||||
|
|
||||||
|
[<state> Imperative bundle registration]->[<state> Build and packaging]
|
||||||
|
[<state> Imperative bundle registration]->[<state> Refactor API]
|
||||||
|
|
||||||
|
[<state> Build and packaging |
|
||||||
|
[<start> Start]->[<state> Incorporate a build step]
|
||||||
|
[<state> Incorporate a build step |
|
||||||
|
[<start> Start]->[<state> Choose package manager]
|
||||||
|
[<start> Start]->[<state> Choose build system]
|
||||||
|
[<state> Choose build system]<->[<state> Choose package manager]
|
||||||
|
[<state> Choose package manager]->[<state> Implement]
|
||||||
|
[<state> Choose build system]->[<state> Implement]
|
||||||
|
[<state> Implement]->[<end> End]
|
||||||
|
]->[<state> Separate repositories]
|
||||||
|
[<state> Separate repositories]->[<end> End]
|
||||||
|
]->[<state> Release candidacy]
|
||||||
|
|
||||||
|
|
||||||
|
[<start> Start]->[<state> Design registration API]
|
||||||
|
|
||||||
|
[<state> Design registration API |
|
||||||
|
[<start> Start]->[<state> Decide on role of Angular]
|
||||||
|
[<state> Decide on role of Angular]->[<state> Design API]
|
||||||
|
[<state> Design API]->[<choice> Passes review?]
|
||||||
|
[<choice> Passes review?] no ->[<state> Design API]
|
||||||
|
[<choice> Passes review?]-> yes [<end> End]
|
||||||
|
]->[<state> Refactor API]
|
||||||
|
|
||||||
|
[<state> Refactor API |
|
||||||
|
[<start> Start]->[<state> Imperative extension registration]
|
||||||
|
[<state> Imperative extension registration]->[<state> Refactor individual extensions]
|
||||||
|
|
||||||
|
[<state> Refactor individual extensions |
|
||||||
|
[<start> Start]->[<state> Prioritize]
|
||||||
|
[<state> Prioritize]->[<choice> Sufficient value added?]
|
||||||
|
[<choice> Sufficient value added?] no ->[<end> End]
|
||||||
|
[<choice> Sufficient value added?] yes ->[<state> Design]
|
||||||
|
[<state> Design]->[<choice> Passes review?]
|
||||||
|
[<choice> Passes review?] no ->[<state> Design]
|
||||||
|
[<choice> Passes review?]-> yes [<state> Implement]
|
||||||
|
[<state> Implement]->[<end> End]
|
||||||
|
]->[<state> Remove legacy bundle support]
|
||||||
|
|
||||||
|
[<state> Remove legacy bundle support]->[<end> End]
|
||||||
|
]->[<state> Release candidacy]
|
||||||
|
|
||||||
|
[<state> Release candidacy |
|
||||||
|
[<start> Start]->[<state> Verify |
|
||||||
|
[<start> Start]->[<choice> API well-documented?]
|
||||||
|
[<start> Start]->[<choice> API well-tested?]
|
||||||
|
[<choice> API well-documented?]-> no [<state> Write documentation]
|
||||||
|
[<choice> API well-documented?] yes ->[<end> End]
|
||||||
|
[<state> Write documentation]->[<choice> API well-documented?]
|
||||||
|
[<choice> API well-tested?]-> no [<state> Write test cases]
|
||||||
|
[<choice> API well-tested?]-> yes [<end> End]
|
||||||
|
[<state> Write test cases]->[<choice> API well-tested?]
|
||||||
|
]
|
||||||
|
[<start> Start]->[<state> Validate |
|
||||||
|
[<start> Start]->[<choice> Passes review?]
|
||||||
|
[<start> Start]->[<state> Use internally]
|
||||||
|
[<state> Use internally]->[<choice> Proves useful?]
|
||||||
|
[<choice> Passes review?]-> no [<state> Address feedback]
|
||||||
|
[<state> Address feedback]->[<choice> Passes review?]
|
||||||
|
[<choice> Passes review?] yes -> [<end> End]
|
||||||
|
[<choice> Proves useful?] yes -> [<end> End]
|
||||||
|
[<choice> Proves useful?] no -> [<state> Fix problems]
|
||||||
|
[<state> Fix problems]->[<state> Use internally]
|
||||||
|
]
|
||||||
|
[<state> Validate]->[<end> End]
|
||||||
|
[<state> Verify]->[<end> End]
|
||||||
|
]->[<state> Release]
|
||||||
|
|
||||||
|
[<state> Release]->[<end> End]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Step 1. Imperative bundle registration
|
||||||
|
|
||||||
|
Register whole bundles imperatively, using their current format.
|
||||||
|
|
||||||
|
For example, in each bundle add a `bundle.js` file:
|
||||||
|
|
||||||
|
```js
|
||||||
|
define([
|
||||||
|
'mctRegistry',
|
||||||
|
'json!bundle.json'
|
||||||
|
], function (mctRegistry, bundle) {
|
||||||
|
mctRegistry.install(bundle, "path/to/bundle");
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
Where `mctRegistry.install` is placeholder API that wires into the
|
||||||
|
existing bundle registration mechanisms. The main point of entry
|
||||||
|
would need to be adapted to clearly depend on these bundles
|
||||||
|
(in the require sense of a dependency), and the framework layer
|
||||||
|
would need to implement and integrate with this transitional
|
||||||
|
API.
|
||||||
|
|
||||||
|
Benefits:
|
||||||
|
|
||||||
|
* Achieves an API Redesign goal with minimal immediate effort.
|
||||||
|
* Conversion to an imperative syntax may be trivially automated.
|
||||||
|
* Minimal change; reuse existing bundle definitions, primarily.
|
||||||
|
* Allows early validation of switch to imperative; unforeseen
|
||||||
|
consequences of the change may be detected at this point.
|
||||||
|
* Allows implementation effort to progress in parallel with decisions
|
||||||
|
about API changes, including fundamental ones such as the role of
|
||||||
|
Angular. May act in some sense as a prototype to inform those
|
||||||
|
decisions.
|
||||||
|
* Creates a location (framework layer) where subsequent changes to
|
||||||
|
the manner in which extensions are registered may be centralized.
|
||||||
|
When there is a one-to-one correspondence between the existing
|
||||||
|
form of an extension and its post-refactor form, adapters can be
|
||||||
|
written here to defer the task of making changes ubiquitously
|
||||||
|
throughout bundles, allowing for earlier validation and
|
||||||
|
verification of those changes, and avoiding ubiquitous changes
|
||||||
|
which might require us to go dark. (Mitigates
|
||||||
|
["greenfield paradox"](http://stepaheadsoftware.blogspot.com/2012/09/greenfield-or-refactor-legacy-code-base.html);
|
||||||
|
want to add value with new API but don't want to discard value
|
||||||
|
of tested/proven legacy codebase.)
|
||||||
|
|
||||||
|
Detriments:
|
||||||
|
|
||||||
|
* Requires transitional API to be implemented/supported; this is
|
||||||
|
waste. May mitigate this by time-bounding the effort put into
|
||||||
|
this step to ensure that waste is minimal.
|
||||||
|
|
||||||
|
Note that API changes at this point do not meaningfully reflect
|
||||||
|
the desired 1.0.0 API, so no API reviews are necessary.
|
||||||
|
|
||||||
|
## Step 2. Incorporate a build step
|
||||||
|
|
||||||
|
After the previous step is completed, there should be a
|
||||||
|
straightforward dependency graph among AMD modules, and an
|
||||||
|
imperative (albeit transitional) API allowing for other plugins
|
||||||
|
to register themselves. This should allow for a build step to
|
||||||
|
be included in a straightforward fashion.
|
||||||
|
|
||||||
|
Some goals for this build step:
|
||||||
|
|
||||||
|
* Compile (and, preferably, optimize/minify) Open MCT Web
|
||||||
|
sources into a single `.js` file.
|
||||||
|
* It is desirable to do the same for HTML sources, but
|
||||||
|
may wish to defer this until a subsequent refactoring
|
||||||
|
step if appropriate.
|
||||||
|
* Provide non-code assets in a format that can be reused by
|
||||||
|
derivative projects in a straightforward fashion.
|
||||||
|
|
||||||
|
Should also consider which dependency/packaging manager should
|
||||||
|
be used by dependent projects to obtain Open MCT Web. Approaches
|
||||||
|
include:
|
||||||
|
|
||||||
|
1. Plain `npm`. Dependents then declare their dependency with
|
||||||
|
`npm` and utilize built sources and assets in a documented
|
||||||
|
fashion. (Note that there are
|
||||||
|
[documented challenges](http://blog.npmjs.org/post/101775448305/npm-and-front-end-packaging)
|
||||||
|
in using `npm` in this fashion.)
|
||||||
|
2. Build with `npm`, but recommend dependents install using
|
||||||
|
`bower`, as this is intended for front-end development. This may
|
||||||
|
require checking in built products, however, which
|
||||||
|
we wish to avoid (this could be solved by maintaining
|
||||||
|
a separate repository for built products.)
|
||||||
|
|
||||||
|
In all cases, there is a related question of which build system
|
||||||
|
to use for asset generation/management and compilation/minification/etc.
|
||||||
|
|
||||||
|
1. [`webpack`](https://webpack.github.io/)
|
||||||
|
is well-suited in principle, as it is specifically
|
||||||
|
designed for modules with non-JS dependencies. However,
|
||||||
|
there may be limitations and/or undesired behavior here
|
||||||
|
(for instance, CSS dependencies get in-lined as style tags,
|
||||||
|
removing our ability to control ordering) so it may
|
||||||
|
2. `gulp` or `grunt`. Commonplace, but both still require
|
||||||
|
non-trivial coding and/or configuration in order to produce
|
||||||
|
appropriate build artifacts.
|
||||||
|
3. [Just `npm`](http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/).
|
||||||
|
Reduces the amount of tooling being used, but may introduce
|
||||||
|
some complexity (e.g. custom scripts) to the build process,
|
||||||
|
and may reduce portability.
|
||||||
|
|
||||||
|
## Step 3. Separate repositories
|
||||||
|
|
||||||
|
Refactor existing applications built on Open MCT Web such that they
|
||||||
|
are no longer forks, but instead separate projects with a dependency
|
||||||
|
on the built artifacts from Step 2.
|
||||||
|
|
||||||
|
Note that this is achievable already using `bower` (see `warp-bower`
|
||||||
|
branch at http://developer.nasa.gov/mct/warp for an example.)
|
||||||
|
However, changes involved in switching to an imperative API and
|
||||||
|
introducing a build process may change (and should simplify) the
|
||||||
|
approach used to utilize Open MCT Web as a dependency, so these
|
||||||
|
changes should be introduced first.
|
||||||
|
|
||||||
|
## Step 4. Design registration API
|
||||||
|
|
||||||
|
Design the registration API that will replace declarative extension
|
||||||
|
categories and extensions (including Angular built-ins and composite
|
||||||
|
services.)
|
||||||
|
|
||||||
|
This may occur in parallel with implementation steps.
|
||||||
|
|
||||||
|
It will be necessary
|
||||||
|
to have a decision about the role of Angular at this point; are extensions
|
||||||
|
registered via provider configuration (Angular), or directly in some
|
||||||
|
exposed registry?
|
||||||
|
|
||||||
|
Success criteria here should be based on peer review. Scope of peer
|
||||||
|
review should be based on perceived risk/uncertainty surrounding
|
||||||
|
proposed changes, to avoid waste; may wish to limit this review to
|
||||||
|
the internal team. (The extent to which external
|
||||||
|
feedback is available is limited, but there is an inherent timeliness
|
||||||
|
to external review; need to balance this.)
|
||||||
|
|
||||||
|
Benefits:
|
||||||
|
|
||||||
|
* Solves the "general case" early, allowing for early validation.
|
||||||
|
|
||||||
|
Note that in specific cases, it may be desirable to refactor some
|
||||||
|
current "extension category" in a manner that will not appear as
|
||||||
|
registries, _or_ to locate these in different
|
||||||
|
namespaces, _or_ to remove/replace certain categories entirely.
|
||||||
|
This work is deferred intentionally to allow for a solution of the
|
||||||
|
general case.
|
||||||
|
|
||||||
|
## Step 5. Imperative extension registration
|
||||||
|
|
||||||
|
Register individual extensions imperatively, implementing API changes
|
||||||
|
from the previous step. At this stage, _usage_ of the API may be confined
|
||||||
|
to a transitional adapter in the framework layer; bundles may continue
|
||||||
|
to utilize the transitional API for registering extensions in the
|
||||||
|
legacy format.
|
||||||
|
|
||||||
|
An important, ongoing sub-task here will be to discover and define dependencies
|
||||||
|
among bundles. Composite services and extension categories are presently
|
||||||
|
"implicit"; after the API redesign, these will become "explicit", insofar
|
||||||
|
as some specific component will be responsible for creating any registries.
|
||||||
|
As such, "bundles" which _use_ specific registries will need to have an
|
||||||
|
enforceable dependency (e.g. require) upon those "bundles" which
|
||||||
|
_declare_ those registries.
|
||||||
|
|
||||||
|
## Step 6. Refactor individual extensions
|
||||||
|
|
||||||
|
Refactor individual extension categories and/or services that have
|
||||||
|
been identified as needing changes. This includes, but is not
|
||||||
|
necessarily limited to:
|
||||||
|
|
||||||
|
* Views/Representations/Templates (refactored into "components.")
|
||||||
|
* Capabilities (refactored into "roles", potentially.)
|
||||||
|
* Telemetry (from `TelemetrySeries` to `TelemetryService`.)
|
||||||
|
|
||||||
|
Changes should be made one category at a time (either serially
|
||||||
|
or separately in parallel) and should involve a tight cycle of:
|
||||||
|
|
||||||
|
1. Prioritization/reprioritization; highest-value API improvements
|
||||||
|
should be done first.
|
||||||
|
2. Design.
|
||||||
|
3. Review. Refactoring individual extensions will require significant
|
||||||
|
effort (likely the most significant effort in the process) so changes
|
||||||
|
should be validated early to minimize risk/waste.
|
||||||
|
4. Implementation. These changes will not have a one-to-one relationship
|
||||||
|
with existing extensions, so changes cannot be centralized; usages
|
||||||
|
will need to be updated across all "bundles" instead of centralized
|
||||||
|
in a legacy adapter. If changes are of sufficient complexity, some
|
||||||
|
planning should be done to spread out the changes incrementally.
|
||||||
|
|
||||||
|
By necessity, these changes may break functionality in applications
|
||||||
|
built using Open MCT Web. On a case-by-case basis, should consider
|
||||||
|
providing temporary "legacy support" to allow downstream updates
|
||||||
|
to occur as a separate task; the relevant trade here is between
|
||||||
|
waste/effort required to maintain legacy support, versus the
|
||||||
|
downtime which may be introduced by making these changes simultaneously
|
||||||
|
across several repositories.
|
||||||
|
|
||||||
|
|
||||||
|
## Step 7. Remove legacy bundle support
|
||||||
|
|
||||||
|
Update bundles to remove any usages of legacy support for bundles
|
||||||
|
(including that used by dependent projects.) Then, remove legacy
|
||||||
|
support from Open MCT Web.
|
||||||
|
|
||||||
|
## Step 8. Release candidacy
|
||||||
|
|
||||||
|
Once API changes are complete, Open MCT Web should enter a release
|
||||||
|
candidacy cycle. Important things to look at here:
|
||||||
|
|
||||||
|
* Are changes really complete?
|
||||||
|
* Are they sufficiently documented?
|
||||||
|
* Are they sufficiently tested?
|
||||||
|
* Are changes really sufficient?
|
||||||
|
* Do reviewers think they are usable?
|
||||||
|
* Does the development team find them useful in practice? This
|
||||||
|
will require calendar time to ascertain; should allocate time
|
||||||
|
for this, particularly in alignment with the sprint/release
|
||||||
|
cycle.
|
||||||
|
* Has learning curve been measurably decreased? Comparing a to-do
|
||||||
|
list tutorial to [other examples(http://todomvc.com/) could
|
||||||
|
provide an empirical basis to this. How much code is required?
|
||||||
|
How much explanation is required? How many dependencies must
|
||||||
|
be installed before initial setup?
|
||||||
|
* Does the API offer sufficient power to implement the extensions we
|
||||||
|
anticipate?
|
||||||
|
* Any open API-related issues which should block a 1.0.0 release?
|
||||||
|
|
||||||
|
Any problems identified during release candidacy will require
|
||||||
|
subsequent design changes and planning.
|
||||||
|
|
||||||
|
## Step 9. Release
|
||||||
|
|
||||||
|
Once API changes have been verified and validated, proceed
|
||||||
|
with release, including:
|
||||||
|
|
||||||
|
* Tagging as version 1.0.0 (at an appropriate time in the
|
||||||
|
sprint/release cycle.)
|
||||||
|
* Close any open issues which have been resolved (or made obsolete)
|
||||||
|
by API changes.
|
1282
docs/src/design/proposals/APIRedesign.md
Normal file
1282
docs/src/design/proposals/APIRedesign.md
Normal file
File diff suppressed because it is too large
Load Diff
251
docs/src/design/proposals/APIRedesign_PeteRichards.md
Normal file
251
docs/src/design/proposals/APIRedesign_PeteRichards.md
Normal file
@ -0,0 +1,251 @@
|
|||||||
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||||
|
|
||||||
|
- [Reducing interface depth (the bundle.json version)](#reducing-interface-depth-the-bundlejson-version)
|
||||||
|
- [Imperitive component registries](#imperitive-component-registries)
|
||||||
|
- [Get rid of "extension category" concept.](#get-rid-of-extension-category-concept)
|
||||||
|
- [Reduce number and depth of extension points](#reduce-number-and-depth-of-extension-points)
|
||||||
|
- [Composite services should not be the default](#composite-services-should-not-be-the-default)
|
||||||
|
- [Get rid of views, representations, and templates.](#get-rid-of-views-representations-and-templates)
|
||||||
|
- [Reducing interface depth (The angular discussion)](#reducing-interface-depth-the-angular-discussion)
|
||||||
|
- [More angular: for all services](#more-angular-for-all-services)
|
||||||
|
- [Less angular: only for views](#less-angular-only-for-views)
|
||||||
|
- [Standard packaging and build system](#standard-packaging-and-build-system)
|
||||||
|
- [Use systemjs for module loading](#use-systemjs-for-module-loading)
|
||||||
|
- [Use gulp or grunt for standard tooling](#use-gulp-or-grunt-for-standard-tooling)
|
||||||
|
- [Package openmctweb as single versioned file.](#package-openmctweb-as-single-versioned-file)
|
||||||
|
- [Misc Improvements](#misc-improvements)
|
||||||
|
- [Refresh on navigation](#refresh-on-navigation)
|
||||||
|
- [Move persistence adapter to promise rejection.](#move-persistence-adapter-to-promise-rejection)
|
||||||
|
- [Remove bulk requests from providers](#remove-bulk-requests-from-providers)
|
||||||
|
- [Notes on current API proposals:](#notes-on-current-api-proposals)
|
||||||
|
- [[1] Footnote: The angular debacle](#1-footnote-the-angular-debacle)
|
||||||
|
- ["Do or do not, there is no try"](#do-or-do-not-there-is-no-try)
|
||||||
|
- [A lack of commitment](#a-lack-of-commitment)
|
||||||
|
- [Commitment is good!](#commitment-is-good)
|
||||||
|
|
||||||
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
|
||||||
|
# Reducing interface depth (the bundle.json version)
|
||||||
|
|
||||||
|
## Imperitive component registries
|
||||||
|
|
||||||
|
Transition component registries to javascript, get rid of bundle.json and bundles.json. Prescribe a method for application configuration, but allow flexibility in how application configuration is defined.
|
||||||
|
|
||||||
|
Register components in an imperitive fashion, see angularApp.factory, angularApp.controller, etc. Alternatively, implement our own application object with new registries and it's own form of registering objects.
|
||||||
|
|
||||||
|
## Get rid of "extension category" concept.
|
||||||
|
|
||||||
|
The concept of an "extension category" is itself an extraneous concept-- an extra layer of interface depth, an extra thing to learn before you can say "hello world". Extension points should be clearly supported and documented with whatever interfaces make sense. Developers who wish to add something that is conceptually equivalent to an extension category can do so directly, in the manner that suites their needs, without us forcing a common method on them.
|
||||||
|
|
||||||
|
## Reduce number and depth of extension points
|
||||||
|
|
||||||
|
Clearly specify supported extension points (e.g. persistence, model providers, telemetry providers, routes, time systems), but don't claim that the system has a clear and perfect repeatable solution for unknown extension types. New extension categories can be implemented in whatever way makes sense, without prescribing "the one and only system for managing extensions".
|
||||||
|
|
||||||
|
The underlying problem here is we are predicting needs for extension points where none exist-- if we try and design the extension system before we know how it is used, we design the wrong thing and have to rewrite it later.
|
||||||
|
|
||||||
|
## Composite services should not be the default
|
||||||
|
|
||||||
|
Understanding composite services, and describing services as composite services can confuse developers. Aggregators are implemented once and forgotten, while decorators tend to be hacky, brittle solutions that are generally needed to avoid circular imports. While composite services are a useful construct, it reduces interface depth to implement them as registries + typed providers.
|
||||||
|
|
||||||
|
You can write a provider (provides "thing x" for "inputs y") with a simple interface. A provider has two or more methods:
|
||||||
|
* a method which takes "inputs y" and returns True if it knows how to provide "thing x", false otherwise.
|
||||||
|
* one or more methods which provide "thing x" for objects of "inputs y".
|
||||||
|
|
||||||
|
Actually checking whether a provider can respond to a request before asking it to do work allows for faster failure and clearer errors when no providers match the request.
|
||||||
|
|
||||||
|
## Get rid of views, representations, and templates.
|
||||||
|
|
||||||
|
Templates are an implementation detail that should be handled by module loaders. Views and representations become "components," and a new concept, "routes", is used to exposing specific views to end users.
|
||||||
|
|
||||||
|
`components` - building blocks for views, have clear inputs and outputs, and can be coupled to other components when it makes sense. (e.g. parent-child components such as menu and menu item), but should have ZERO knowledge of our data models or telemetry apis. They should define data models that enable them to do their job well while still being easy to test.
|
||||||
|
|
||||||
|
`routes` - a view type for a given domain object, e.g. a plot, table, display layout, etc. Can be described as "whatever shows in the main screen when you are viewing an object." Handle loading of data from a domain object and passing that data to the view components. Routes should support editing as it makes sense in their own context.
|
||||||
|
|
||||||
|
To facilitate testing:
|
||||||
|
|
||||||
|
* routes should be testable without having to test the actual view.
|
||||||
|
* components should be independently testable with zero knowledge of our data models or telemetry APIs.
|
||||||
|
|
||||||
|
Component code should be organized side by side, such as:
|
||||||
|
|
||||||
|
```
|
||||||
|
app
|
||||||
|
|- components
|
||||||
|
|- productDetail
|
||||||
|
| |- productDetail.js
|
||||||
|
| |- productDetail.css
|
||||||
|
| |- productDetail.html
|
||||||
|
| |- productDetailSpec.js
|
||||||
|
|- productList
|
||||||
|
|- checkout
|
||||||
|
|- wishlist
|
||||||
|
```
|
||||||
|
|
||||||
|
Components are not always reusable, and we shouldn't be overly concerned with making them so. If components are heavily reused, they should either be moved to a platform feature (e.g. notifications, indicators), or broken off as an external dependency (e.g. publish mct-plot as mct-plot.js).
|
||||||
|
|
||||||
|
|
||||||
|
# Reducing interface depth (The angular discussion)
|
||||||
|
|
||||||
|
Two options here: use more angular, use less angular. Wrapping angular methods does not reduce interface depth and must be avoided.
|
||||||
|
|
||||||
|
The primary issue with angular is duplications of concerns-- both angular and the openmctweb platform implement the same tools side by side and it can be hard to comprehend-- it increases interface depth. For other concerns, see footnotes[1].
|
||||||
|
|
||||||
|
Wrapping angular methods for non-view related code is confusing to developers because of the random constraints angular places on these items-- developers ultimately have to understand both angular DI and our framework. For example, it's not possible to name the topic service "topicService" because angular expects Services to be implemented by Providers, which is different than our expectation.
|
||||||
|
|
||||||
|
To reduce interface depth, we can replace our own provider and registry patterns with angular patterns, or we can only utilize angular view logic, and only use our own DI patterns.
|
||||||
|
|
||||||
|
## More angular: for all services
|
||||||
|
|
||||||
|
Increasing our commitment to angular would mean using more of the angular factorys, services, etc, and less of our home grown tools. We'd implement our services and extension points as angular providers, and make them configurable via app.config.
|
||||||
|
|
||||||
|
As an example, registering a specific type of model provider in angular would look like:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
mct.provider('model', modelProvider() { /* implementation */});
|
||||||
|
|
||||||
|
mct.config(['modelProvider', function (modelProvider) {
|
||||||
|
modelProvider.providers.push(RootModelProvider);
|
||||||
|
}]);
|
||||||
|
```
|
||||||
|
|
||||||
|
## Less angular: only for views
|
||||||
|
|
||||||
|
If we wish to use less angular, I would recommend discontinuing use of all angular components that are not view related-- services, factories, $http, etc, and implementing them in our own paradigm. Otherwise, we end up with layered interfaces-- one of the goals we would like to avoid.
|
||||||
|
|
||||||
|
|
||||||
|
# Standard packaging and build system
|
||||||
|
|
||||||
|
Standardize the packaging and build system, and completely separate the core platform from deployments. Prescribe a starting point for deployments, but allow flexibility.
|
||||||
|
|
||||||
|
## Use systemjs for module loading
|
||||||
|
|
||||||
|
Allow developers to use whatever module loading system they'd like to use, while still supporting all standard cases. We should also use this system for loading assets (css, scss, html templates), which makes it easier to implement a single file deployment using standard build tooling.
|
||||||
|
|
||||||
|
## Use gulp or grunt for standard tooling
|
||||||
|
|
||||||
|
Using gulp or grunt as a task runner would bring us in line with standard web developer workflows and help standardize rendering, deployment, and packaging. Additional tools can be added to the workflow at low cost, simplifying the set up of developer environments.
|
||||||
|
|
||||||
|
Gulp and grunt provide useful developer tooling such as live reload, automatic scss/less/etc compiliation, and ease of extensibility for standard production build processes. They're key in decoupling code.
|
||||||
|
|
||||||
|
## Package openmctweb as single versioned file.
|
||||||
|
|
||||||
|
Deployments should depend on a specific version of openmctweb, but otherwise be allowed to have their own deployment and development toolsets.
|
||||||
|
|
||||||
|
Customizations and deployments of openmctweb should not use the same build tooling as the core platform; instead they should be free to use their own build tools as they wish. (We would provide a template for an application, based on our experience with warp-for-rp and vista)
|
||||||
|
|
||||||
|
Installation and utilization of openmctweb should be as simple as downloading the js file, including it in your own html page, and then initializing an app and running it. If a developer would prefer, they could use bower or npm to handle installation.
|
||||||
|
|
||||||
|
Then, if we're using imperative methods for extending the application we can use the following for basic customization:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<script src="//localhost/openmctweb.js"></script>
|
||||||
|
<script>
|
||||||
|
// can configure from object
|
||||||
|
var myApp = new OpenMCTWeb({
|
||||||
|
persitence: {
|
||||||
|
providers: [
|
||||||
|
{
|
||||||
|
type: 'elastic',
|
||||||
|
uri: 'http://someElasticHost/'
|
||||||
|
} // ...
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// alternative configurations
|
||||||
|
myApp.persistence.addProvider(MyPersistenceAdapter);
|
||||||
|
myApp.model.addProvider(someProviderObject);
|
||||||
|
|
||||||
|
// Removing via method
|
||||||
|
myApp.persistence.removeProvider('some method for removing functionality');
|
||||||
|
// directly mutating providers
|
||||||
|
myApp.persistence.providers = [ThisProviderStandsAlone];
|
||||||
|
//
|
||||||
|
myApp.run();
|
||||||
|
</script>
|
||||||
|
```
|
||||||
|
|
||||||
|
This packaging reduces the complexity of managing multiple deployed versions, and also allows us to provide users with incredibly simple tutorials-- they can use whatever tooling they like. For instance, a hello world tutorial may take the option of "exposing a new object in the tree".
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
var myApp = new OpenMCTWeb();
|
||||||
|
myApp.roots.addRoot({
|
||||||
|
id: 'myRoot',
|
||||||
|
name: 'Hello World!',
|
||||||
|
});
|
||||||
|
myApp.routes.setDefault('myRoot');
|
||||||
|
myApp.run();
|
||||||
|
```
|
||||||
|
|
||||||
|
# Misc Improvements
|
||||||
|
|
||||||
|
## Refresh on navigation
|
||||||
|
In cases where navigation events change the entire screen, we should be using routes and location changes to navigate between objects. We should be using href for all navigation events.
|
||||||
|
|
||||||
|
At the same time, navigating should refresh state of every visible object. A properly configured persistence store will handle caching with standard cache headers and 304 not modified responses, which will provide good performance of object reloads, while helping us ensure that objects are always in sync between clients.
|
||||||
|
|
||||||
|
View state (say, the expanded tree nodes) should not be tied to caching of data-- it should be something we intentionally persist and restore with each navigation. Data (such as object definitions) should be reloaded from server as necessary to restore state.
|
||||||
|
|
||||||
|
## Move persistence adapter to promise rejection.
|
||||||
|
Simple: reject on fail, resolve on success.
|
||||||
|
|
||||||
|
## Remove bulk requests from providers
|
||||||
|
|
||||||
|
Aggregators can request multiple things at once, but individual providers should only have to implement handling at the level of a single request. Each provider can implement it's own internal batching, but it should support making requests at a finer level of detail.
|
||||||
|
|
||||||
|
Excessive wrapping of code with $q.all causes additional digest cycles and decreased performance.
|
||||||
|
|
||||||
|
For example, instead of every telemetry provider responding to a given telemetry request, aggregators should route each request to the first provider that can fulfill that request.
|
||||||
|
|
||||||
|
|
||||||
|
# Notes on current API proposals:
|
||||||
|
|
||||||
|
* [RequireJS for Dependency Injection](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#requirejs-as-dependency-injector): requires other topics to be discussed first.
|
||||||
|
* [Arbitrary HTML Views](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#arbitrary-html-views): think there is a place for it, requires other topics to be discussed first.
|
||||||
|
* [Wrap Angular Services](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#wrap-angular-services): No, this is bad.
|
||||||
|
* [Bundle definitions in Javascript](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#bundle-declarations-in-javascript): Points to a solution, but ultimately requires more discussion.
|
||||||
|
* [pass around a dependency injector](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#pass-around-a-dependency-injector): No.
|
||||||
|
* [remove partial constructors](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#remove-partial-constructors): Yes, this should be superseded by another proposal though. The entire concept was a messy solution to dependency injection issues caused by declarative syntax.
|
||||||
|
* [Rename views to applications](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#rename-views-to-applications): Points to a problem that needs to be solved but I think the name is bad.
|
||||||
|
* [Provide classes for extensions](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#provide-classes-for-extensions): Yes, in specific places
|
||||||
|
* [Normalize naming conventions](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#normalize-naming-conventions): Yes.
|
||||||
|
* [Expose no third-party APIs](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#expose-no-third-party-apis): Completely disagree, points to a real problem with poor angular integration.
|
||||||
|
* [Register Extensions as Instances instead of Constructors](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#register-extensions-as-instances-instead-of-constructors): Superseded by the fact that we should not hope to implement a generic construct.
|
||||||
|
* [Remove capability delegation](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#remove-capability-delegation): Yes.
|
||||||
|
* [Nomenclature Change](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#nomenclature-change): Yes, hope to discuss the implications of this more clearly in other proposals.
|
||||||
|
* [Capabilities as mixins](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#capabilities-as-mixins): Yes.
|
||||||
|
* [Remove appliesTo methods](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#remove-applies-to-methods): No-- I think some level of this is necessary. I think a more holistic approach to policy is needed. it's a rather complicated system.
|
||||||
|
* [Revise telemetry API](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#revise-telemetry-api): If we can rough out and agree to the specifics, then Yes. Needs discussion.
|
||||||
|
* [Allow composite services to fail gracefully](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#allow-composite-services-to-fail-gracefully): No. As mentioned above, I think composite services themselves should be eliminated for a more purpose bound tool.
|
||||||
|
* [Plugins as angular modules](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#plugins-as-angular-modules): Should we decide to embrace Angular completely, I would support this. Otherwise, no.
|
||||||
|
* [Contextual Injection](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#contextual-injection): No, don't see a need.
|
||||||
|
* [Add New Abstractions for Actions](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#add-new-abstractions-for-actions): Worth a discussion.
|
||||||
|
* [Add gesture handlers](https://github.com/nasa/openmctweb/blob/api-redesign/docs/src/design/proposals/APIRedesign.md#add-gesture-handlers): Yes if we can agree on details. We need a platform implementation that is easy to use, but we should not reinvent the wheel.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# [1] Footnote: The angular debacle
|
||||||
|
|
||||||
|
## "Do or do not, there is no try"
|
||||||
|
|
||||||
|
A commonly voiced concern of embracing angular is the possibility of becoming dependent on a third party framework. This concern is itself detrimental-- if we're afraid of becoming dependent on a third party framework, then we will do a bad job of using the framework, and inevitably will want to stop using it.
|
||||||
|
|
||||||
|
If we're using a framework, we need to use it fully, or not use it at all.
|
||||||
|
|
||||||
|
## A lack of commitment
|
||||||
|
|
||||||
|
A number of the concerns we heard from developers and interns can be attributed to the tenuous relationship between the OpenMCTWeb platform and angular. We claimed to be angular, but we weren't really angular. Instead, we are caught between our incomplete framework paradigm and the angular paradigm. In many cases we reinvented the wheel or worked around functionality that angular provides, and ended up in a more confusing state.
|
||||||
|
|
||||||
|
## Commitment is good!
|
||||||
|
|
||||||
|
We could just be an application that is built with angular.
|
||||||
|
|
||||||
|
An application that is modular and extensible not because it reinvents tools for providing modularity and extensibility, but because it reuses existing tools for modularity and extensibility.
|
||||||
|
|
||||||
|
There are benefits to buying into the angular paradigm: shift documentation burden to external project, engage a larger talent pool available both as voluntary open source contributors and as experienced developers for hire, and gain access to an ecosystem of tools that we can use to increase the speed of development.
|
||||||
|
|
||||||
|
There are negatives too: Angular is a monolith, it has performance concerns, and an unclear future. If we can't live with it, we should look at alternatives.
|
||||||
|
|
164
docs/src/design/proposals/ImperativePlugins.md
Normal file
164
docs/src/design/proposals/ImperativePlugins.md
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
# Imperative Plugins
|
||||||
|
|
||||||
|
This is a design proposal for handling
|
||||||
|
[bundle declarations in JavaScript](
|
||||||
|
APIRedesign.md#bundle-declarations-in-javascript).
|
||||||
|
|
||||||
|
## Developer Use Cases
|
||||||
|
|
||||||
|
Developers will want to use bundles/plugins to (in rough order
|
||||||
|
of occurrence):
|
||||||
|
|
||||||
|
1. Add new extension instances.
|
||||||
|
2. Use existing services
|
||||||
|
3. Add new service implementations.
|
||||||
|
4. Decorate service implementations.
|
||||||
|
5. Decorate extension instances.
|
||||||
|
6. Add new types of services.
|
||||||
|
7. Add new extension categories.
|
||||||
|
|
||||||
|
Notably, bullets 4 and 5 above are currently handled implicitly,
|
||||||
|
which has been cited as a source of confusion.
|
||||||
|
|
||||||
|
## Interfaces
|
||||||
|
|
||||||
|
Two base classes may be used to satisfy these use cases:
|
||||||
|
|
||||||
|
* The `CompositeServiceFactory` provides composite service instances.
|
||||||
|
Decorators may be added; the approach used for compositing may be
|
||||||
|
modified; and individual services may be registered to support compositing.
|
||||||
|
* The `ExtensionRegistry` allows for the simpler case where what is desired
|
||||||
|
is an array of all instances of some kind of thing within the system.
|
||||||
|
|
||||||
|
Note that additional developer use cases may be supported by using the
|
||||||
|
more general-purpose `Registry`
|
||||||
|
|
||||||
|
```nomnoml
|
||||||
|
[Factory.<T, V>
|
||||||
|
|
|
||||||
|
- factoryFn : function (V) : T
|
||||||
|
|
|
||||||
|
+ decorate(decoratorFn : function (T, V) : T, options? : RegistrationOptions)
|
||||||
|
]-:>[function (V) : T]
|
||||||
|
|
||||||
|
[RegistrationOptions |
|
||||||
|
+ priority : number or string
|
||||||
|
]
|
||||||
|
|
||||||
|
[Registry.<T, V>
|
||||||
|
|
|
||||||
|
- compositorFn : function (Array.<T>) : V
|
||||||
|
|
|
||||||
|
+ register(item : T, options? : RegistrationOptions)
|
||||||
|
+ composite(compositorFn : function (Array.<T>) : V, options? : RegistrationOptions)
|
||||||
|
]-:>[Factory.<V, Void>]
|
||||||
|
[Factory.<V, Void>]-:>[Factory.<T, V>]
|
||||||
|
|
||||||
|
[ExtensionRegistry.<T>]-:>[Registry.<T, Array.<T>>]
|
||||||
|
[Registry.<T, Array.<T>>]-:>[Registry.<T, V>]
|
||||||
|
|
||||||
|
[CompositeServiceFactory.<T>]-:>[Registry.<T, T>]
|
||||||
|
[Registry.<T, T>]-:>[Registry.<T, V>]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
### 1. Add new extension instances.
|
||||||
|
|
||||||
|
```js
|
||||||
|
// Instance-style registration
|
||||||
|
mct.types.register(new mct.Type({
|
||||||
|
key: "timeline",
|
||||||
|
name: "Timeline",
|
||||||
|
description: "A container for activities ordered in time."
|
||||||
|
});
|
||||||
|
|
||||||
|
// Factory-style registration
|
||||||
|
mct.actions.register(function (domainObject) {
|
||||||
|
return new RemoveAction(domainObject);
|
||||||
|
}, { priority: 200 });
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. Use existing services
|
||||||
|
|
||||||
|
```js
|
||||||
|
mct.actions.register(function (domainObject) {
|
||||||
|
var dialogService = mct.ui.dialogServiceFactory();
|
||||||
|
return new PropertiesAction(dialogService, domainObject);
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
### 3. Add new service implementations
|
||||||
|
|
||||||
|
```js
|
||||||
|
// Instance-style registration
|
||||||
|
mct.persistenceServiceFactory.register(new LocalPersistenceService());
|
||||||
|
|
||||||
|
// Factory-style registration
|
||||||
|
mct.persistenceServiceFactory.register(function () {
|
||||||
|
var $http = angular.injector(['ng']).get('$http');
|
||||||
|
return new LocalPersistenceService($http);
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
### 4. Decorate service implementations
|
||||||
|
|
||||||
|
```js
|
||||||
|
mct.modelServiceFactory.decorate(function (modelService) {
|
||||||
|
return new CachingModelDecorator(modelService);
|
||||||
|
}, { priority: 100 });
|
||||||
|
```
|
||||||
|
|
||||||
|
### 5. Decorate extension instances
|
||||||
|
|
||||||
|
```js
|
||||||
|
mct.capabilities.decorate(function (capabilities) {
|
||||||
|
return capabilities.map(decorateIfApplicable);
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
This use case is not well-supported by these API changes. The most
|
||||||
|
common case for decoration is capabilities, which are under reconsideration;
|
||||||
|
should consider handling decoration of capabilities in a different way.
|
||||||
|
|
||||||
|
### 6. Add new types of services
|
||||||
|
|
||||||
|
```js
|
||||||
|
myModule.myServiceFactory = new mct.CompositeServiceFactory();
|
||||||
|
|
||||||
|
// In cases where a custom composition strategy is desired
|
||||||
|
myModule.myServiceFactory.composite(function (services) {
|
||||||
|
return new MyServiceCompositor(services);
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
### 7. Add new extension categories.
|
||||||
|
|
||||||
|
```js
|
||||||
|
myModule.hamburgers = new mct.ExtensionRegistry();
|
||||||
|
```
|
||||||
|
|
||||||
|
## Evaluation
|
||||||
|
|
||||||
|
### Benefits
|
||||||
|
|
||||||
|
* Encourages separation of registration from declaration (individual
|
||||||
|
components are decoupled from the manner in which they are added
|
||||||
|
to the architecture.)
|
||||||
|
* Minimizes "magic." Dependencies are acquired, managed, and exposed
|
||||||
|
using plain-old-JavaScript without any dependency injector present
|
||||||
|
to obfuscate what is happening.
|
||||||
|
* Offers comparable expressive power to existing APIs; can still
|
||||||
|
extend the behavior of platform components in a variety of ways.
|
||||||
|
* Does not force or limit formalisms to use;
|
||||||
|
|
||||||
|
### Detriments
|
||||||
|
|
||||||
|
* Does not encourage separation of dependency acquisition from
|
||||||
|
declaration; that is, it would be quite natural using this API
|
||||||
|
to acquire references to services during the constructor call
|
||||||
|
to an extension or service. But, passing these in as constructor
|
||||||
|
arguments is preferred (to separate implementation from architecture.)
|
||||||
|
* Adds (negligible?) boilerplate relative to declarative syntax.
|
||||||
|
* Relies on factories, increasing number of interfaces to be concerned
|
||||||
|
with.
|
138
docs/src/design/proposals/Roles.md
Normal file
138
docs/src/design/proposals/Roles.md
Normal file
@ -0,0 +1,138 @@
|
|||||||
|
# Roles
|
||||||
|
|
||||||
|
Roles are presented as an alternative formulation to capabilities
|
||||||
|
(dynamic behavior associated with individual domain objects.)
|
||||||
|
|
||||||
|
Specific goals here:
|
||||||
|
|
||||||
|
* Dependencies of individual scripts should be clear.
|
||||||
|
* Domain objects should be able to selectively exhibit a wide
|
||||||
|
variety of behaviors.
|
||||||
|
|
||||||
|
## Developer Use Cases
|
||||||
|
|
||||||
|
1. Checking for the existence of behavior.
|
||||||
|
2. Using behavior.
|
||||||
|
3. Augmenting existing behaviors.
|
||||||
|
4. Overriding existing behaviors.
|
||||||
|
5. Adding new behaviors.
|
||||||
|
|
||||||
|
## Overview of Proposed Solution
|
||||||
|
|
||||||
|
Remove `getCapability` from domain objects; add roles as external
|
||||||
|
services which can be applied to domain objects.
|
||||||
|
|
||||||
|
## Interfaces
|
||||||
|
|
||||||
|
```nomnoml
|
||||||
|
[Factory.<T, V>
|
||||||
|
|
|
||||||
|
- factoryFn : function (V) : T
|
||||||
|
|
|
||||||
|
+ decorate(decoratorFn : function (T, V) : T, options? : RegistrationOptions)
|
||||||
|
]-:>[function (V) : T]
|
||||||
|
|
||||||
|
[RegistrationOptions |
|
||||||
|
+ priority : number or string
|
||||||
|
]<:-[RoleOptions |
|
||||||
|
+ validate : function (DomainObject) : boolean
|
||||||
|
]
|
||||||
|
|
||||||
|
[Role.<T> |
|
||||||
|
+ validate(domainObject : DomainObject) : boolean
|
||||||
|
+ decorate(decoratorFn : function (T, V) : T, options? : RoleOptions)
|
||||||
|
]-:>[Factory.<T, DomainObject>]
|
||||||
|
[Factory.<T, DomainObject>]-:>[Factory.<T, V>]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
### 1. Checking for the existence of behavior
|
||||||
|
|
||||||
|
```js
|
||||||
|
function PlotViewPolicy(telemetryRole) {
|
||||||
|
this.telemetryRole = telemetryRole;
|
||||||
|
}
|
||||||
|
PlotViewPolicy.prototype.allow = function (view, domainObject) {
|
||||||
|
return this.telemetryRole.validate(domainObject);
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. Using behavior
|
||||||
|
|
||||||
|
```js
|
||||||
|
PropertiesAction.prototype.perform = function () {
|
||||||
|
var mutation = this.mutationRole(this.domainObject);
|
||||||
|
return this.showDialog.then(function (newModel) {
|
||||||
|
return mutation.mutate(function () {
|
||||||
|
return newModel;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
### 3. Augmenting existing behaviors
|
||||||
|
|
||||||
|
```js
|
||||||
|
// Non-Angular style
|
||||||
|
mct.roles.persistenceRole.decorate(function (persistence) {
|
||||||
|
return new DecoratedPersistence(persistence);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Angular style
|
||||||
|
myModule.decorate('persistenceRole', ['$delegate', function ($delegate) {
|
||||||
|
return new DecoratedPersistence(persistence);
|
||||||
|
}]);
|
||||||
|
```
|
||||||
|
|
||||||
|
### 4. Overriding existing behaviors
|
||||||
|
|
||||||
|
```js
|
||||||
|
// Non-Angular style
|
||||||
|
mct.roles.persistenceRole.decorate(function (persistence, domainObject) {
|
||||||
|
return domainObject.getModel().type === 'someType' ?
|
||||||
|
new DifferentPersistence(domainObject) :
|
||||||
|
persistence;
|
||||||
|
}, {
|
||||||
|
validate: function (domainObject, next) {
|
||||||
|
return domainObject.getModel().type === 'someType' || next();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
### 5. Adding new behaviors
|
||||||
|
|
||||||
|
```js
|
||||||
|
function FooRole() {
|
||||||
|
mct.Role.apply(this, [function (domainObject) {
|
||||||
|
return new Foo(domainObject);
|
||||||
|
}]);
|
||||||
|
}
|
||||||
|
|
||||||
|
FooRole.prototype = Object.create(mct.Role.prototype);
|
||||||
|
|
||||||
|
FooRole.prototype.validate = function (domainObject) {
|
||||||
|
return domainObject.getModel().type === 'some-type';
|
||||||
|
};
|
||||||
|
|
||||||
|
//
|
||||||
|
myModule.roles.fooRole = new FooRole();
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Evaluation
|
||||||
|
|
||||||
|
### Benefits
|
||||||
|
|
||||||
|
* Simplifies/standardizes augmentation or replacement of behavior associated
|
||||||
|
with specific domain objects.
|
||||||
|
* Minimizes number of abstractions; roles are just factories.
|
||||||
|
* Clarifies dependencies; roles used must be declared/acquired in the
|
||||||
|
same manner as services.
|
||||||
|
|
||||||
|
### Detriments
|
||||||
|
|
||||||
|
* Externalizes functionality which is conceptually associated with a
|
||||||
|
domain object.
|
||||||
|
* Relies on factories, increasing number of interfaces to be concerned
|
||||||
|
with.
|
@ -407,7 +407,7 @@ In addition to the directories defined in the bundle definition, a bundle will
|
|||||||
typically contain other directories not used at run-time. Additionally, some
|
typically contain other directories not used at run-time. Additionally, some
|
||||||
useful development scripts (such as the command line build and the test suite)
|
useful development scripts (such as the command line build and the test suite)
|
||||||
expect this directory structure to be in use, and may ignore options chosen by
|
expect this directory structure to be in use, and may ignore options chosen by
|
||||||
`b undle.json`. It is recommended that the directory structure described below be
|
`bundle.json`. It is recommended that the directory structure described below be
|
||||||
used for new bundles.
|
used for new bundles.
|
||||||
|
|
||||||
* `src`: Contains JavaScript sources for this bundle. May contain additional
|
* `src`: Contains JavaScript sources for this bundle. May contain additional
|
||||||
@ -910,7 +910,24 @@ A capability's implementation may also expose a static method `appliesTo(model)`
|
|||||||
which should return a boolean value, and will be used by the platform to filter
|
which should return a boolean value, and will be used by the platform to filter
|
||||||
down capabilities to those which should be exposed by specific domain objects,
|
down capabilities to those which should be exposed by specific domain objects,
|
||||||
based on their domain object models.
|
based on their domain object models.
|
||||||
|
|
||||||
|
## Containers Category
|
||||||
|
|
||||||
|
Containers provide options for the `mct-container` directive.
|
||||||
|
|
||||||
|
The definition for an extension in the `containers` category should include:
|
||||||
|
|
||||||
|
* `key`: An identifier for the container.
|
||||||
|
* `template`: An Angular template for the container, including an
|
||||||
|
`ng-transclude` where contained content should go.
|
||||||
|
* `attributes`: An array of attribute names. The values associated with
|
||||||
|
these attributes will be exposed in the template's scope under the
|
||||||
|
name provided by the `alias` property.
|
||||||
|
* `alias`: The property name in scope under which attributes will be
|
||||||
|
exposed. Optional; defaults to "container".
|
||||||
|
|
||||||
|
Note that `templateUrl` is not supported for `containers`.
|
||||||
|
|
||||||
## Controls Category
|
## Controls Category
|
||||||
|
|
||||||
Controls provide options for the `mct-control` directive.
|
Controls provide options for the `mct-control` directive.
|
||||||
@ -941,6 +958,12 @@ look at field (see below) to determine which field in the model should be
|
|||||||
modified.
|
modified.
|
||||||
* `ngRequired`: True if input is required.
|
* `ngRequired`: True if input is required.
|
||||||
* `ngPattern`: The pattern to match against (for text entry)
|
* `ngPattern`: The pattern to match against (for text entry)
|
||||||
|
* `ngBlur`: A function that may be invoked to evaluate the expression
|
||||||
|
associated with the `ng-blur` attribute associated with the control.
|
||||||
|
* This should be called when the control has lost focus; for controls
|
||||||
|
which simply wrap or augment `input` elements, this should be fired
|
||||||
|
on `blur` events associated with those elements, while more complex
|
||||||
|
custom controls may fire this at the end of more specific interactions.
|
||||||
* `options`: The options for this control, as passed from the `options` property
|
* `options`: The options for this control, as passed from the `options` property
|
||||||
of an individual row definition.
|
of an individual row definition.
|
||||||
* `field`: Name of the field in `ngModel` which will hold the value for this
|
* `field`: Name of the field in `ngModel` which will hold the value for this
|
||||||
@ -2244,68 +2267,58 @@ options. The sources can be deployed in the same directory structure used during
|
|||||||
development. A few utilities are included to support development processes.
|
development. A few utilities are included to support development processes.
|
||||||
|
|
||||||
## Command-line Build
|
## Command-line Build
|
||||||
Open MCT Web includes a script for building via command line using Maven 3.0.4
|
|
||||||
https://maven.apache.org/ .
|
|
||||||
|
|
||||||
Invoking mvn clean install will:
|
|
||||||
|
|
||||||
* Check code style using JSLint. The build will fail if JSLint raises any warnings.
|
Open MCT Web is built using [`npm`](http://npmjs.com/)
|
||||||
* Run the test suite (see below.) The build will fail if any tests fail.
|
and [`gulp`](http://gulpjs.com/).
|
||||||
* Populate version info (e.g. commit hash, build time.)
|
|
||||||
* Produce a web archive (`.war`) artifact in the `target` directory.
|
|
||||||
|
|
||||||
The produced artifact contains a subset of the repository's own folder
|
To install build dependencies (only needs to be run once):
|
||||||
hierarchy, omitting tests and example bundles.
|
|
||||||
|
`npm install`
|
||||||
|
|
||||||
|
To build:
|
||||||
|
|
||||||
|
`npm run prepublish`
|
||||||
|
|
||||||
|
This will compile and minify JavaScript sources, as well as copy over assets.
|
||||||
|
The contents of the `dist` folder will contain a runnable Open MCT Web
|
||||||
|
instance (e.g. by starting an HTTP server in that directory), including:
|
||||||
|
|
||||||
|
* A `main.js` file containing Open MCT Web source code.
|
||||||
|
* Various assets in the `example` and `platform` directories.
|
||||||
|
* An `index.html` that runs Open MCT Web in its default configuration.
|
||||||
|
|
||||||
|
Additional `gulp` tasks are defined in [the gulpfile](gulpfile.js).
|
||||||
|
|
||||||
Note that an internet connection is required to run this build, in order to
|
Note that an internet connection is required to run this build, in order to
|
||||||
download build dependencies.
|
download build dependencies.
|
||||||
|
|
||||||
## Test Suite
|
## Test Suite
|
||||||
|
|
||||||
Open MCT Web uses Jasmine http://jasmine.github.io/ for automated testing.
|
Open MCT Web uses [Jasmine 1.3](http://jasmine.github.io/) and
|
||||||
The file `test.html` included at the top level of the source repository, can be
|
[Karma](http://karma-runner.github.io) for automated testing.
|
||||||
run from the browser to perform tests for all active bundles, as defined in
|
|
||||||
`bundle.json`.
|
|
||||||
|
|
||||||
To define tests for a bundle:
|
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.)
|
||||||
|
|
||||||
* Include a directory named `test` within that bundle.
|
Tests are written as AMD modules which depend (at minimum) upon the
|
||||||
* In the `test` directory, include a file named `suite.json`. This will identify
|
unit under test. For example, `src/foo/BarSpec.js` could look like:
|
||||||
which scripts will be tested.
|
|
||||||
* The file `suite.json` must contain a JSON array of strings, where each string
|
|
||||||
is the name of a script to be tested. These names should include any directory
|
|
||||||
paths to the script after (but not including) the `src` folder, and should not
|
|
||||||
include the file's `.js` extension. (Note that while Open MCT Web's framework
|
|
||||||
allows a different name to be chosen for the src directory, the test runner
|
|
||||||
does not: This directory must be named `src` for the test runner to find it.)
|
|
||||||
* For each script to be tested, a corresponding test script should be located in
|
|
||||||
the bundle's `test` directory. This should include the suffix Spec at the end of
|
|
||||||
the filename (but before the `.js` extension.) This test script should be an AMD
|
|
||||||
module which uses the Jasmine API to declare its test behavior. It should
|
|
||||||
declare an AMD dependency on the script to be tested, using a relative path.
|
|
||||||
|
|
||||||
For example, if writing tests for a bundle at example/foo with two scripts:
|
|
||||||
* `example/foo/src/controllers/FooController.js`
|
|
||||||
* `example/foo/src/directives/FooDirective.js`
|
|
||||||
|
|
||||||
First, these scripts should be identified in `example/foo/test/suite.json` e.g.
|
|
||||||
with contents:`[ "controllers/FooController", "directives/FooDirective" ]`
|
|
||||||
|
|
||||||
Then, scripts which describe these tests should be written. For example, test
|
|
||||||
`example/foo/test/controllers/FooControllerSpec.js` could look like:
|
|
||||||
|
|
||||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
/*global define,Promise,describe,it,expect,beforeEach*/
|
||||||
|
|
||||||
define(
|
define(
|
||||||
["../../src/controllers/FooController"],
|
["./Bar"],
|
||||||
function (FooController) {
|
function (Bar) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
describe("Bar", function () {
|
||||||
describe("The foo controller", function () {
|
|
||||||
it("does something", function () {
|
it("does something", function () {
|
||||||
var controller = new FooController();
|
var bar = new Bar();
|
||||||
expect(controller.foo()).toEqual("foo");
|
expect(controller.baz()).toEqual("foo");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -2434,4 +2447,4 @@ The following configuration constants are recognized by Open MCT Web bundles:
|
|||||||
* `ELASTIC_ROOT`: URL or path to the ElasticSearch instance to be used for
|
* `ELASTIC_ROOT`: URL or path to the ElasticSearch instance to be used for
|
||||||
domain object persistence. Should not include a trailing slash.
|
domain object persistence. Should not include a trailing slash.
|
||||||
* `ELASTIC_PATH`: Path relative to the ElasticSearch instance where domain
|
* `ELASTIC_PATH`: Path relative to the ElasticSearch instance where domain
|
||||||
object models should be persisted. Should take the form `<index>/<type>`.
|
object models should be persisted. Should take the form `<index>/<type>`.
|
||||||
|
35
docs/src/index.md
Normal file
35
docs/src/index.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# Open MCT Web Documentation
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Documentation is provided to support the use and development of
|
||||||
|
Open MCT Web. It's recommended that before doing
|
||||||
|
any development with Open MCT Web you take some time to familiarize yourself
|
||||||
|
with the documentation below.
|
||||||
|
|
||||||
|
Open MCT Web provides functionality out of the box, but it's also a platform for
|
||||||
|
building rich mission operations applications based on modern web technology.
|
||||||
|
The platform is configured declaratively, and defines conventions for
|
||||||
|
building on the provided capabilities by creating modular 'bundles' that
|
||||||
|
extend the platform at a variety of extension points. The details of how to
|
||||||
|
extend the platform are provided in the following documentation.
|
||||||
|
|
||||||
|
## Sections
|
||||||
|
|
||||||
|
* The [Architecture Overview](architecture/) describes the concepts used
|
||||||
|
throughout Open MCT Web, and gives a high level overview of the platform's design.
|
||||||
|
|
||||||
|
* The [Developer's Guide](guide/) goes into more detail about how to use the
|
||||||
|
platform and the functionality that it provides.
|
||||||
|
|
||||||
|
* The [Tutorials](tutorials/) give examples of extending the platform to add
|
||||||
|
functionality,
|
||||||
|
and integrate with data sources.
|
||||||
|
|
||||||
|
* The [API](api/) document is generated from inline documentation
|
||||||
|
using [JSDoc](http://usejsdoc.org/), and describes the JavaScript objects and
|
||||||
|
functions that make up the software platform.
|
||||||
|
|
||||||
|
* Finally, the [Development Process](process/) document describes the
|
||||||
|
Open MCT Web software development cycle.
|
||||||
|
|
161
docs/src/process/cycle.md
Normal file
161
docs/src/process/cycle.md
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
# Development Cycle
|
||||||
|
|
||||||
|
Development of Open MCT Web occurs on an iterative cycle of
|
||||||
|
sprints and releases.
|
||||||
|
|
||||||
|
* A _sprint_ is three weeks in duration, and represents a
|
||||||
|
set of improvements that can be completed and tested by the
|
||||||
|
development team. Software at the end of the sprint is
|
||||||
|
"semi-stable"; it will have undergone reduced testing and may carry
|
||||||
|
defects or usability issues of lower severity, particularly if
|
||||||
|
there are workarounds.
|
||||||
|
* A _release_ occurs every four sprints. Releases are stable, and
|
||||||
|
will have undergone full acceptance testing to ensure that the
|
||||||
|
software behaves correctly and usably.
|
||||||
|
|
||||||
|
## Roles
|
||||||
|
|
||||||
|
The sprint process assumes the presence of a __project manager.__
|
||||||
|
The project manager is responsible for
|
||||||
|
making tactical decisions about what development work will be
|
||||||
|
performed, and for coordinating with stakeholders to arrive at
|
||||||
|
higher-level strategic decisions about desired functionality
|
||||||
|
and characteristics of the software, major external milestones,
|
||||||
|
and so forth.
|
||||||
|
|
||||||
|
In the absence of a dedicated project manager, this role may be rotated
|
||||||
|
among members of the development team on a per-sprint basis.
|
||||||
|
|
||||||
|
Responsibilities of the project manager including:
|
||||||
|
|
||||||
|
* Maintaining (with agreement of stakeholders) a "road map" of work
|
||||||
|
planned for future releases/sprints; this should be higher-level,
|
||||||
|
usually expressed as "themes",
|
||||||
|
with just enough specificity to gauge feasibility of plans,
|
||||||
|
relate work back to milestones, and identify longer-term
|
||||||
|
dependencies.
|
||||||
|
* Determining (with assistance from the rest of the team) which
|
||||||
|
issues to work on in a given sprint and how they shall be
|
||||||
|
assigned.
|
||||||
|
* Pre-planning subsequent sprints to ensure that all members of the
|
||||||
|
team always have a clear direction.
|
||||||
|
* Scheduling and/or ensuring adherence to
|
||||||
|
[process points](#process-points).
|
||||||
|
* Responding to changes within the sprint (shifting priorities,
|
||||||
|
new issues) and re-allocating work for the sprint as needed.
|
||||||
|
|
||||||
|
## Sprint Calendar
|
||||||
|
|
||||||
|
Certain [process points](#process-points) are regularly scheduled in
|
||||||
|
the sprint cycle.
|
||||||
|
|
||||||
|
### Sprints by Release
|
||||||
|
|
||||||
|
Allocation of work among sprints should be planned relative to release
|
||||||
|
goals and milestones. As a general guideline, higher-risk work (large
|
||||||
|
new features which may carry new defects, major refactoring, design
|
||||||
|
changes with uncertain effects on usability) should be allocated to
|
||||||
|
earlier sprints, allowing for time in later sprints to ensure stability.
|
||||||
|
|
||||||
|
| Sprint | Focus |
|
||||||
|
|:------:|:--------------------------------------------------------|
|
||||||
|
| __1__ | Prototyping, design, experimentation. |
|
||||||
|
| __2__ | New features, refinements, enhancements. |
|
||||||
|
| __3__ | Feature completion, low-risk enhancements, bug fixing. |
|
||||||
|
| __4__ | Stability & quality assurance. |
|
||||||
|
|
||||||
|
### Sprints 1-3
|
||||||
|
|
||||||
|
The first three sprints of a release are primarily centered around
|
||||||
|
development work, with regular acceptance testing in the third
|
||||||
|
week. During this third week, the top priority should be passing
|
||||||
|
acceptance testing (e.g. by resolving any blockers found); any
|
||||||
|
resources not needed for this effort should be used to begin work
|
||||||
|
for the subsequent sprint.
|
||||||
|
|
||||||
|
| Week | Mon | Tue | Wed | Thu | Fri |
|
||||||
|
|:-----:|:-------------------------:|:------:|:---:|:----------------------------:|:-----------:|
|
||||||
|
| __1__ | Sprint plan | Tag-up | | | |
|
||||||
|
| __2__ | | Tag-up | | | Code freeze |
|
||||||
|
| __3__ | Per-sprint testing | Triage | | _Per-sprint testing*_ | Ship |
|
||||||
|
|
||||||
|
* If necessary.
|
||||||
|
|
||||||
|
### Sprint 4
|
||||||
|
|
||||||
|
The software must be stable at the end of the fourth sprint; because of
|
||||||
|
this, the fourth sprint is scheduled differently, with a heightened
|
||||||
|
emphasis on testing.
|
||||||
|
|
||||||
|
| Week | Mon | Tue | Wed | Thu | Fri |
|
||||||
|
|-------:|:-------------------------:|:------:|:---:|:----------------------------:|:-----------:|
|
||||||
|
| __1__ | Sprint plan | Tag-up | | | Code freeze |
|
||||||
|
| __2__ | Per-release testing | Triage | | | |
|
||||||
|
| __3__ | _Per-release testing*_ | Triage | | _Per-release testing*_ | Ship |
|
||||||
|
|
||||||
|
* If necessary.
|
||||||
|
|
||||||
|
## Process Points
|
||||||
|
|
||||||
|
* __Sprint plan.__ Project manager allocates issues based on
|
||||||
|
theme(s) for sprint, then reviews with team. Each team member
|
||||||
|
should have roughly two weeks of work allocated (to allow time
|
||||||
|
in the third week for testing of work completed.)
|
||||||
|
* Project manager should also sketch out subsequent sprint so
|
||||||
|
that team may begin work for that sprint during the
|
||||||
|
third week, since testing and blocker resolution is unlikely
|
||||||
|
to require all available resources.
|
||||||
|
* __Tag-up.__ Check in and status update among development team.
|
||||||
|
May amend plan for sprint as-needed.
|
||||||
|
* __Code freeze.__ Any new work from this sprint
|
||||||
|
(features, bug fixes, enhancements) must be integrated by the
|
||||||
|
end of the second week of the sprint. After code freeze
|
||||||
|
(and until the end of the sprint) the only changes that should be
|
||||||
|
merged into the master branch should directly address issues
|
||||||
|
needed to pass acceptance testing.
|
||||||
|
* [__Per-release Testing.__](testing/plan.md#per-release-testing)
|
||||||
|
Structured testing with predefined
|
||||||
|
success criteria. No release should ship without passing
|
||||||
|
acceptance tests. Time is allocated in each sprint for subsequent
|
||||||
|
rounds of acceptance testing if issues are identified during a
|
||||||
|
prior round. Specific details of acceptance testing need to be
|
||||||
|
agreed-upon with relevant stakeholders and delivery recipients,
|
||||||
|
and should be flexible enough to allow changes to plans
|
||||||
|
(e.g. deferring delivery of some feature in order to ensure
|
||||||
|
stability of other features.) Baseline testing includes:
|
||||||
|
* [__Testathon.__](testing/plan.md#user-testing)
|
||||||
|
Multi-user testing, involving as many users as
|
||||||
|
is feasible, plus development team. Open-ended; should verify
|
||||||
|
completed work from this sprint, test exploratorily for
|
||||||
|
regressions, et cetera.
|
||||||
|
* [__Long-Duration Test.__](testing/plan.md#long-duration-testing) A
|
||||||
|
test to verify that the software remains
|
||||||
|
stable after running for longer durations. May include some
|
||||||
|
combination of automated testing and user verification (e.g.
|
||||||
|
checking to verify that software remains subjectively
|
||||||
|
responsive at conclusion of test.)
|
||||||
|
* [__Unit Testing.__](testing/plan.md#unit-testing)
|
||||||
|
Automated testing integrated into the
|
||||||
|
build. (These tests are verified to pass more often than once
|
||||||
|
per sprint, as they run before any merge to master, but still
|
||||||
|
play an important role in per-release testing.)
|
||||||
|
* [__Per-sprint Testing.__](testing/plan.md#per-sprint-testing)
|
||||||
|
Subset of Pre-release Testing
|
||||||
|
which should be performed before shipping at the end of any
|
||||||
|
sprint. Time is allocated for a second round of
|
||||||
|
Pre-release Testing if the first round is not passed.
|
||||||
|
* __Triage.__ Team reviews issues from acceptance testing and uses
|
||||||
|
success criteria to determine whether or not they should block
|
||||||
|
release, then formulates a plan to address these issues before
|
||||||
|
the next round of acceptance testing. Focus here should be on
|
||||||
|
ensuring software passes that testing in order to ship on time;
|
||||||
|
may prefer to disable malfunctioning components and fix them
|
||||||
|
in a subsequent sprint, for example.
|
||||||
|
* __Ship.__ Tag a code snapshot that has passed acceptance
|
||||||
|
testing and deploy that version. (Only true if acceptance
|
||||||
|
testing has passed by this point; if acceptance testing has not
|
||||||
|
been passed, will need to make ad hoc decisions with stakeholders,
|
||||||
|
e.g. "extend the sprint" or "defer shipment until end of next
|
||||||
|
sprint.")
|
||||||
|
|
||||||
|
|
@ -1,156 +1,13 @@
|
|||||||
# Development Cycle
|
# Development Process
|
||||||
|
|
||||||
Development of Open MCT Web occurs on an iterative cycle of
|
|
||||||
sprints and releases.
|
|
||||||
|
|
||||||
* A _sprint_ is three weeks in duration, and represents a
|
|
||||||
set of improvements that can be completed and tested by the
|
|
||||||
development team. Software at the end of the sprint is
|
|
||||||
"semi-stable"; it will have undergone reduced testing and may carry
|
|
||||||
defects or usability issues of lower severity, particularly if
|
|
||||||
there are workarounds.
|
|
||||||
* A _release_ occurs every four sprints. Releases are stable, and
|
|
||||||
will have undergone full acceptance testing to ensure that the
|
|
||||||
software behaves correctly and usably.
|
|
||||||
|
|
||||||
## Roles
|
|
||||||
|
|
||||||
The sprint process assumes the presence of a __project manager.__
|
|
||||||
The project manager is responsible for
|
|
||||||
making tactical decisions about what development work will be
|
|
||||||
performed, and for coordinating with stakeholders to arrive at
|
|
||||||
higher-level strategic decisions about desired functionality
|
|
||||||
and characteristics of the software, major external milestones,
|
|
||||||
and so forth.
|
|
||||||
|
|
||||||
In the absence of a dedicated project manager, this role may be rotated
|
|
||||||
among members of the development team on a per-sprint basis.
|
|
||||||
|
|
||||||
Responsibilities of the project manager including:
|
|
||||||
|
|
||||||
* Maintaining (with agreement of stakeholders) a "road map" of work
|
|
||||||
planned for future releases/sprints; this should be higher-level,
|
|
||||||
usually expressed as "themes",
|
|
||||||
with just enough specificity to gauge feasibility of plans,
|
|
||||||
relate work back to milestones, and identify longer-term
|
|
||||||
dependencies.
|
|
||||||
* Determining (with assistance from the rest of the team) which
|
|
||||||
issues to work on in a given sprint and how they shall be
|
|
||||||
assigned.
|
|
||||||
* Pre-planning subsequent sprints to ensure that all members of the
|
|
||||||
team always have a clear direction.
|
|
||||||
* Scheduling and/or ensuring adherence to
|
|
||||||
[process points](#process-points).
|
|
||||||
* Responding to changes within the sprint (shifting priorities,
|
|
||||||
new issues) and re-allocating work for the sprint as needed.
|
|
||||||
|
|
||||||
## Sprint Calendar
|
|
||||||
|
|
||||||
Certain [process points](#process-points) are regularly scheduled in
|
|
||||||
the sprint cycle.
|
|
||||||
|
|
||||||
### Sprints by Release
|
|
||||||
|
|
||||||
Allocation of work among sprints should be planned relative to release
|
|
||||||
goals and milestones. As a general guideline, higher-risk work (large
|
|
||||||
new features which may carry new defects, major refactoring, design
|
|
||||||
changes with uncertain effects on usability) should be allocated to
|
|
||||||
earlier sprints, allowing for time in later sprints to ensure stability.
|
|
||||||
|
|
||||||
| Sprint | Focus |
|
|
||||||
|:------:|:--------------------------------------------------------|
|
|
||||||
| __1__ | Prototyping, design, experimentation. |
|
|
||||||
| __2__ | New features, refinements, enhancements. |
|
|
||||||
| __3__ | Feature completion, low-risk enhancements, bug fixing. |
|
|
||||||
| __4__ | Stability & quality assurance. |
|
|
||||||
|
|
||||||
### Sprints 1-3
|
|
||||||
|
|
||||||
The first three sprints of a release are primarily centered around
|
|
||||||
development work, with regular acceptance testing in the third
|
|
||||||
week. During this third week, the top priority should be passing
|
|
||||||
acceptance testing (e.g. by resolving any blockers found); any
|
|
||||||
resources not needed for this effort should be used to begin work
|
|
||||||
for the subsequent sprint.
|
|
||||||
|
|
||||||
| Week | Mon | Tue | Wed | Thu | Fri |
|
|
||||||
|:-----:|:-------------------------:|:------:|:---:|:----------------------------:|:-----------:|
|
|
||||||
| __1__ | Sprint plan | Tag-up | | | |
|
|
||||||
| __2__ | | Tag-up | | | Code freeze |
|
|
||||||
| __3__ | Sprint acceptance testing | Triage | | _Sprint acceptance testing*_ | Ship |
|
|
||||||
|
|
||||||
* If necessary.
|
|
||||||
|
|
||||||
### Sprint 4
|
|
||||||
|
|
||||||
The software must be stable at the end of the fourth sprint; because of
|
|
||||||
this, the fourth sprint is scheduled differently, with a heightened
|
|
||||||
emphasis on testing.
|
|
||||||
|
|
||||||
| Week | Mon | Tue | Wed | Thu | Fri |
|
|
||||||
|-------:|:-------------------------:|:------:|:---:|:----------------------------:|:-----------:|
|
|
||||||
| __1__ | Sprint plan | Tag-up | | | Code freeze |
|
|
||||||
| __2__ | Acceptance testing | Triage | | | |
|
|
||||||
| __3__ | _Acceptance testing*_ | Triage | | _Acceptance testing*_ | Ship |
|
|
||||||
|
|
||||||
* If necessary.
|
|
||||||
|
|
||||||
## Process Points
|
|
||||||
|
|
||||||
* __Sprint plan.__ Project manager allocates issues based on
|
|
||||||
theme(s) for sprint, then reviews with team. Each team member
|
|
||||||
should have roughly two weeks of work allocated (to allow time
|
|
||||||
in the third week for testing of work completed.)
|
|
||||||
* Project manager should also sketch out subsequent sprint so
|
|
||||||
that team may begin work for that sprint during the
|
|
||||||
third week, since testing and blocker resolution is unlikely
|
|
||||||
to require all available resources.
|
|
||||||
* __Tag-up.__ Check in and status update among development team.
|
|
||||||
May amend plan for sprint as-needed.
|
|
||||||
* __Code freeze.__ Any new work from this sprint
|
|
||||||
(features, bug fixes, enhancements) must be integrated by the
|
|
||||||
end of the second week of the sprint. After code freeze
|
|
||||||
(and until the end of the sprint) the only changes that should be
|
|
||||||
merged into the master branch should directly address issues
|
|
||||||
needed to pass acceptance testing.
|
|
||||||
* __Acceptance Testing.__ Structured testing with predefined
|
|
||||||
success criteria. No release should ship without passing
|
|
||||||
acceptance tests. Time is allocated in each sprint for subsequent
|
|
||||||
rounds of acceptance testing if issues are identified during a
|
|
||||||
prior round. Specific details of acceptance testing need to be
|
|
||||||
agreed-upon with relevant stakeholders and delivery recipients,
|
|
||||||
and should be flexible enough to allow changes to plans
|
|
||||||
(e.g. deferring delivery of some feature in order to ensure
|
|
||||||
stability of other features.) Baseline testing includes:
|
|
||||||
* __Testathon.__ Multi-user testing, involving as many users as
|
|
||||||
is feasible, plus development team. Open-ended; should verify
|
|
||||||
completed work from this sprint, test exploratorily for
|
|
||||||
regressions, et cetera.
|
|
||||||
* __24-Hour Test.__ A test to verify that the software remains
|
|
||||||
stable after running for longer durations. May include some
|
|
||||||
combination of automated testing and user verification (e.g.
|
|
||||||
checking to verify that software remains subjectively
|
|
||||||
responsive at conclusion of test.)
|
|
||||||
* __Automated Testing.__ Automated testing integrated into the
|
|
||||||
build. (These tests are verified to pass more often than once
|
|
||||||
per sprint, as they run before any merge to master, but still
|
|
||||||
play an important role in acceptance testing.)
|
|
||||||
* __Sprint Acceptance Testing.__ Subset of Acceptance Testing
|
|
||||||
which should be performed before shipping at the end of any
|
|
||||||
sprint. Time is allocated for a second round of
|
|
||||||
Sprint Acceptance Testing if the first round is not passed.
|
|
||||||
* __Triage.__ Team reviews issues from acceptance testing and uses
|
|
||||||
success criteria to determine whether or not they should block
|
|
||||||
release, then formulates a plan to address these issues before
|
|
||||||
the next round of acceptance testing. Focus here should be on
|
|
||||||
ensuring software passes that testing in order to ship on time;
|
|
||||||
may prefer to disable malfunctioning components and fix them
|
|
||||||
in a subsequent sprint, for example.
|
|
||||||
* __Ship.__ Tag a code snapshot that has passed acceptance
|
|
||||||
testing and deploy that version. (Only true if acceptance
|
|
||||||
testing has passed by this point; if acceptance testing has not
|
|
||||||
been passed, will need to make ad hoc decisions with stakeholders,
|
|
||||||
e.g. "extend the sprint" or "defer shipment until end of next
|
|
||||||
sprint.")
|
|
||||||
|
|
||||||
|
The process used to develop Open MCT Web is described in the following
|
||||||
|
documents:
|
||||||
|
|
||||||
|
* [Development Cycle](cycle.md): Describes how and when specific
|
||||||
|
process points are repeated during development.
|
||||||
|
* Testing is described in two documents:
|
||||||
|
* The [Test Plan](testing/plan.md) summarizes the approaches used
|
||||||
|
to test Open MCT Web.
|
||||||
|
* The [Test Procedures](testing/procedures.md) document what
|
||||||
|
specific tests are performed to verify correctness, and how
|
||||||
|
they should be carried out.
|
||||||
|
127
docs/src/process/testing/plan.md
Normal file
127
docs/src/process/testing/plan.md
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
# Test Plan
|
||||||
|
|
||||||
|
## Test Levels
|
||||||
|
|
||||||
|
Testing for Open MCT Web includes:
|
||||||
|
|
||||||
|
* _Smoke testing_: Brief, informal testing to verify that no major issues
|
||||||
|
or regressions are present in the software, or in specific features of
|
||||||
|
the software.
|
||||||
|
* _Unit testing_: Automated verification of the performance of individual
|
||||||
|
software components.
|
||||||
|
* _User testing_: Testing with a representative user base to verify
|
||||||
|
that application behaves usably and as specified.
|
||||||
|
* _Long-duration testing_: Testing which takes place over a long period
|
||||||
|
of time to detect issues which are not readily noticeable during
|
||||||
|
shorter test periods.
|
||||||
|
|
||||||
|
### Smoke Testing
|
||||||
|
|
||||||
|
Manual, non-rigorous testing of the software and/or specific features
|
||||||
|
of interest. Verifies that the software runs and that basic functionality
|
||||||
|
is present.
|
||||||
|
|
||||||
|
### Unit Testing
|
||||||
|
|
||||||
|
Unit tests are automated tests which exercise individual software
|
||||||
|
components. Tests are subject to code review along with the actual
|
||||||
|
implementation, to ensure that tests are applicable and useful.
|
||||||
|
|
||||||
|
Unit tests should meet
|
||||||
|
[test standards](https://github.com/nasa/openmctweb/blob/master/CONTRIBUTING.md#test-standards)
|
||||||
|
as described in the contributing guide.
|
||||||
|
|
||||||
|
### User Testing
|
||||||
|
|
||||||
|
User testing is performed at scheduled times involving target users
|
||||||
|
of the software or reasonable representatives, along with members of
|
||||||
|
the development team exercising known use cases. Users test the
|
||||||
|
software directly; the software should be configured as similarly to
|
||||||
|
its planned production configuration as is feasible without introducing
|
||||||
|
other risks (e.g. damage to data in a production instance.)
|
||||||
|
|
||||||
|
User testing will focus on the following activities:
|
||||||
|
|
||||||
|
* Verifying issues resolved since the last test session.
|
||||||
|
* Checking for regressions in areas related to recent changes.
|
||||||
|
* Using major or important features of the software,
|
||||||
|
as determined by the user.
|
||||||
|
* General "trying to break things."
|
||||||
|
|
||||||
|
During user testing, users will
|
||||||
|
[report issues](https://github.com/nasa/openmctweb/blob/master/CONTRIBUTING.md#issue-reporting)
|
||||||
|
as they are encountered.
|
||||||
|
|
||||||
|
Desired outcomes of user testing are:
|
||||||
|
|
||||||
|
* Identified software defects.
|
||||||
|
* Areas for usability improvement.
|
||||||
|
* Feature requests (particularly missed requirements.)
|
||||||
|
* Recorded issue verification.
|
||||||
|
|
||||||
|
### Long-duration Testing
|
||||||
|
|
||||||
|
Long-duration testing occurs over a twenty-four hour period. The
|
||||||
|
software is run in one or more stressing cases representative of expected
|
||||||
|
usage. After twenty-four hours, the software is evaluated for:
|
||||||
|
|
||||||
|
* Performance metrics: Have memory usage or CPU utilization increased
|
||||||
|
during this time period in unexpected or undesirable ways?
|
||||||
|
* Subjective usability: Does the software behave in the same way it did
|
||||||
|
at the start of the test? Is it as responsive?
|
||||||
|
|
||||||
|
Any defects or unexpected behavior identified during testing should be
|
||||||
|
[reported as issues](https://github.com/nasa/openmctweb/blob/master/CONTRIBUTING.md#issue-reporting)
|
||||||
|
and reviewed for severity.
|
||||||
|
|
||||||
|
## Test Performance
|
||||||
|
|
||||||
|
Tests are performed at various levels of frequency.
|
||||||
|
|
||||||
|
* _Per-merge_: Performed before any new changes are integrated into
|
||||||
|
the software.
|
||||||
|
* _Per-sprint_: Performed at the end of every [sprint](../cycle.md).
|
||||||
|
* _Per-release_: Performed at the end of every [release](../cycle.md).
|
||||||
|
|
||||||
|
### Per-merge Testing
|
||||||
|
|
||||||
|
Before changes are merged, the author of the changes must perform:
|
||||||
|
|
||||||
|
* _Smoke testing_ (both generally, and for areas which interact with
|
||||||
|
the new changes.)
|
||||||
|
* _Unit testing_ (as part of the automated build step.)
|
||||||
|
|
||||||
|
Changes are not merged until the author has affirmed that both
|
||||||
|
forms of testing have been performed successfully; this is documented
|
||||||
|
by the [Author Checklist](https://github.com/nasa/openmctweb/blob/master/CONTRIBUTING.md#author-checklist).
|
||||||
|
|
||||||
|
### Per-sprint Testing
|
||||||
|
|
||||||
|
Before a sprint is closed, the development team must additionally
|
||||||
|
perform:
|
||||||
|
|
||||||
|
* A relevant subset of [_user testing_](procedures.md#user-test-procedures)
|
||||||
|
identified by the acting [project manager](../cycle.md#roles).
|
||||||
|
* [_Long-duration testing_](procedures.md#long-duration-testng)
|
||||||
|
(specifically, for 24 hours.)
|
||||||
|
|
||||||
|
Issues are reported as a product of both forms of testing.
|
||||||
|
|
||||||
|
A sprint is not closed until both categories have been performed on
|
||||||
|
the latest snapshot of the software, _and_ no issues labelled as
|
||||||
|
["blocker"](https://github.com/nasa/openmctweb/blob/master/CONTRIBUTING.md#issue-reporting)
|
||||||
|
remain open.
|
||||||
|
|
||||||
|
### Per-release Testing
|
||||||
|
|
||||||
|
As [per-sprint testing](#per-sprint-testing), except that _user testing_
|
||||||
|
should cover all test cases, with less focus on changes from the specific
|
||||||
|
sprint or release.
|
||||||
|
|
||||||
|
Per-release testing should also include any acceptance testing steps
|
||||||
|
agreed upon with recipients of the software.
|
||||||
|
|
||||||
|
A release is not closed until both categories have been performed on
|
||||||
|
the latest snapshot of the software, _and_ no issues labelled as
|
||||||
|
["blocker" or "critical"](https://github.com/nasa/openmctweb/blob/master/CONTRIBUTING.md#issue-reporting)
|
||||||
|
remain open.
|
169
docs/src/process/testing/procedures.md
Normal file
169
docs/src/process/testing/procedures.md
Normal file
@ -0,0 +1,169 @@
|
|||||||
|
# Test Procedures
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
|
||||||
|
This document is intended to be used:
|
||||||
|
|
||||||
|
* By testers, to verify that Open MCT Web behaves as specified.
|
||||||
|
* By the development team, to document new test cases and to provide
|
||||||
|
guidance on how to author these.
|
||||||
|
|
||||||
|
## Writing Procedures
|
||||||
|
|
||||||
|
### Template
|
||||||
|
|
||||||
|
Procedures for individual tests should use the following template,
|
||||||
|
adapted from [https://swehb.nasa.gov/display/7150/SWE-114]().
|
||||||
|
|
||||||
|
Property | Value
|
||||||
|
---------------|---------------------------------------------------------------
|
||||||
|
Test ID |
|
||||||
|
Relevant reqs. |
|
||||||
|
Prerequisites |
|
||||||
|
Test input |
|
||||||
|
Instructions |
|
||||||
|
Expectation |
|
||||||
|
Eval. criteria |
|
||||||
|
|
||||||
|
For multi-line descriptions, use an asterisk or similar indicator to refer
|
||||||
|
to a longer-form description below.
|
||||||
|
|
||||||
|
#### Example Procedure - Edit a Layout
|
||||||
|
|
||||||
|
Property | Value
|
||||||
|
---------------|---------------------------------------------------------------
|
||||||
|
Test ID | MCT-TEST-000X - Edit a layout
|
||||||
|
Relevant reqs. | MCT-EDIT-000Y
|
||||||
|
Prerequisites | Create a layout, as in MCT-TEST-000Z
|
||||||
|
Test input | Domain object database XYZ
|
||||||
|
Instructions | See below *
|
||||||
|
Expectation | Change to editing context †
|
||||||
|
Eval. criteria | Visual inspection
|
||||||
|
|
||||||
|
* Follow the following steps:
|
||||||
|
|
||||||
|
1. Verify that the created layout is currently navigated-to,
|
||||||
|
as in MCT-TEST-00ZZ.
|
||||||
|
2. Click the Edit button, identified by a pencil icon and the text "Edit"
|
||||||
|
displayed on hover.
|
||||||
|
|
||||||
|
† Right-hand viewing area should be surrounded by a dashed
|
||||||
|
blue border when a domain object is being edited.
|
||||||
|
|
||||||
|
### Guidelines
|
||||||
|
|
||||||
|
Test procedures should be written assuming minimal prior knowledge of the
|
||||||
|
application: Non-standard terms should only be used when they are documented
|
||||||
|
in [the glossary](#glossary), and shorthands used for user actions should
|
||||||
|
be accompanied by useful references to test procedures describing those
|
||||||
|
actions (when available) or descriptions in user documentation.
|
||||||
|
|
||||||
|
Test cases should be narrow in scope; if a list of steps is excessively
|
||||||
|
long (or must be written vaguely to be kept short) it should be broken
|
||||||
|
down into multiple tests which reference one another.
|
||||||
|
|
||||||
|
All requirements satisfied by Open MCT Web should be verifiable using
|
||||||
|
one or more test procedures.
|
||||||
|
|
||||||
|
## Glossary
|
||||||
|
|
||||||
|
This section will contain terms used in test procedures. This may link to
|
||||||
|
a common glossary, to avoid replication of content.
|
||||||
|
|
||||||
|
## Procedures
|
||||||
|
|
||||||
|
This section will contain specific test procedures. Presently, procedures
|
||||||
|
are placeholders describing general patterns for setting up and conducting
|
||||||
|
testing.
|
||||||
|
|
||||||
|
### User Testing Setup
|
||||||
|
|
||||||
|
These procedures describes a general pattern for setting up for user
|
||||||
|
testing. Specific deployments should customize this pattern with
|
||||||
|
relevant data and any additional steps necessary.
|
||||||
|
|
||||||
|
Property | Value
|
||||||
|
---------------|---------------------------------------------------------------
|
||||||
|
Test ID | MCT-TEST-SETUP0 - User Testing Setup
|
||||||
|
Relevant reqs. | TBD
|
||||||
|
Prerequisites | Build of relevant components
|
||||||
|
Test input | Exemplary database; exemplary telemetry data set
|
||||||
|
Instructions | See below
|
||||||
|
Expectation | Able to load application in a web browser (Google Chrome)
|
||||||
|
Eval. criteria | Visual inspection
|
||||||
|
|
||||||
|
Instructions:
|
||||||
|
|
||||||
|
1. Start telemetry server.
|
||||||
|
2. Start ElasticSearch.
|
||||||
|
3. Restore database snapshot to ElasticSearch.
|
||||||
|
4. Start telemetry playback.
|
||||||
|
5. Start HTTP server for client sources.
|
||||||
|
|
||||||
|
### User Test Procedures
|
||||||
|
|
||||||
|
Specific user test cases have not yet been authored. In their absence,
|
||||||
|
user testing is conducted by:
|
||||||
|
|
||||||
|
* Reviewing the text of issues from the issue tracker to understand the
|
||||||
|
desired behavior, and exercising this behavior in the running application.
|
||||||
|
(For instance, by following steps to reproduce from the original issue.)
|
||||||
|
* Issues which appear to be resolved should be marked as such with comments
|
||||||
|
on the original issue (e.g. "verified during user testing MM/DD/YYYY".)
|
||||||
|
* Issues which appear not to have been resolved should be reopened with an
|
||||||
|
explanation of what unexpected behavior has been observed.
|
||||||
|
* In cases where an issue appears resolved as-worded but other related
|
||||||
|
undesirable behavior is observed during testing, a new issue should be
|
||||||
|
opened, and linked to from a comment in the original issues.
|
||||||
|
* General usage of new features and/or existing features which have undergone
|
||||||
|
recent changes. Defects or problems with usability should be documented
|
||||||
|
by filing issues in the issue tracker.
|
||||||
|
* Open-ended testing to discover defects, identify usability issues, and
|
||||||
|
generate feature requests.
|
||||||
|
|
||||||
|
### Long-Duration Testing
|
||||||
|
|
||||||
|
The purpose of long-duration testing is to identify performance issues
|
||||||
|
and/or other defects which are sensitive to the amount of time the
|
||||||
|
application is kept running. (Memory leaks, for instance.)
|
||||||
|
|
||||||
|
Property | Value
|
||||||
|
---------------|---------------------------------------------------------------
|
||||||
|
Test ID | MCT-TEST-LDT0 - Long-duration Testing
|
||||||
|
Relevant reqs. | TBD
|
||||||
|
Prerequisites | MCT-TEST-SETUP0
|
||||||
|
Test input | (As for test setup.)
|
||||||
|
Instructions | See "Instructions" below *
|
||||||
|
Expectation | See "Expectations" below †
|
||||||
|
Eval. criteria | Visual inspection
|
||||||
|
|
||||||
|
* Instructions:
|
||||||
|
|
||||||
|
1. Start `top` or a similar tool to measure CPU usage and memory utilization.
|
||||||
|
2. Open several user-created displays (as many as would be realistically
|
||||||
|
opened during actual usage in a stressing case) in some combination of
|
||||||
|
separate tabs and windows (approximately as many tabs-per-window as
|
||||||
|
total windows.)
|
||||||
|
3. Ensure that playback data is set to run continuously for at least 24 hours
|
||||||
|
(e.g. on a loop.)
|
||||||
|
4. Record CPU usage and memory utilization.
|
||||||
|
5. In at least one tab, try some general user interface gestures and make
|
||||||
|
notes about the subjective experience of using the application. (Particularly,
|
||||||
|
the degree of responsiveness.)
|
||||||
|
6. Leave client displays open for 24 hours.
|
||||||
|
7. Record CPU usage and memory utilization again.
|
||||||
|
8. Make additional notes about the subjective experience of using the
|
||||||
|
application (again, particularly responsiveness.)
|
||||||
|
9. Check logs for any unexpected warnings or errors.
|
||||||
|
|
||||||
|
† Expectations:
|
||||||
|
|
||||||
|
* At the end of the test, CPU usage and memory usage should both be similar
|
||||||
|
to their levels at the start of the test.
|
||||||
|
* At the end of the test, subjective usage of the application should not
|
||||||
|
be observably different from the way it was at the start of the test.
|
||||||
|
(In particular, responsiveness should not decrease.)
|
||||||
|
* Logs should not contain any unexpected warnings or errors ("expected"
|
||||||
|
warnings or errors are those that have been documented and prioritized
|
||||||
|
as known issues, or those that are explained by transient conditions
|
||||||
|
external to the software, such as network outages.)
|
@ -1697,8 +1697,7 @@ Next, we utilize this functionality from the template:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
'''
|
```
|
||||||
|
|
||||||
__tutorials/bargraph/res/templates/bargraph.html__
|
__tutorials/bargraph/res/templates/bargraph.html__
|
||||||
|
|
||||||
Here, we utilize the functions we just provided from the controller to position
|
Here, we utilize the functions we just provided from the controller to position
|
||||||
|
74
example/builtins/bundle.js
Normal file
74
example/builtins/bundle.js
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/ExampleController",
|
||||||
|
"./src/ExampleDirective",
|
||||||
|
"./src/ExampleService",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
ExampleController,
|
||||||
|
ExampleDirective,
|
||||||
|
ExampleService,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/builtins", {
|
||||||
|
"name": "Angular Built-ins Example",
|
||||||
|
"description": "Example showing how to declare extensions with built-in support from Angular.",
|
||||||
|
"sources": "src",
|
||||||
|
"extensions": {
|
||||||
|
"controllers": [
|
||||||
|
{
|
||||||
|
"key": "ExampleController",
|
||||||
|
"implementation": ExampleController,
|
||||||
|
"depends": [
|
||||||
|
"$scope",
|
||||||
|
"exampleService"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"directives": [
|
||||||
|
{
|
||||||
|
"key": "exampleDirective",
|
||||||
|
"implementation": ExampleDirective,
|
||||||
|
"depends": [
|
||||||
|
"examples[]"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"routes": [
|
||||||
|
{
|
||||||
|
"templateUrl": "templates/example.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": [
|
||||||
|
{
|
||||||
|
"key": "exampleService",
|
||||||
|
"implementation": ExampleService
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Angular Built-ins Example",
|
|
||||||
"description": "Example showing how to declare extensions with built-in support from Angular.",
|
|
||||||
"sources": "src",
|
|
||||||
"extensions": {
|
|
||||||
"controllers": [
|
|
||||||
{
|
|
||||||
"key": "ExampleController",
|
|
||||||
"implementation": "ExampleController.js",
|
|
||||||
"depends": [ "$scope", "exampleService" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"directives": [
|
|
||||||
{
|
|
||||||
"key": "exampleDirective",
|
|
||||||
"implementation": "ExampleDirective.js",
|
|
||||||
"depends": [ "examples[]" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"routes": [
|
|
||||||
{
|
|
||||||
"templateUrl": "templates/example.html"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"services": [
|
|
||||||
{
|
|
||||||
"key": "exampleService",
|
|
||||||
"implementation": "ExampleService.js"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
82
example/composite/bundle.js
Normal file
82
example/composite/bundle.js
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/SomeProvider",
|
||||||
|
"./src/SomeOtherProvider",
|
||||||
|
"./src/SomeDecorator",
|
||||||
|
"./src/SomeOtherDecorator",
|
||||||
|
"./src/SomeAggregator",
|
||||||
|
"./src/SomeOtherExample",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
SomeProvider,
|
||||||
|
SomeOtherProvider,
|
||||||
|
SomeDecorator,
|
||||||
|
SomeOtherDecorator,
|
||||||
|
SomeAggregator,
|
||||||
|
SomeOtherExample,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/composite", {
|
||||||
|
"extensions": {
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"implementation": SomeProvider,
|
||||||
|
"provides": "someService",
|
||||||
|
"type": "provider"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"implementation": SomeOtherProvider,
|
||||||
|
"provides": "someService",
|
||||||
|
"type": "provider"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"implementation": SomeDecorator,
|
||||||
|
"provides": "someService",
|
||||||
|
"type": "decorator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"implementation": SomeOtherDecorator,
|
||||||
|
"provides": "someService",
|
||||||
|
"type": "decorator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"implementation": SomeAggregator,
|
||||||
|
"provides": "someService",
|
||||||
|
"type": "aggregator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"examples": [
|
||||||
|
{
|
||||||
|
"implementation": SomeOtherExample,
|
||||||
|
"depends": [
|
||||||
|
"someService"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,37 +0,0 @@
|
|||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"implementation": "SomeProvider.js",
|
|
||||||
"provides": "someService",
|
|
||||||
"type": "provider"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"implementation": "SomeOtherProvider.js",
|
|
||||||
"provides": "someService",
|
|
||||||
"type": "provider"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"implementation": "SomeDecorator.js",
|
|
||||||
"provides": "someService",
|
|
||||||
"type": "decorator"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"implementation": "SomeOtherDecorator.js",
|
|
||||||
"provides": "someService",
|
|
||||||
"type": "decorator"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"implementation": "SomeAggregator.js",
|
|
||||||
"provides": "someService",
|
|
||||||
"type": "aggregator"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"examples": [
|
|
||||||
{
|
|
||||||
"implementation": "SomeOtherExample.js",
|
|
||||||
"depends": [ "someService" ]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
70
example/eventGenerator/bundle.js
Normal file
70
example/eventGenerator/bundle.js
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/EventTelemetryProvider",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
EventTelemetryProvider,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/eventGenerator", {
|
||||||
|
"name": "Event Message Generator",
|
||||||
|
"description": "Example of a component that produces event data.",
|
||||||
|
"extensions": {
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"implementation": EventTelemetryProvider,
|
||||||
|
"type": "provider",
|
||||||
|
"provides": "telemetryService",
|
||||||
|
"depends": [
|
||||||
|
"$q",
|
||||||
|
"$timeout"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"types": [
|
||||||
|
{
|
||||||
|
"key": "eventGenerator",
|
||||||
|
"name": "Event Message Generator",
|
||||||
|
"glyph": "f",
|
||||||
|
"description": "An event message generator",
|
||||||
|
"features": "creation",
|
||||||
|
"model": {
|
||||||
|
"telemetry": {}
|
||||||
|
},
|
||||||
|
"telemetry": {
|
||||||
|
"source": "eventGenerator",
|
||||||
|
"ranges": [
|
||||||
|
{
|
||||||
|
"format": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Event Message Generator",
|
|
||||||
"description": "Example of a component that produces event data.",
|
|
||||||
"extensions": {
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"implementation": "EventTelemetryProvider.js",
|
|
||||||
"type": "provider",
|
|
||||||
"provides": "telemetryService",
|
|
||||||
"depends": [ "$q", "$timeout" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"types": [
|
|
||||||
{
|
|
||||||
"key": "eventGenerator",
|
|
||||||
"name": "Event Message Generator",
|
|
||||||
"glyph": "f",
|
|
||||||
"description": "An event message generator",
|
|
||||||
"features": "creation",
|
|
||||||
"model": {
|
|
||||||
"telemetry": {}
|
|
||||||
},
|
|
||||||
"telemetry": {
|
|
||||||
"source": "eventGenerator",
|
|
||||||
"ranges": [
|
|
||||||
{ "format": "string" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
89
example/export/ExportTelemetryAsCSVAction.js
Normal file
89
example/export/ExportTelemetryAsCSVAction.js
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([], function () {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An example of using the `exportService`; queries for telemetry
|
||||||
|
* and provides the results as a CSV file.
|
||||||
|
* @param {platform/exporters.ExportService} exportService the
|
||||||
|
* service which will handle the CSV export
|
||||||
|
* @param {ActionContext} context the action's context
|
||||||
|
* @constructor
|
||||||
|
* @memberof example/export
|
||||||
|
* @implements {Action}
|
||||||
|
*/
|
||||||
|
function ExportTelemetryAsCSVAction(exportService, context) {
|
||||||
|
this.exportService = exportService;
|
||||||
|
this.context = context;
|
||||||
|
}
|
||||||
|
|
||||||
|
ExportTelemetryAsCSVAction.prototype.perform = function () {
|
||||||
|
var context = this.context,
|
||||||
|
domainObject = context.domainObject,
|
||||||
|
telemetry = domainObject.getCapability("telemetry"),
|
||||||
|
metadata = telemetry.getMetadata(),
|
||||||
|
domains = metadata.domains,
|
||||||
|
ranges = metadata.ranges,
|
||||||
|
exportService = this.exportService;
|
||||||
|
|
||||||
|
function getName(domainOrRange) {
|
||||||
|
return domainOrRange.name;
|
||||||
|
}
|
||||||
|
|
||||||
|
telemetry.requestData({}).then(function (series) {
|
||||||
|
var headers = domains.map(getName).concat(ranges.map(getName)),
|
||||||
|
rows = [],
|
||||||
|
row,
|
||||||
|
i;
|
||||||
|
|
||||||
|
function copyDomainsToRow(row, index) {
|
||||||
|
domains.forEach(function (domain) {
|
||||||
|
row[domain.name] = series.getDomainValue(index, domain.key);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function copyRangesToRow(row, index) {
|
||||||
|
ranges.forEach(function (range) {
|
||||||
|
row[range.name] = series.getRangeValue(index, range.key);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i = 0; i < series.getPointCount(); i += 1) {
|
||||||
|
row = {};
|
||||||
|
copyDomainsToRow(row, i);
|
||||||
|
copyRangesToRow(row, i);
|
||||||
|
rows.push(row);
|
||||||
|
}
|
||||||
|
exportService.exportCSV(rows, { headers: headers });
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
ExportTelemetryAsCSVAction.appliesTo = function (context) {
|
||||||
|
return context.domainObject &&
|
||||||
|
context.domainObject.hasCapability("telemetry");
|
||||||
|
};
|
||||||
|
|
||||||
|
return ExportTelemetryAsCSVAction;
|
||||||
|
});
|
45
example/export/bundle.js
Normal file
45
example/export/bundle.js
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
'legacyRegistry',
|
||||||
|
'./ExportTelemetryAsCSVAction'
|
||||||
|
], function (legacyRegistry, ExportTelemetryAsCSVAction) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/export", {
|
||||||
|
"name": "Example of using CSV Export",
|
||||||
|
"extensions": {
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"key": "example.export",
|
||||||
|
"name": "Export Telemetry as CSV",
|
||||||
|
"implementation": ExportTelemetryAsCSVAction,
|
||||||
|
"category": "contextual",
|
||||||
|
"glyph": "\u0033",
|
||||||
|
"depends": [ "exportService" ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
51
example/extensions/bundle.js
Normal file
51
example/extensions/bundle.js
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/SomeExample",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
SomeExample,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/extensions", {
|
||||||
|
"name": "Custom Extensions Examples",
|
||||||
|
"description": "Example showing how to declare custom extensions.",
|
||||||
|
"sources": "src",
|
||||||
|
"extensions": {
|
||||||
|
"examples": [
|
||||||
|
{
|
||||||
|
"text": "I came from example/extensions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"implementation": SomeExample,
|
||||||
|
"depends": [
|
||||||
|
"exampleService"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Custom Extensions Examples",
|
|
||||||
"description": "Example showing how to declare custom extensions.",
|
|
||||||
"sources": "src",
|
|
||||||
"extensions": {
|
|
||||||
"examples": [
|
|
||||||
{
|
|
||||||
"text": "I came from example/extensions"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"implementation": "SomeExample.js",
|
|
||||||
"depends": [ "exampleService" ]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
53
example/forms/bundle.js
Normal file
53
example/forms/bundle.js
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/ExampleFormController",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
ExampleFormController,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/forms", {
|
||||||
|
"name": "Declarative Forms example",
|
||||||
|
"sources": "src",
|
||||||
|
"extensions": {
|
||||||
|
"controllers": [
|
||||||
|
{
|
||||||
|
"key": "ExampleFormController",
|
||||||
|
"implementation": ExampleFormController,
|
||||||
|
"depends": [
|
||||||
|
"$scope"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"routes": [
|
||||||
|
{
|
||||||
|
"templateUrl": "templates/exampleForm.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Declarative Forms example",
|
|
||||||
"sources": "src",
|
|
||||||
"extensions": {
|
|
||||||
"controllers": [
|
|
||||||
{
|
|
||||||
"key": "ExampleFormController",
|
|
||||||
"implementation": "ExampleFormController.js",
|
|
||||||
"depends": [ "$scope" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"routes": [
|
|
||||||
{
|
|
||||||
"templateUrl": "templates/exampleForm.html"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
143
example/generator/bundle.js
Normal file
143
example/generator/bundle.js
Normal file
@ -0,0 +1,143 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/SinewaveTelemetryProvider",
|
||||||
|
"./src/SinewaveLimitCapability",
|
||||||
|
"./src/SinewaveDeltaFormat",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
SinewaveTelemetryProvider,
|
||||||
|
SinewaveLimitCapability,
|
||||||
|
SinewaveDeltaFormat,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/generator", {
|
||||||
|
"name": "Sine Wave Generator",
|
||||||
|
"description": "Example of a component that produces dataa.",
|
||||||
|
"extensions": {
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"implementation": SinewaveTelemetryProvider,
|
||||||
|
"type": "provider",
|
||||||
|
"provides": "telemetryService",
|
||||||
|
"depends": [
|
||||||
|
"$q",
|
||||||
|
"$timeout"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"capabilities": [
|
||||||
|
{
|
||||||
|
"key": "limit",
|
||||||
|
"implementation": SinewaveLimitCapability
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"formats": [
|
||||||
|
{
|
||||||
|
"key": "example.delta",
|
||||||
|
"implementation": SinewaveDeltaFormat
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"constants": [
|
||||||
|
{
|
||||||
|
"key": "TIME_CONDUCTOR_DOMAINS",
|
||||||
|
"value": [
|
||||||
|
{
|
||||||
|
"key": "time",
|
||||||
|
"name": "Time"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "yesterday",
|
||||||
|
"name": "Yesterday"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "delta",
|
||||||
|
"name": "Delta",
|
||||||
|
"format": "example.delta"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"priority": -1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"types": [
|
||||||
|
{
|
||||||
|
"key": "generator",
|
||||||
|
"name": "Sine Wave Generator",
|
||||||
|
"glyph": "T",
|
||||||
|
"description": "A sine wave generator",
|
||||||
|
"features": "creation",
|
||||||
|
"model": {
|
||||||
|
"telemetry": {
|
||||||
|
"period": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"telemetry": {
|
||||||
|
"source": "generator",
|
||||||
|
"domains": [
|
||||||
|
{
|
||||||
|
"key": "time",
|
||||||
|
"name": "Time"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "yesterday",
|
||||||
|
"name": "Yesterday"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "delta",
|
||||||
|
"name": "Delta",
|
||||||
|
"format": "example.delta"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ranges": [
|
||||||
|
{
|
||||||
|
"key": "sin",
|
||||||
|
"name": "Sine"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "cos",
|
||||||
|
"name": "Cosine"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"name": "Period",
|
||||||
|
"control": "textfield",
|
||||||
|
"cssclass": "l-small l-numeric",
|
||||||
|
"key": "period",
|
||||||
|
"required": true,
|
||||||
|
"property": [
|
||||||
|
"telemetry",
|
||||||
|
"period"
|
||||||
|
],
|
||||||
|
"pattern": "^\\d*(\\.\\d*)?$"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,90 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Sine Wave Generator",
|
|
||||||
"description": "Example of a component that produces dataa.",
|
|
||||||
"extensions": {
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"implementation": "SinewaveTelemetryProvider.js",
|
|
||||||
"type": "provider",
|
|
||||||
"provides": "telemetryService",
|
|
||||||
"depends": [ "$q", "$timeout" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"capabilities": [
|
|
||||||
{
|
|
||||||
"key": "limit",
|
|
||||||
"implementation": "SinewaveLimitCapability.js"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"formats": [
|
|
||||||
{
|
|
||||||
"key": "example.delta",
|
|
||||||
"implementation": "SinewaveDeltaFormat.js"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"constants": [
|
|
||||||
{
|
|
||||||
"key": "TIME_CONDUCTOR_DOMAINS",
|
|
||||||
"value": [
|
|
||||||
{ "key": "time", "name": "Time" },
|
|
||||||
{ "key": "yesterday", "name": "Yesterday" },
|
|
||||||
{ "key": "delta", "name": "Delta", "format": "example.delta" }
|
|
||||||
],
|
|
||||||
"priority": -1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"types": [
|
|
||||||
{
|
|
||||||
"key": "generator",
|
|
||||||
"name": "Sine Wave Generator",
|
|
||||||
"glyph": "T",
|
|
||||||
"description": "A sine wave generator",
|
|
||||||
"features": "creation",
|
|
||||||
"model": {
|
|
||||||
"telemetry": {
|
|
||||||
"period": 10
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"telemetry": {
|
|
||||||
"source": "generator",
|
|
||||||
"domains": [
|
|
||||||
{
|
|
||||||
"key": "time",
|
|
||||||
"name": "Time"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "yesterday",
|
|
||||||
"name": "Yesterday"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "delta",
|
|
||||||
"name": "Delta",
|
|
||||||
"format": "example.delta"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ranges": [
|
|
||||||
{
|
|
||||||
"key": "sin",
|
|
||||||
"name": "Sine"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "cos",
|
|
||||||
"name": "Cosine"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"properties": [
|
|
||||||
{
|
|
||||||
"name": "Period",
|
|
||||||
"control": "textfield",
|
|
||||||
"cssclass": "l-small l-numeric",
|
|
||||||
"key": "period",
|
|
||||||
"required": true,
|
|
||||||
"property": [ "telemetry", "period" ],
|
|
||||||
"pattern": "^\\d*(\\.\\d*)?$"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
47
example/identity/bundle.js
Normal file
47
example/identity/bundle.js
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/ExampleIdentityService",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
ExampleIdentityService,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/identity", {
|
||||||
|
"extensions": {
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"implementation": ExampleIdentityService,
|
||||||
|
"provides": "identityService",
|
||||||
|
"type": "provider",
|
||||||
|
"depends": [
|
||||||
|
"dialogService"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"implementation": "ExampleIdentityService.js",
|
|
||||||
"provides": "identityService",
|
|
||||||
"type": "provider",
|
|
||||||
"depends": [ "dialogService" ]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
78
example/imagery/bundle.js
Normal file
78
example/imagery/bundle.js
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/ImageTelemetryProvider",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
ImageTelemetryProvider,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/imagery", {
|
||||||
|
"name": "Imagery",
|
||||||
|
"description": "Example of a component that produces image telemetry.",
|
||||||
|
"extensions": {
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"implementation": ImageTelemetryProvider,
|
||||||
|
"type": "provider",
|
||||||
|
"provides": "telemetryService",
|
||||||
|
"depends": [
|
||||||
|
"$q",
|
||||||
|
"$timeout"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"types": [
|
||||||
|
{
|
||||||
|
"key": "imagery",
|
||||||
|
"name": "Example Imagery",
|
||||||
|
"glyph": "T",
|
||||||
|
"features": "creation",
|
||||||
|
"model": {
|
||||||
|
"telemetry": {}
|
||||||
|
},
|
||||||
|
"telemetry": {
|
||||||
|
"source": "imagery",
|
||||||
|
"domains": [
|
||||||
|
{
|
||||||
|
"name": "Time",
|
||||||
|
"key": "time",
|
||||||
|
"format": "utc"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ranges": [
|
||||||
|
{
|
||||||
|
"name": "Image",
|
||||||
|
"key": "url",
|
||||||
|
"format": "imageUrl"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,42 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Imagery",
|
|
||||||
"description": "Example of a component that produces image telemetry.",
|
|
||||||
"extensions": {
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"implementation": "ImageTelemetryProvider.js",
|
|
||||||
"type": "provider",
|
|
||||||
"provides": "telemetryService",
|
|
||||||
"depends": [ "$q", "$timeout" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"types": [
|
|
||||||
{
|
|
||||||
"key": "imagery",
|
|
||||||
"name": "Example Imagery",
|
|
||||||
"glyph": "T",
|
|
||||||
"features": "creation",
|
|
||||||
"model": {
|
|
||||||
"telemetry": {}
|
|
||||||
},
|
|
||||||
"telemetry": {
|
|
||||||
"source": "imagery",
|
|
||||||
"domains": [
|
|
||||||
{
|
|
||||||
"name": "Time",
|
|
||||||
"key": "time",
|
|
||||||
"format": "timestamp"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ranges": [
|
|
||||||
{
|
|
||||||
"name": "Image",
|
|
||||||
"key": "url",
|
|
||||||
"format": "imageUrl"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
45
example/mobile/bundle.js
Normal file
45
example/mobile/bundle.js
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/mobile", {
|
||||||
|
"name": "Mobile",
|
||||||
|
"description": "Allows elements with pertinence to mobile usage and development",
|
||||||
|
"extensions": {
|
||||||
|
"stylesheets": [
|
||||||
|
{
|
||||||
|
"stylesheetUrl": "css/mobile-example.css",
|
||||||
|
"priority": "mandatory"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Mobile",
|
|
||||||
"description": "Allows elements with pertinence to mobile usage and development",
|
|
||||||
"extensions": {
|
|
||||||
"stylesheets": [
|
|
||||||
{
|
|
||||||
"stylesheetUrl": "css/mobile-example.css",
|
|
||||||
"priority": "mandatory"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
# Require any additional compass plugins here.
|
|
||||||
# require "compass-growl"
|
|
||||||
|
|
||||||
# Set this to the root of your project when deployed:
|
|
||||||
http_path = "/"
|
|
||||||
css_dir = "css"
|
|
||||||
sass_dir = "sass"
|
|
||||||
images_dir = "images"
|
|
||||||
javascripts_dir = "js"
|
|
||||||
|
|
||||||
# You can select your preferred output style here (can be overridden via the command line):
|
|
||||||
# :expanded, :compressed, :nested
|
|
||||||
output_style = :nested
|
|
||||||
|
|
||||||
# To enable relative paths to assets via compass helper functions. Uncomment:
|
|
||||||
relative_assets = true
|
|
||||||
|
|
||||||
# To disable debugging comments that display the original location of your selectors. Uncomment:
|
|
||||||
# line_comments = false
|
|
||||||
|
|
||||||
|
|
||||||
# If you prefer the indented syntax, you might want to regenerate this
|
|
||||||
# project again passing --syntax sass, or you can uncomment this:
|
|
||||||
# preferred_syntax = :sass
|
|
||||||
# and then run:
|
|
||||||
# sass-convert -R --from scss --to sass vfn_platform/static/sass scss && rm -rf sass && mv scss sass
|
|
@ -1,103 +0,0 @@
|
|||||||
/*****************************************************************************
|
|
||||||
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
||||||
* as represented by the Administrator of the National Aeronautics and Space
|
|
||||||
* Administration. All rights reserved.
|
|
||||||
*
|
|
||||||
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
||||||
* "License"); you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
* License for the specific language governing permissions and limitations
|
|
||||||
* under the License.
|
|
||||||
*
|
|
||||||
* Open MCT Web includes source code licensed under additional open source
|
|
||||||
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
||||||
* this source code distribution or the Licensing information page available
|
|
||||||
* at runtime from the About dialog for additional information.
|
|
||||||
*****************************************************************************/
|
|
||||||
/*****************************************************************************
|
|
||||||
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
||||||
* as represented by the Administrator of the National Aeronautics and Space
|
|
||||||
* Administration. All rights reserved.
|
|
||||||
*
|
|
||||||
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
||||||
* "License"); you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
* License for the specific language governing permissions and limitations
|
|
||||||
* under the License.
|
|
||||||
*
|
|
||||||
* Open MCT Web includes source code licensed under additional open source
|
|
||||||
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
||||||
* this source code distribution or the Licensing information page available
|
|
||||||
* at runtime from the About dialog for additional information.
|
|
||||||
*****************************************************************************/
|
|
||||||
/************************** FEATURES */
|
|
||||||
/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
|
|
||||||
/************************** RATIOS */
|
|
||||||
/************************** LAYOUT */
|
|
||||||
/************************** CONTROLS */
|
|
||||||
/************************** PATHS */
|
|
||||||
/************************** TIMINGS */
|
|
||||||
/************************** LIMITS */
|
|
||||||
/*****************************************************************************
|
|
||||||
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
||||||
* as represented by the Administrator of the National Aeronautics and Space
|
|
||||||
* Administration. All rights reserved.
|
|
||||||
*
|
|
||||||
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
||||||
* "License"); you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
* License for the specific language governing permissions and limitations
|
|
||||||
* under the License.
|
|
||||||
*
|
|
||||||
* Open MCT Web includes source code licensed under additional open source
|
|
||||||
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
||||||
* this source code distribution or the Licensing information page available
|
|
||||||
* at runtime from the About dialog for additional information.
|
|
||||||
*****************************************************************************/
|
|
||||||
/************************** MOBILE REPRESENTATION ITEMS DIMENSIONS */
|
|
||||||
/************************** MOBILE TREE MENU DIMENSIONS */
|
|
||||||
/************************** WINDOW DIMENSIONS FOR RWD */
|
|
||||||
/************************** MEDIA QUERIES: WINDOW CHECKS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
|
|
||||||
/************************** MEDIA QUERIES: WINDOWS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
|
|
||||||
/************************** DEVICE PARAMETERS FOR MENUS/REPRESENTATIONS */
|
|
||||||
/*****************************************************************************
|
|
||||||
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
||||||
* as represented by the Administrator of the National Aeronautics and Space
|
|
||||||
* Administration. All rights reserved.
|
|
||||||
*
|
|
||||||
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
||||||
* "License"); you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0.
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
||||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
||||||
* License for the specific language governing permissions and limitations
|
|
||||||
* under the License.
|
|
||||||
*
|
|
||||||
* Open MCT Web includes source code licensed under additional open source
|
|
||||||
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
||||||
* this source code distribution or the Licensing information page available
|
|
||||||
* at runtime from the About dialog for additional information.
|
|
||||||
*****************************************************************************/
|
|
||||||
/* REQUIRES mobile/_constants */
|
|
||||||
@media screen and (orientation: portrait) and (max-width: 514px) and (max-height: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 1024px) and (max-device-height: 799px), screen and (orientation: portrait) and (min-width: 515px) and (max-width: 799px) and (min-height: 741px) and (max-height: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 1024px) and (max-device-height: 799px) {
|
|
||||||
/* line 28, ../sass/mobile-example.scss */
|
|
||||||
.create-btn-holder {
|
|
||||||
display: block !important; } }
|
|
20
example/msl/README.md
Normal file
20
example/msl/README.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
To use this bundle, add the following paths to /main.js -
|
||||||
|
'./platform/features/conductor/bundle',
|
||||||
|
'./example/msl/bundle',
|
||||||
|
|
||||||
|
An example plugin that integrates with public data from the Curiosity rover.
|
||||||
|
The data shown used by this plugin is published by the Centro de
|
||||||
|
Astrobiología (CSIC-INTA) at http://cab.inta-csic.es/rems/
|
||||||
|
|
||||||
|
Fetching data from this source requires a cross-origin request which will
|
||||||
|
fail on most modern browsers due to restrictions on such requests. As such,
|
||||||
|
it is proxied through a local proxy defined in app.js. In order to use this
|
||||||
|
example you will need to run app.js locally.
|
||||||
|
|
||||||
|
This example shows integration with an historical telemetry source, as
|
||||||
|
opposed to a real-time data source that is streaming back current information
|
||||||
|
about the state of a system. This example is atypical of a historical data
|
||||||
|
source in that it fetches all data in one request. The server infrastructure
|
||||||
|
of an historical telemetry source should ideally allow queries bounded by
|
||||||
|
time and other data attributes.
|
||||||
|
|
118
example/msl/bundle.js
Normal file
118
example/msl/bundle.js
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/RemsTelemetryServerAdapter",
|
||||||
|
"./src/RemsTelemetryInitializer",
|
||||||
|
"./src/RemsTelemetryModelProvider",
|
||||||
|
"./src/RemsTelemetryProvider",
|
||||||
|
'legacyRegistry',
|
||||||
|
"module"
|
||||||
|
], function (
|
||||||
|
RemsTelemetryServerAdapter,
|
||||||
|
RemsTelemetryInitializer,
|
||||||
|
RemsTelemetryModelProvider,
|
||||||
|
RemsTelemetryProvider,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
legacyRegistry.register("example/notifications", {
|
||||||
|
"name" : "Mars Science Laboratory Data Adapter",
|
||||||
|
"extensions" : {
|
||||||
|
"types": [
|
||||||
|
{
|
||||||
|
"name":"Mars Science Laboratory",
|
||||||
|
"key": "msl.curiosity",
|
||||||
|
"glyph": "o"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Instrument",
|
||||||
|
"key": "msl.instrument",
|
||||||
|
"glyph": "o",
|
||||||
|
"model": {"composition": []}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Measurement",
|
||||||
|
"key": "msl.measurement",
|
||||||
|
"glyph": "T",
|
||||||
|
"model": {"telemetry": {}},
|
||||||
|
"telemetry": {
|
||||||
|
"source": "rems.source",
|
||||||
|
"domains": [
|
||||||
|
{
|
||||||
|
"name": "Time",
|
||||||
|
"key": "timestamp",
|
||||||
|
"format": "utc"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"constants": [
|
||||||
|
{
|
||||||
|
"key": "REMS_WS_URL",
|
||||||
|
"value": "/proxyUrl?url=http://cab.inta-csic.es/rems/wp-content/plugins/marsweather-widget/api.php"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"roots": [
|
||||||
|
{
|
||||||
|
"id": "msl:curiosity",
|
||||||
|
"priority" : "preferred",
|
||||||
|
"model": {
|
||||||
|
"type": "msl.curiosity",
|
||||||
|
"name": "Mars Science Laboratory",
|
||||||
|
"composition": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": [
|
||||||
|
{
|
||||||
|
"key":"rems.adapter",
|
||||||
|
"implementation": RemsTelemetryServerAdapter,
|
||||||
|
"depends": ["$q", "$http", "$log", "REMS_WS_URL"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"runs": [
|
||||||
|
{
|
||||||
|
"implementation": RemsTelemetryInitializer,
|
||||||
|
"depends": ["rems.adapter", "objectService"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"provides": "modelService",
|
||||||
|
"type": "provider",
|
||||||
|
"implementation": RemsTelemetryModelProvider,
|
||||||
|
"depends": ["rems.adapter"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"provides": "telemetryService",
|
||||||
|
"type": "provider",
|
||||||
|
"implementation": RemsTelemetryProvider,
|
||||||
|
"depends": ["rems.adapter", "$q"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
1
example/msl/data/rems.json
Normal file
1
example/msl/data/rems.json
Normal file
File diff suppressed because one or more lines are too long
79
example/msl/src/MSLDataDictionary.js
Normal file
79
example/msl/src/MSLDataDictionary.js
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define(
|
||||||
|
[],
|
||||||
|
/**
|
||||||
|
* A data dictionary describes the telemetry available from a data
|
||||||
|
* source and its data types. The data dictionary will be parsed by a custom
|
||||||
|
* server provider for this data source (in this case
|
||||||
|
* {@link RemsTelemetryServerAdapter}).
|
||||||
|
*
|
||||||
|
* Typically a data dictionary would be made available alongside the
|
||||||
|
* telemetry data source itself.
|
||||||
|
*/
|
||||||
|
function () {
|
||||||
|
return {
|
||||||
|
"name": "Mars Science Laboratory",
|
||||||
|
"identifier": "msl",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"name":"rems",
|
||||||
|
"identifier": "rems",
|
||||||
|
"measurements": [
|
||||||
|
{
|
||||||
|
"name": "Min. Air Temperature",
|
||||||
|
"identifier": "min_temp",
|
||||||
|
"units": "degrees",
|
||||||
|
"type": "float"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Max. Air Temperature",
|
||||||
|
"identifier": "max_temp",
|
||||||
|
"units": "degrees",
|
||||||
|
"type": "float"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Atmospheric Pressure",
|
||||||
|
"identifier": "pressure",
|
||||||
|
"units": "pascals",
|
||||||
|
"type": "float"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Min. Ground Temperature",
|
||||||
|
"identifier": "min_gts_temp",
|
||||||
|
"units": "degrees",
|
||||||
|
"type": "float"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Max. Ground Temperature",
|
||||||
|
"identifier": "max_gts_temp",
|
||||||
|
"units": "degrees",
|
||||||
|
"type": "float"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
||||||
|
}
|
||||||
|
);
|
71
example/msl/src/RemsTelemetryInitializer.js
Normal file
71
example/msl/src/RemsTelemetryInitializer.js
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define(
|
||||||
|
function (){
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
var TAXONOMY_ID = "msl:curiosity",
|
||||||
|
PREFIX = "msl_tlm:";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Function that is executed on application startup and populates
|
||||||
|
* the navigation tree with objects representing the MSL REMS
|
||||||
|
* telemetry points. The tree is populated based on the data
|
||||||
|
* dictionary on the provider.
|
||||||
|
*
|
||||||
|
* @param {RemsTelemetryServerAdapter} adapter The server adapter
|
||||||
|
* (necessary in order to retrieve data dictionary)
|
||||||
|
* @param objectService the ObjectService which allows for lookup of
|
||||||
|
* objects by ID
|
||||||
|
* @constructor
|
||||||
|
*/
|
||||||
|
function RemsTelemetryInitializer(adapter, objectService) {
|
||||||
|
function makeId(element) {
|
||||||
|
return PREFIX + element.identifier;
|
||||||
|
}
|
||||||
|
|
||||||
|
function initializeTaxonomy(dictionary) {
|
||||||
|
function getTaxonomyObject(domainObjects) {
|
||||||
|
return domainObjects[TAXONOMY_ID];
|
||||||
|
}
|
||||||
|
|
||||||
|
function populateModel (taxonomyObject) {
|
||||||
|
return taxonomyObject.useCapability(
|
||||||
|
"mutation",
|
||||||
|
function (model) {
|
||||||
|
model.name = dictionary.name;
|
||||||
|
model.composition = dictionary.instruments.map(makeId);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
objectService.getObjects([TAXONOMY_ID])
|
||||||
|
.then(getTaxonomyObject)
|
||||||
|
.then(populateModel);
|
||||||
|
}
|
||||||
|
initializeTaxonomy(adapter.dictionary);
|
||||||
|
}
|
||||||
|
return RemsTelemetryInitializer;
|
||||||
|
}
|
||||||
|
);
|
87
example/msl/src/RemsTelemetryModelProvider.js
Normal file
87
example/msl/src/RemsTelemetryModelProvider.js
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define(
|
||||||
|
function (){
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
var PREFIX = "msl_tlm:",
|
||||||
|
FORMAT_MAPPINGS = {
|
||||||
|
float: "number",
|
||||||
|
integer: "number",
|
||||||
|
string: "string"
|
||||||
|
};
|
||||||
|
|
||||||
|
function RemsTelemetryModelProvider(adapter){
|
||||||
|
|
||||||
|
function isRelevant(id) {
|
||||||
|
return id.indexOf(PREFIX) === 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
function makeId(element){
|
||||||
|
return PREFIX + element.identifier;
|
||||||
|
}
|
||||||
|
|
||||||
|
function buildTaxonomy(dictionary){
|
||||||
|
var models = {};
|
||||||
|
|
||||||
|
function addMeasurement(measurement){
|
||||||
|
var format = FORMAT_MAPPINGS[measurement.type];
|
||||||
|
models[makeId(measurement)] = {
|
||||||
|
type: "msl.measurement",
|
||||||
|
name: measurement.name,
|
||||||
|
telemetry: {
|
||||||
|
key: measurement.identifier,
|
||||||
|
ranges: [{
|
||||||
|
key: "value",
|
||||||
|
name: measurement.units,
|
||||||
|
units: measurement.units,
|
||||||
|
format: format
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function addInstrument(subsystem) {
|
||||||
|
var measurements = (subsystem.measurements || []);
|
||||||
|
models[makeId(subsystem)] = {
|
||||||
|
type: "msl.instrument",
|
||||||
|
name: subsystem.name,
|
||||||
|
composition: measurements.map(makeId)
|
||||||
|
};
|
||||||
|
measurements.forEach(addMeasurement);
|
||||||
|
}
|
||||||
|
|
||||||
|
(dictionary.instruments || []).forEach(addInstrument);
|
||||||
|
return models;
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
getModels: function (ids) {
|
||||||
|
return ids.some(isRelevant) ? buildTaxonomy(adapter.dictionary) : {};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
return RemsTelemetryModelProvider;
|
||||||
|
}
|
||||||
|
);
|
83
example/msl/src/RemsTelemetryProvider.js
Normal file
83
example/msl/src/RemsTelemetryProvider.js
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define */
|
||||||
|
define (
|
||||||
|
['./RemsTelemetrySeries'],
|
||||||
|
function (RemsTelemetrySeries) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
var SOURCE = "rems.source";
|
||||||
|
|
||||||
|
function RemsTelemetryProvider(adapter, $q) {
|
||||||
|
this.adapter = adapter;
|
||||||
|
this.$q = $q;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Retrieve telemetry from this telemetry source.
|
||||||
|
* @memberOf example/msl
|
||||||
|
* @param {Array<TelemetryRequest>} requests An array of all request
|
||||||
|
* objects (which needs to be filtered to only those relevant to this
|
||||||
|
* source)
|
||||||
|
* @returns {Promise} A {@link Promise} resolved with a {@link RemsTelemetrySeries}
|
||||||
|
* object that wraps the telemetry returned from the telemetry source.
|
||||||
|
*/
|
||||||
|
RemsTelemetryProvider.prototype.requestTelemetry = function (requests) {
|
||||||
|
var packaged = {},
|
||||||
|
relevantReqs,
|
||||||
|
adapter = this.adapter;
|
||||||
|
|
||||||
|
function matchesSource(request) {
|
||||||
|
return (request.source === SOURCE);
|
||||||
|
}
|
||||||
|
|
||||||
|
function addToPackage(history) {
|
||||||
|
packaged[SOURCE][history.id] =
|
||||||
|
new RemsTelemetrySeries(history.values);
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleRequest(request) {
|
||||||
|
return adapter.history(request).then(addToPackage);
|
||||||
|
}
|
||||||
|
|
||||||
|
relevantReqs = requests.filter(matchesSource);
|
||||||
|
packaged[SOURCE] = {};
|
||||||
|
|
||||||
|
return this.$q.all(relevantReqs.map(handleRequest))
|
||||||
|
.then(function () {
|
||||||
|
return packaged;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This data source does not support real-time subscriptions
|
||||||
|
*/
|
||||||
|
RemsTelemetryProvider.prototype.subscribe = function (callback, requests) {
|
||||||
|
return function() {};
|
||||||
|
};
|
||||||
|
RemsTelemetryProvider.prototype.unsubscribe = function (callback, requests) {
|
||||||
|
return function() {};
|
||||||
|
};
|
||||||
|
|
||||||
|
return RemsTelemetryProvider;
|
||||||
|
}
|
||||||
|
);
|
84
example/msl/src/RemsTelemetrySeries.js
Normal file
84
example/msl/src/RemsTelemetrySeries.js
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define */
|
||||||
|
define(
|
||||||
|
function () {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {Object} RemsTelemetryValue
|
||||||
|
* @memberOf example/msl
|
||||||
|
* @property {number} date The date/time of the telemetry value. Constitutes the domain value of this value pair
|
||||||
|
* @property {number} value The value of this telemetry datum.
|
||||||
|
* A floating point value representing some observable quantity (eg.
|
||||||
|
* temperature, air pressure, etc.)
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A representation of a collection of telemetry data. The REMS
|
||||||
|
* telemetry data is time ordered, with the 'domain' value
|
||||||
|
* constituting the time stamp of each data value and the
|
||||||
|
* 'range' being the value itself.
|
||||||
|
*
|
||||||
|
* TelemetrySeries will typically wrap an array of telemetry data,
|
||||||
|
* and provide an interface for retrieving individual an telemetry
|
||||||
|
* value.
|
||||||
|
* @memberOf example/msl
|
||||||
|
* @param {Array<RemsTelemetryValue>} data An array of telemetry values
|
||||||
|
* @constructor
|
||||||
|
*/
|
||||||
|
function RemsTelemetrySeries(data) {
|
||||||
|
this.data = data;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @returns {number} A count of the number of data values available in
|
||||||
|
* this series
|
||||||
|
*/
|
||||||
|
RemsTelemetrySeries.prototype.getPointCount = function() {
|
||||||
|
return this.data.length;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* The domain value at the given index. The Rems telemetry data is
|
||||||
|
* time ordered, so the domain value is the time stamp of each data
|
||||||
|
* value.
|
||||||
|
* @param index
|
||||||
|
* @returns {number} the time value in ms since 1 January 1970
|
||||||
|
*/
|
||||||
|
RemsTelemetrySeries.prototype.getDomainValue = function(index) {
|
||||||
|
return this.data[index].date;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The range value of the REMS data set is the value of the thing
|
||||||
|
* being measured, be it temperature, air pressure, etc.
|
||||||
|
* @param index The datum in the data series to return the range
|
||||||
|
* value of.
|
||||||
|
* @returns {number} A floating point number
|
||||||
|
*/
|
||||||
|
RemsTelemetrySeries.prototype.getRangeValue = function(index) {
|
||||||
|
return this.data[index].value;
|
||||||
|
};
|
||||||
|
|
||||||
|
return RemsTelemetrySeries;
|
||||||
|
}
|
||||||
|
);
|
142
example/msl/src/RemsTelemetryServerAdapter.js
Normal file
142
example/msl/src/RemsTelemetryServerAdapter.js
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
/*jslint es5: true */
|
||||||
|
|
||||||
|
define(
|
||||||
|
[
|
||||||
|
"./MSLDataDictionary",
|
||||||
|
"module"
|
||||||
|
],
|
||||||
|
function (MSLDataDictionary, module) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
var TERRESTRIAL_DATE = "terrestrial_date",
|
||||||
|
LOCAL_DATA = "../data/rems.json";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fetches historical data from the REMS instrument on the Curiosity
|
||||||
|
* Rover.
|
||||||
|
* @memberOf example/msl
|
||||||
|
* @param $q
|
||||||
|
* @param $http
|
||||||
|
* @param REMS_WS_URL The location of the REMS telemetry data.
|
||||||
|
* @constructor
|
||||||
|
*/
|
||||||
|
function RemsTelemetryServerAdapter($q, $http, $log, REMS_WS_URL) {
|
||||||
|
this.localDataURI = module.uri.substring(0, module.uri.lastIndexOf('/') + 1) + LOCAL_DATA;
|
||||||
|
this.deferreds = {};
|
||||||
|
this.REMS_WS_URL = REMS_WS_URL;
|
||||||
|
this.$q = $q;
|
||||||
|
this.$http = $http;
|
||||||
|
this.$log = $log;
|
||||||
|
this.cache = undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The data dictionary for this data source.
|
||||||
|
* @type {MSLDataDictionary}
|
||||||
|
*/
|
||||||
|
RemsTelemetryServerAdapter.prototype.dictionary = MSLDataDictionary;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fetches historical data from source, and associates it with the
|
||||||
|
* given request ID.
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
|
RemsTelemetryServerAdapter.prototype.requestHistory = function(request) {
|
||||||
|
var self = this,
|
||||||
|
id = request.key,
|
||||||
|
deferred = this.$q.defer();
|
||||||
|
|
||||||
|
function processResponse(response){
|
||||||
|
var data = [];
|
||||||
|
/*
|
||||||
|
* Currently all data is returned for entire history of the mission. Cache response to avoid unnecessary re-queries.
|
||||||
|
*/
|
||||||
|
self.cache = response;
|
||||||
|
/*
|
||||||
|
* History data is organised by Sol. Iterate over sols...
|
||||||
|
*/
|
||||||
|
response.data.soles.forEach(function(solData){
|
||||||
|
/*
|
||||||
|
* Check that valid data exists
|
||||||
|
*/
|
||||||
|
if (!isNaN(solData[id])) {
|
||||||
|
/*
|
||||||
|
* Append each data point to the array of values
|
||||||
|
* for this data point property (min. temp, etc).
|
||||||
|
*/
|
||||||
|
data.unshift({
|
||||||
|
date: Date.parse(solData[TERRESTRIAL_DATE]),
|
||||||
|
value: solData[id]
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
|
||||||
|
function fallbackToLocal() {
|
||||||
|
self.$log.warn("Loading REMS data failed, probably due to" +
|
||||||
|
" cross origin policy. Falling back to local data");
|
||||||
|
return self.$http.get(self.localDataURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
//Filter results to match request parameters
|
||||||
|
function filterResults(results) {
|
||||||
|
return results.filter(function(result){
|
||||||
|
return result.date >= (request.start || Number.MIN_VALUE) &&
|
||||||
|
result.date <= (request.end || Number.MAX_VALUE);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function packageAndResolve(results){
|
||||||
|
deferred.resolve({id: id, values: results});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
this.$q.when(this.cache || this.$http.get(this.REMS_WS_URL))
|
||||||
|
.catch(fallbackToLocal)
|
||||||
|
.then(processResponse)
|
||||||
|
.then(filterResults)
|
||||||
|
.then(packageAndResolve);
|
||||||
|
|
||||||
|
return deferred.promise;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Requests historical telemetry for the named data attribute. In
|
||||||
|
* the case of REMS, this data source exposes multiple different
|
||||||
|
* data variables from the REMS instrument, including temperature
|
||||||
|
* and others
|
||||||
|
* @param id The telemetry data point key to be queried.
|
||||||
|
* @returns {Promise | Array<RemsTelemetryValue>} that resolves with an Array of {@link RemsTelemetryValue} objects for the request data key.
|
||||||
|
*/
|
||||||
|
RemsTelemetryServerAdapter.prototype.history = function(request) {
|
||||||
|
var id = request.key;
|
||||||
|
return this.requestHistory(request);
|
||||||
|
};
|
||||||
|
|
||||||
|
return RemsTelemetryServerAdapter;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
86
example/notifications/bundle.js
Normal file
86
example/notifications/bundle.js
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/DialogLaunchController",
|
||||||
|
"./src/NotificationLaunchController",
|
||||||
|
"./src/DialogLaunchIndicator",
|
||||||
|
"./src/NotificationLaunchIndicator",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
DialogLaunchController,
|
||||||
|
NotificationLaunchController,
|
||||||
|
DialogLaunchIndicator,
|
||||||
|
NotificationLaunchIndicator,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/notifications", {
|
||||||
|
"extensions": {
|
||||||
|
"templates": [
|
||||||
|
{
|
||||||
|
"key": "dialogLaunchTemplate",
|
||||||
|
"templateUrl": "dialog-launch.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "notificationLaunchTemplate",
|
||||||
|
"templateUrl": "notification-launch.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"controllers": [
|
||||||
|
{
|
||||||
|
"key": "DialogLaunchController",
|
||||||
|
"implementation": DialogLaunchController,
|
||||||
|
"depends": [
|
||||||
|
"$scope",
|
||||||
|
"$timeout",
|
||||||
|
"$log",
|
||||||
|
"dialogService",
|
||||||
|
"notificationService"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "NotificationLaunchController",
|
||||||
|
"implementation": NotificationLaunchController,
|
||||||
|
"depends": [
|
||||||
|
"$scope",
|
||||||
|
"$timeout",
|
||||||
|
"$log",
|
||||||
|
"notificationService"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"indicators": [
|
||||||
|
{
|
||||||
|
"implementation": DialogLaunchIndicator,
|
||||||
|
"priority": "fallback"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"implementation": NotificationLaunchIndicator,
|
||||||
|
"priority": "fallback"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,47 +0,0 @@
|
|||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"templates": [
|
|
||||||
{
|
|
||||||
"key": "dialogLaunchTemplate",
|
|
||||||
"templateUrl": "dialog-launch.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "notificationLaunchTemplate",
|
|
||||||
"templateUrl": "notification-launch.html"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"controllers": [
|
|
||||||
{
|
|
||||||
"key": "DialogLaunchController",
|
|
||||||
"implementation": "DialogLaunchController.js",
|
|
||||||
"depends": [
|
|
||||||
"$scope",
|
|
||||||
"$timeout",
|
|
||||||
"$log",
|
|
||||||
"dialogService",
|
|
||||||
"notificationService"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "NotificationLaunchController",
|
|
||||||
"implementation": "NotificationLaunchController.js",
|
|
||||||
"depends": [
|
|
||||||
"$scope",
|
|
||||||
"$timeout",
|
|
||||||
"$log",
|
|
||||||
"notificationService"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"indicators": [
|
|
||||||
{
|
|
||||||
"implementation": "DialogLaunchIndicator.js",
|
|
||||||
"priority": "fallback"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"implementation": "NotificationLaunchIndicator.js",
|
|
||||||
"priority": "fallback"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,10 +1,9 @@
|
|||||||
<span class="status block ok" ng-controller="DialogLaunchController">
|
<span class="status block ok" ng-controller="DialogLaunchController">
|
||||||
<span class="ui-symbol status-indicator"></span>
|
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
||||||
<span class="label">
|
<span class="ui-symbol status-indicator"></span><span class="label">
|
||||||
<a ng-click="launchProgress(true)">Known</a> |
|
<a ng-click="launchProgress(true)">Known</a> |
|
||||||
<a ng-click="launchProgress(false)">Unknown</a> |
|
<a ng-click="launchProgress(false)">Unknown</a> |
|
||||||
<a ng-click="launchError()">Error</a> |
|
<a ng-click="launchError()">Error</a> |
|
||||||
<a ng-click="launchInfo()">Info</a>
|
<a ng-click="launchInfo()">Info</a>
|
||||||
</span>
|
</span><span class="count">Dialogs</span>
|
||||||
<span class="count">Dialogs</span>
|
|
||||||
</span>
|
</span>
|
@ -1,10 +1,9 @@
|
|||||||
<span class="status block ok" ng-controller="NotificationLaunchController">
|
<span class="status block ok" ng-controller="NotificationLaunchController">
|
||||||
<span class="ui-symbol status-indicator"></span>
|
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
||||||
<span class="label">
|
<span class="ui-symbol status-indicator"></span><span class="label">
|
||||||
<a ng-click="newInfo()">Success</a> |
|
<a ng-click="newInfo()">Success</a> |
|
||||||
<a ng-click="newError()">Error</a> |
|
<a ng-click="newError()">Error</a> |
|
||||||
<a ng-click="newAlert()">Alert</a> |
|
<a ng-click="newAlert()">Alert</a> |
|
||||||
<a ng-click="newProgress()">Progress</a>
|
<a ng-click="newProgress()">Progress</a>
|
||||||
</span>
|
</span><span class="count">Notifications</span>
|
||||||
<span class="count">Notifications</span>
|
|
||||||
</span>
|
</span>
|
54
example/persistence/bundle.js
Normal file
54
example/persistence/bundle.js
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/BrowserPersistenceProvider",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
BrowserPersistenceProvider,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/persistence", {
|
||||||
|
"extensions": {
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"provides": "persistenceService",
|
||||||
|
"type": "provider",
|
||||||
|
"implementation": BrowserPersistenceProvider,
|
||||||
|
"depends": [
|
||||||
|
"$q",
|
||||||
|
"PERSISTENCE_SPACE"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"constants": [
|
||||||
|
{
|
||||||
|
"key": "PERSISTENCE_SPACE",
|
||||||
|
"value": "mct"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"provides": "persistenceService",
|
|
||||||
"type": "provider",
|
|
||||||
"implementation": "BrowserPersistenceProvider.js",
|
|
||||||
"depends": [ "$q", "PERSISTENCE_SPACE" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"constants": [
|
|
||||||
{
|
|
||||||
"key": "PERSISTENCE_SPACE",
|
|
||||||
"value": "mct"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
145
example/plotOptions/bundle.js
Normal file
145
example/plotOptions/bundle.js
Normal file
@ -0,0 +1,145 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
'legacyRegistry',
|
||||||
|
'../../platform/commonUI/browse/src/InspectorRegion',
|
||||||
|
'../../platform/commonUI/regions/src/Region'
|
||||||
|
], function (
|
||||||
|
legacyRegistry,
|
||||||
|
InspectorRegion,
|
||||||
|
Region
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add a 'plot options' region part to the inspector region for the
|
||||||
|
* Telemetry Plot type only. {@link InspectorRegion} is a default region
|
||||||
|
* implementation that is added automatically to all types. In order to
|
||||||
|
* customize what appears in the inspector region, you can start from a
|
||||||
|
* blank slate by using Region, or customize the default inspector
|
||||||
|
* region by using {@link InspectorRegion}.
|
||||||
|
*/
|
||||||
|
var plotInspector = new InspectorRegion(),
|
||||||
|
/**
|
||||||
|
* Two region parts are defined here. One that appears only in browse
|
||||||
|
* mode, and one that appears only in edit mode. For not they both point
|
||||||
|
* to the same representation, but a different key could be used here to
|
||||||
|
* include a customized representation for edit mode.
|
||||||
|
*/
|
||||||
|
plotOptionsBrowseRegion = new Region({
|
||||||
|
name: "plot-options",
|
||||||
|
title: "Plot Options",
|
||||||
|
modes: ['browse'],
|
||||||
|
content: {
|
||||||
|
key: "plot-options-browse"
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
plotOptionsEditRegion = new Region({
|
||||||
|
name: "plot-options",
|
||||||
|
title: "Plot Options",
|
||||||
|
modes: ['edit'],
|
||||||
|
content: {
|
||||||
|
key: "plot-options-browse"
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Both parts are added, and policies of type 'region' will determine
|
||||||
|
* which is shown based on domain object state. A default policy is
|
||||||
|
* provided which will check the 'modes' attribute of the region part
|
||||||
|
* definition.
|
||||||
|
*/
|
||||||
|
plotInspector.addRegion(plotOptionsBrowseRegion);
|
||||||
|
plotInspector.addRegion(plotOptionsEditRegion);
|
||||||
|
|
||||||
|
legacyRegistry.register("example/plotType", {
|
||||||
|
"name": "Plot Type",
|
||||||
|
"description": "Example illustrating registration of a new object type",
|
||||||
|
"extensions": {
|
||||||
|
"types": [
|
||||||
|
{
|
||||||
|
"key": "plot",
|
||||||
|
"name": "Telemetry Plot",
|
||||||
|
"glyph": "t",
|
||||||
|
"description": "A plot for displaying telemetry",
|
||||||
|
"delegates": [
|
||||||
|
"telemetry"
|
||||||
|
],
|
||||||
|
"features": "creation",
|
||||||
|
"contains": [
|
||||||
|
{
|
||||||
|
"has": "telemetry"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"model": {
|
||||||
|
"composition": []
|
||||||
|
},
|
||||||
|
"inspector": plotInspector,
|
||||||
|
"telemetry": {
|
||||||
|
"source": "generator",
|
||||||
|
"domains": [
|
||||||
|
{
|
||||||
|
"key": "time",
|
||||||
|
"name": "Time"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "yesterday",
|
||||||
|
"name": "Yesterday"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "delta",
|
||||||
|
"name": "Delta",
|
||||||
|
"format": "example.delta"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ranges": [
|
||||||
|
{
|
||||||
|
"key": "sin",
|
||||||
|
"name": "Sine"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "cos",
|
||||||
|
"name": "Cosine"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"name": "Period",
|
||||||
|
"control": "textfield",
|
||||||
|
"cssclass": "l-small l-numeric",
|
||||||
|
"key": "period",
|
||||||
|
"required": true,
|
||||||
|
"property": [
|
||||||
|
"telemetry",
|
||||||
|
"period"
|
||||||
|
],
|
||||||
|
"pattern": "^\\d*(\\.\\d*)?$"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
45
example/policy/bundle.js
Normal file
45
example/policy/bundle.js
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/ExamplePolicy",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
ExamplePolicy,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/policy", {
|
||||||
|
"name": "Example Policy",
|
||||||
|
"description": "Provides an example of using policies to prohibit actions.",
|
||||||
|
"extensions": {
|
||||||
|
"policies": [
|
||||||
|
{
|
||||||
|
"implementation": ExamplePolicy,
|
||||||
|
"category": "action"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Example Policy",
|
|
||||||
"description": "Provides an example of using policies to prohibit actions.",
|
|
||||||
"extensions": {
|
|
||||||
"policies": [
|
|
||||||
{
|
|
||||||
"implementation": "ExamplePolicy.js",
|
|
||||||
"category": "action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
55
example/profiling/bundle.js
Normal file
55
example/profiling/bundle.js
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/WatchIndicator",
|
||||||
|
"./src/DigestIndicator",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
WatchIndicator,
|
||||||
|
DigestIndicator,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/profiling", {
|
||||||
|
"extensions": {
|
||||||
|
"indicators": [
|
||||||
|
{
|
||||||
|
"implementation": WatchIndicator,
|
||||||
|
"depends": [
|
||||||
|
"$interval",
|
||||||
|
"$rootScope"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"implementation": DigestIndicator,
|
||||||
|
"depends": [
|
||||||
|
"$interval",
|
||||||
|
"$rootScope"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"indicators": [
|
|
||||||
{
|
|
||||||
"implementation": "WatchIndicator.js",
|
|
||||||
"depends": ["$interval", "$rootScope"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"implementation": "DigestIndicator.js",
|
|
||||||
"depends": ["$interval", "$rootScope"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -39,8 +39,11 @@ define(
|
|||||||
start = Date.now();
|
start = Date.now();
|
||||||
|
|
||||||
function update() {
|
function update() {
|
||||||
var secs = (Date.now() - start) / 1000;
|
var now = Date.now(),
|
||||||
|
secs = (now - start) / 1000;
|
||||||
displayed = Math.round(digests / secs);
|
displayed = Math.round(digests / secs);
|
||||||
|
start = now;
|
||||||
|
digests = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
function increment() {
|
function increment() {
|
||||||
|
58
example/scratchpad/bundle.js
Normal file
58
example/scratchpad/bundle.js
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/ScratchPersistenceProvider",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
ScratchPersistenceProvider,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/scratchpad", {
|
||||||
|
"extensions": {
|
||||||
|
"roots": [
|
||||||
|
{
|
||||||
|
"id": "scratch:root",
|
||||||
|
"model": {
|
||||||
|
"type": "folder",
|
||||||
|
"composition": [],
|
||||||
|
"name": "Scratchpad"
|
||||||
|
},
|
||||||
|
"priority": "preferred"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"provides": "persistenceService",
|
||||||
|
"type": "provider",
|
||||||
|
"implementation": ScratchPersistenceProvider,
|
||||||
|
"depends": [
|
||||||
|
"$q"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"roots": [
|
|
||||||
{
|
|
||||||
"id": "scratch:root",
|
|
||||||
"model": {
|
|
||||||
"type": "folder",
|
|
||||||
"composition": [],
|
|
||||||
"name": "Scratchpad"
|
|
||||||
},
|
|
||||||
"priority": "preferred"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"provides": "persistenceService",
|
|
||||||
"type": "provider",
|
|
||||||
"implementation": "ScratchPersistenceProvider.js",
|
|
||||||
"depends": [ "$q" ]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
63
example/taxonomy/bundle.js
Normal file
63
example/taxonomy/bundle.js
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/ExampleTaxonomyModelProvider",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
ExampleTaxonomyModelProvider,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/taxonomy", {
|
||||||
|
"name": "Example taxonomy",
|
||||||
|
"description": "Example illustrating the addition of a static top-level hierarchy",
|
||||||
|
"extensions": {
|
||||||
|
"roots": [
|
||||||
|
{
|
||||||
|
"id": "exampleTaxonomy",
|
||||||
|
"model": {
|
||||||
|
"type": "folder",
|
||||||
|
"name": "Stub Subsystems",
|
||||||
|
"composition": [
|
||||||
|
"examplePacket0",
|
||||||
|
"examplePacket1",
|
||||||
|
"examplePacket2"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"provides": "modelService",
|
||||||
|
"type": "provider",
|
||||||
|
"implementation": ExampleTaxonomyModelProvider,
|
||||||
|
"depends": [
|
||||||
|
"$q"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Example taxonomy",
|
|
||||||
"description": "Example illustrating the addition of a static top-level hierarchy",
|
|
||||||
"extensions": {
|
|
||||||
"roots": [
|
|
||||||
{
|
|
||||||
"id": "exampleTaxonomy",
|
|
||||||
"model": {
|
|
||||||
"type": "folder",
|
|
||||||
"name": "Stub Subsystems",
|
|
||||||
"composition": [
|
|
||||||
"examplePacket0",
|
|
||||||
"examplePacket1",
|
|
||||||
"examplePacket2"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"provides": "modelService",
|
|
||||||
"type": "provider",
|
|
||||||
"implementation": "ExampleTaxonomyModelProvider.js",
|
|
||||||
"depends": [ "$q" ]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
52
example/worker/bundle.js
Normal file
52
example/worker/bundle.js
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/FibonacciIndicator",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
FibonacciIndicator,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("example/worker", {
|
||||||
|
"extensions": {
|
||||||
|
"indicators": [
|
||||||
|
{
|
||||||
|
"implementation": FibonacciIndicator,
|
||||||
|
"depends": [
|
||||||
|
"workerService",
|
||||||
|
"$rootScope"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"workers": [
|
||||||
|
{
|
||||||
|
"key": "example.fibonacci",
|
||||||
|
"scriptUrl": "FibonacciWorker.js"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"indicators": [
|
|
||||||
{
|
|
||||||
"implementation": "FibonacciIndicator.js",
|
|
||||||
"depends": [ "workerService", "$rootScope" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"workers": [
|
|
||||||
{
|
|
||||||
"key": "example.fibonacci",
|
|
||||||
"scriptUrl": "FibonacciWorker.js"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
140
gulpfile.js
Normal file
140
gulpfile.js
Normal file
@ -0,0 +1,140 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
|
/*global require,__dirname*/
|
||||||
|
var gulp = require('gulp'),
|
||||||
|
requirejsOptimize = require('gulp-requirejs-optimize'),
|
||||||
|
sourcemaps = require('gulp-sourcemaps'),
|
||||||
|
rename = require('gulp-rename'),
|
||||||
|
sass = require('gulp-sass'),
|
||||||
|
bourbon = require('node-bourbon'),
|
||||||
|
jshint = require('gulp-jshint'),
|
||||||
|
jscs = require('gulp-jscs'),
|
||||||
|
replace = require('gulp-replace-task'),
|
||||||
|
karma = require('karma'),
|
||||||
|
path = require('path'),
|
||||||
|
fs = require('fs'),
|
||||||
|
git = require('git-rev-sync'),
|
||||||
|
moment = require('moment'),
|
||||||
|
project = require('./package.json'),
|
||||||
|
paths = {
|
||||||
|
main: 'main.js',
|
||||||
|
dist: 'dist',
|
||||||
|
assets: 'dist/assets',
|
||||||
|
scss: ['./platform/**/*.scss', './example/**/*.scss'],
|
||||||
|
scripts: [ 'main.js', 'platform/**/*.js', 'src/**/*.js' ],
|
||||||
|
static: [
|
||||||
|
'index.html',
|
||||||
|
'platform/**/*',
|
||||||
|
'example/**/*',
|
||||||
|
'bower_components/**/*'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
options = {
|
||||||
|
requirejsOptimize: {
|
||||||
|
name: paths.main.replace(/\.js$/, ''),
|
||||||
|
mainConfigFile: paths.main,
|
||||||
|
wrapShim: true
|
||||||
|
},
|
||||||
|
karma: {
|
||||||
|
configFile: path.resolve(__dirname, 'karma.conf.js'),
|
||||||
|
singleRun: true
|
||||||
|
},
|
||||||
|
sass: {
|
||||||
|
includePaths: bourbon.includePaths
|
||||||
|
},
|
||||||
|
replace: {
|
||||||
|
variables: {
|
||||||
|
version: project.version,
|
||||||
|
timestamp: moment.utc(Date.now()).format(),
|
||||||
|
revision: fs.existsSync('.git') ? git.long() : 'Unknown',
|
||||||
|
branch: fs.existsSync('.git') ? git.branch() : 'Unknown'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
gulp.task('scripts', function () {
|
||||||
|
return gulp.src(paths.main)
|
||||||
|
.pipe(sourcemaps.init())
|
||||||
|
.pipe(requirejsOptimize(options.requirejsOptimize))
|
||||||
|
.pipe(sourcemaps.write('.'))
|
||||||
|
.pipe(replace(options.replace))
|
||||||
|
.pipe(gulp.dest(paths.dist));
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('test', function (done) {
|
||||||
|
new karma.Server(options.karma, done).start();
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('stylesheets', function () {
|
||||||
|
return gulp.src(paths.scss, {base: '.'})
|
||||||
|
.pipe(sourcemaps.init())
|
||||||
|
.pipe(sass(options.sass).on('error', sass.logError))
|
||||||
|
.pipe(rename(function (file) {
|
||||||
|
file.dirname = file.dirname.replace('/sass', '/css');
|
||||||
|
return file;
|
||||||
|
}))
|
||||||
|
.pipe(sourcemaps.write('.'))
|
||||||
|
.pipe(gulp.dest(__dirname));
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('lint', function () {
|
||||||
|
return gulp.src(paths.scripts)
|
||||||
|
.pipe(jshint())
|
||||||
|
.pipe(jshint.reporter('default'))
|
||||||
|
.pipe(jshint.reporter('fail'));
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('checkstyle', function () {
|
||||||
|
return gulp.src(paths.scripts)
|
||||||
|
.pipe(jscs())
|
||||||
|
.pipe(jscs.reporter())
|
||||||
|
.pipe(jscs.reporter('fail'));
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('fixstyle', function () {
|
||||||
|
return gulp.src(paths.scripts, { base: '.' })
|
||||||
|
.pipe(jscs({ fix: true }))
|
||||||
|
.pipe(gulp.dest('.'));
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('static', ['stylesheets'], function () {
|
||||||
|
return gulp.src(paths.static, { base: '.' })
|
||||||
|
.pipe(gulp.dest(paths.dist));
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('watch', function () {
|
||||||
|
gulp.watch(paths.scss, ['stylesheets']);
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('serve', function () {
|
||||||
|
console.log('Running development server with all defaults');
|
||||||
|
var app = require('./app.js');
|
||||||
|
});
|
||||||
|
|
||||||
|
gulp.task('develop', ['serve', 'stylesheets', 'watch']);
|
||||||
|
|
||||||
|
gulp.task('install', [ 'static', 'scripts' ]);
|
||||||
|
|
||||||
|
gulp.task('verify', [ 'lint', 'test' ]);
|
||||||
|
|
||||||
|
gulp.task('build', [ 'verify', 'install' ]);
|
17
index.html
17
index.html
@ -26,16 +26,25 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<title></title>
|
<title></title>
|
||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="platform/framework/lib/require.js"
|
src="bower_components/requirejs/require.js">
|
||||||
data-main="platform/framework/src/Main.js">
|
|
||||||
</script>
|
</script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
require(['main'], function (mct) {
|
||||||
|
mct.run();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<link rel="stylesheet" href="platform/commonUI/general/res/css/startup-base.css">
|
||||||
|
<link rel="stylesheet" href="platform/commonUI/general/res/css/openmct.css">
|
||||||
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-32x32.png" sizes="32x32">
|
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-32x32.png" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-96x96.png" sizes="96x96">
|
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-96x96.png" sizes="96x96">
|
||||||
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-16x16.png" sizes="16x16">
|
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-16x16.png" sizes="16x16">
|
||||||
<link rel="shortcut icon" href="platform/commonUI/general/res/images/favicons/favicon.ico">
|
<link rel="shortcut icon" href="platform/commonUI/general/res/images/favicons/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body class="user-environ" ng-view>
|
<body class="user-environ">
|
||||||
|
<div class="l-splash-holder s-splash-holder">
|
||||||
|
<div class="l-splash s-splash"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div ng-view></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/*global module*/
|
/*global module,process*/
|
||||||
module.exports = function(config) {
|
module.exports = function(config) {
|
||||||
config.set({
|
config.set({
|
||||||
|
|
||||||
@ -34,9 +34,12 @@ module.exports = function(config) {
|
|||||||
// List of files / patterns to load in the browser.
|
// List of files / patterns to load in the browser.
|
||||||
// By default, files are also included in a script tag.
|
// By default, files are also included in a script tag.
|
||||||
files: [
|
files: [
|
||||||
|
{pattern: 'bower_components/**/*.js', included: false},
|
||||||
|
{pattern: 'src/**/*.js', included: false},
|
||||||
{pattern: 'example/**/*.js', included: false},
|
{pattern: 'example/**/*.js', included: false},
|
||||||
{pattern: 'platform/**/*.js', included: false},
|
{pattern: 'platform/**/*.js', included: false},
|
||||||
{pattern: 'warp/**/*.js', included: false},
|
{pattern: 'warp/**/*.js', included: false},
|
||||||
|
{pattern: 'platform/**/*.html', included: false},
|
||||||
'test-main.js'
|
'test-main.js'
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -47,12 +50,15 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
// Preprocess matching files before serving them to the browser.
|
// Preprocess matching files before serving them to the browser.
|
||||||
// https://npmjs.org/browse/keyword/karma-preprocessor
|
// https://npmjs.org/browse/keyword/karma-preprocessor
|
||||||
preprocessors: {},
|
preprocessors: {
|
||||||
|
'src/**/src/**/!(*Spec).js': [ 'coverage' ],
|
||||||
|
'platform/**/src/**/!(*Spec).js': [ 'coverage' ]
|
||||||
|
},
|
||||||
|
|
||||||
// Test results reporter to use
|
// Test results reporter to use
|
||||||
// Possible values: 'dots', 'progress'
|
// Possible values: 'dots', 'progress'
|
||||||
// Available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
// Available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
||||||
reporters: ['progress'],
|
reporters: ['progress', 'coverage', 'html', 'junit'],
|
||||||
|
|
||||||
// Web server port.
|
// Web server port.
|
||||||
port: 9876,
|
port: 9876,
|
||||||
@ -68,11 +74,29 @@ module.exports = function(config) {
|
|||||||
// Specify browsers to run tests in.
|
// Specify browsers to run tests in.
|
||||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||||
browsers: [
|
browsers: [
|
||||||
'Chrome'
|
'PhantomJS'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Code coverage reporting.
|
||||||
|
coverageReporter: {
|
||||||
|
dir: process.env.CIRCLE_ARTIFACTS ?
|
||||||
|
process.env.CIRCLE_ARTIFACTS + '/coverage' :
|
||||||
|
"dist/coverage"
|
||||||
|
},
|
||||||
|
|
||||||
|
// HTML test reporting.
|
||||||
|
htmlReporter: {
|
||||||
|
outputDir: "target/tests",
|
||||||
|
preserveDescribeNesting: true,
|
||||||
|
foldAll: false
|
||||||
|
},
|
||||||
|
|
||||||
|
junitReporter: {
|
||||||
|
outputDir: process.env.CIRCLE_TEST_REPORTS || 'target/junit'
|
||||||
|
},
|
||||||
|
|
||||||
// Continuous Integration mode.
|
// Continuous Integration mode.
|
||||||
// If true, Karma captures browsers, runs the tests and exits.
|
// If true, Karma captures browsers, runs the tests and exits.
|
||||||
singleRun: false
|
singleRun: true
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
104
main.js
Normal file
104
main.js
Normal file
@ -0,0 +1,104 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define, window, requirejs*/
|
||||||
|
|
||||||
|
requirejs.config({
|
||||||
|
"paths": {
|
||||||
|
"legacyRegistry": "src/legacyRegistry",
|
||||||
|
"angular": "bower_components/angular/angular.min",
|
||||||
|
"angular-route": "bower_components/angular-route/angular-route.min",
|
||||||
|
"csv": "bower_components/comma-separated-values/csv.min",
|
||||||
|
"es6-promise": "bower_components/es6-promise/promise.min",
|
||||||
|
"moment": "bower_components/moment/moment",
|
||||||
|
"moment-duration-format": "bower_components/moment-duration-format/lib/moment-duration-format",
|
||||||
|
"saveAs": "bower_components/FileSaver.js/FileSaver.min",
|
||||||
|
"screenfull": "bower_components/screenfull/dist/screenfull.min",
|
||||||
|
"text": "bower_components/text/text",
|
||||||
|
"uuid": "bower_components/node-uuid/uuid"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"angular": {
|
||||||
|
"exports": "angular"
|
||||||
|
},
|
||||||
|
"angular-route": {
|
||||||
|
"deps": [ "angular" ]
|
||||||
|
},
|
||||||
|
"moment-duration-format": {
|
||||||
|
"deps": [ "moment" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
define([
|
||||||
|
'./platform/framework/src/Main',
|
||||||
|
'legacyRegistry',
|
||||||
|
|
||||||
|
'./platform/framework/bundle',
|
||||||
|
'./platform/core/bundle',
|
||||||
|
'./platform/representation/bundle',
|
||||||
|
'./platform/commonUI/about/bundle',
|
||||||
|
'./platform/commonUI/browse/bundle',
|
||||||
|
'./platform/commonUI/edit/bundle',
|
||||||
|
'./platform/commonUI/dialog/bundle',
|
||||||
|
'./platform/commonUI/formats/bundle',
|
||||||
|
'./platform/commonUI/general/bundle',
|
||||||
|
'./platform/commonUI/inspect/bundle',
|
||||||
|
'./platform/commonUI/mobile/bundle',
|
||||||
|
'./platform/commonUI/themes/espresso/bundle',
|
||||||
|
'./platform/commonUI/notification/bundle',
|
||||||
|
'./platform/containment/bundle',
|
||||||
|
'./platform/execution/bundle',
|
||||||
|
'./platform/exporters/bundle',
|
||||||
|
'./platform/telemetry/bundle',
|
||||||
|
'./platform/features/clock/bundle',
|
||||||
|
'./platform/features/events/bundle',
|
||||||
|
'./platform/features/imagery/bundle',
|
||||||
|
'./platform/features/layout/bundle',
|
||||||
|
'./platform/features/pages/bundle',
|
||||||
|
'./platform/features/plot/bundle',
|
||||||
|
'./platform/features/scrolling/bundle',
|
||||||
|
'./platform/features/timeline/bundle',
|
||||||
|
'./platform/features/table/bundle',
|
||||||
|
'./platform/forms/bundle',
|
||||||
|
'./platform/identity/bundle',
|
||||||
|
'./platform/persistence/aggregator/bundle',
|
||||||
|
'./platform/persistence/local/bundle',
|
||||||
|
'./platform/persistence/queue/bundle',
|
||||||
|
'./platform/policy/bundle',
|
||||||
|
'./platform/entanglement/bundle',
|
||||||
|
'./platform/search/bundle',
|
||||||
|
'./platform/status/bundle',
|
||||||
|
'./platform/commonUI/regions/bundle',
|
||||||
|
|
||||||
|
'./example/imagery/bundle',
|
||||||
|
'./example/eventGenerator/bundle',
|
||||||
|
'./example/generator/bundle'
|
||||||
|
], function (Main, legacyRegistry) {
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
return {
|
||||||
|
legacyRegistry: legacyRegistry,
|
||||||
|
run: function () {
|
||||||
|
return new Main().run(legacyRegistry);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
50
package.json
50
package.json
@ -1,43 +1,61 @@
|
|||||||
{
|
{
|
||||||
"name": "open-mct-web",
|
"name": "openmctweb",
|
||||||
"version": "0.7.2",
|
"version": "0.9.3-SNAPSHOT",
|
||||||
"description": "The OpenMCTWeb core platform",
|
"description": "The Open MCT Web core platform",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.13.1",
|
"express": "^4.13.1",
|
||||||
"minimist": "^1.1.1"
|
"minimist": "^1.1.1",
|
||||||
|
"request": "^2.69.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"bower": "^1.7.7",
|
||||||
|
"git-rev-sync": "^1.4.0",
|
||||||
|
"glob": ">= 3.0.0",
|
||||||
|
"gulp": "^3.9.0",
|
||||||
|
"gulp-jscs": "^3.0.2",
|
||||||
|
"gulp-jshint": "^2.0.0",
|
||||||
|
"gulp-rename": "^1.2.2",
|
||||||
|
"gulp-replace-task": "^0.11.0",
|
||||||
|
"gulp-requirejs-optimize": "^0.3.1",
|
||||||
|
"gulp-sass": "^2.2.0",
|
||||||
|
"gulp-sourcemaps": "^1.6.0",
|
||||||
"jasmine-core": "^2.3.0",
|
"jasmine-core": "^2.3.0",
|
||||||
"jsdoc": "^3.3.2",
|
"jsdoc": "^3.3.2",
|
||||||
"jshint": "^2.7.0",
|
"jshint": "^2.7.0",
|
||||||
"karma": "^0.12.31",
|
"karma": "^0.13.3",
|
||||||
"karma-chrome-launcher": "^0.1.8",
|
"karma-chrome-launcher": "^0.1.8",
|
||||||
"karma-cli": "0.0.4",
|
"karma-cli": "0.0.4",
|
||||||
|
"karma-coverage": "^0.5.3",
|
||||||
|
"karma-html-reporter": "^0.2.7",
|
||||||
"karma-jasmine": "^0.1.5",
|
"karma-jasmine": "^0.1.5",
|
||||||
"karma-phantomjs-launcher": "^0.1.4",
|
"karma-junit-reporter": "^0.3.8",
|
||||||
|
"karma-phantomjs-launcher": "^1.0.0",
|
||||||
"karma-requirejs": "^0.2.2",
|
"karma-requirejs": "^0.2.2",
|
||||||
"requirejs": "^2.1.17",
|
"lodash": "^3.10.1",
|
||||||
|
"markdown-toc": "^0.11.7",
|
||||||
"marked": "^0.3.5",
|
"marked": "^0.3.5",
|
||||||
"glob": ">= 3.0.0",
|
|
||||||
"split": "^1.0.0",
|
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"nomnoml": "^0.0.3",
|
"moment": "^2.11.1",
|
||||||
"canvas": "^1.2.7",
|
"node-bourbon": "^4.2.3",
|
||||||
"markdown-toc": "^0.11.7"
|
"phantomjs-prebuilt": "^2.1.0",
|
||||||
|
"requirejs": "^2.1.17",
|
||||||
|
"split": "^1.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
"test": "karma start --single-run",
|
"test": "karma start --single-run",
|
||||||
"jshint": "jshint platform example || exit 0",
|
"jshint": "jshint platform example",
|
||||||
"watch": "karma start",
|
"watch": "karma start",
|
||||||
"jsdoc": "jsdoc -c jsdoc.json -r -d target/docs/api",
|
"jsdoc": "jsdoc -c jsdoc.json -r -d target/docs/api",
|
||||||
"otherdoc": "node docs/gendocs.js --in docs/src --out target/docs",
|
"otherdoc": "node docs/gendocs.js --in docs/src --out target/docs --suppress-toc 'docs/src/index.md|docs/src/process/index.md'",
|
||||||
"docs": "npm run jsdoc ; npm run otherdoc"
|
"docs": "npm run jsdoc ; npm run otherdoc",
|
||||||
|
"prepublish": "./node_modules/bower/bin/bower install && ./node_modules/gulp/bin/gulp.js install"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nasa/openmctweb.git"
|
"url": "https://github.com/nasa/openmctweb.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
182
platform/commonUI/about/bundle.js
Normal file
182
platform/commonUI/about/bundle.js
Normal file
@ -0,0 +1,182 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"text!./res/templates/about-dialog.html",
|
||||||
|
"./src/LogoController",
|
||||||
|
"./src/AboutController",
|
||||||
|
"./src/LicenseController",
|
||||||
|
"text!./res/templates/app-logo.html",
|
||||||
|
"text!./res/templates/about-logo.html",
|
||||||
|
"text!./res/templates/overlay-about.html",
|
||||||
|
"text!./res/templates/license-apache.html",
|
||||||
|
"text!./res/templates/license-mit.html",
|
||||||
|
"text!./res/templates/licenses.html",
|
||||||
|
"text!./res/templates/licenses-export-md.html",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
aboutDialogTemplate,
|
||||||
|
LogoController,
|
||||||
|
AboutController,
|
||||||
|
LicenseController,
|
||||||
|
appLogoTemplate,
|
||||||
|
aboutLogoTemplate,
|
||||||
|
overlayAboutTemplate,
|
||||||
|
licenseApacheTemplate,
|
||||||
|
licenseMitTemplate,
|
||||||
|
licensesTemplate,
|
||||||
|
licensesExportMdTemplate,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("platform/commonUI/about", {
|
||||||
|
"name": "About Open MCT Web",
|
||||||
|
"extensions": {
|
||||||
|
"templates": [
|
||||||
|
{
|
||||||
|
"key": "app-logo",
|
||||||
|
"priority": "optional",
|
||||||
|
"template": appLogoTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "about-logo",
|
||||||
|
"priority": "preferred",
|
||||||
|
"template": aboutLogoTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "about-dialog",
|
||||||
|
"template": aboutDialogTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "overlay-about",
|
||||||
|
"template": overlayAboutTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "license-apache",
|
||||||
|
"template": licenseApacheTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "license-mit",
|
||||||
|
"template": licenseMitTemplate
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"controllers": [
|
||||||
|
{
|
||||||
|
"key": "LogoController",
|
||||||
|
"depends": [
|
||||||
|
"overlayService"
|
||||||
|
],
|
||||||
|
"implementation": LogoController
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "AboutController",
|
||||||
|
"depends": [
|
||||||
|
"versions[]",
|
||||||
|
"$window"
|
||||||
|
],
|
||||||
|
"implementation": AboutController
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "LicenseController",
|
||||||
|
"depends": [
|
||||||
|
"licenses[]"
|
||||||
|
],
|
||||||
|
"implementation": LicenseController
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"name": "Json.NET",
|
||||||
|
"version": "6.0.8",
|
||||||
|
"author": "Newtonsoft",
|
||||||
|
"description": "JSON serialization/deserialization",
|
||||||
|
"website": "http://www.newtonsoft.com/json",
|
||||||
|
"copyright": "Copyright (c) 2007 James Newton-King",
|
||||||
|
"license": "license-mit",
|
||||||
|
"link": "https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Nancy",
|
||||||
|
"version": "0.23.2",
|
||||||
|
"author": "Andreas Håkansson, Steven Robbins and contributors",
|
||||||
|
"description": "Embedded web server",
|
||||||
|
"website": "http://nancyfx.org/",
|
||||||
|
"copyright": "Copyright © 2010 Andreas Håkansson, Steven Robbins and contributors",
|
||||||
|
"license": "license-mit",
|
||||||
|
"link": "http://www.opensource.org/licenses/mit-license.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Nancy.Hosting.Self",
|
||||||
|
"version": "0.23.2",
|
||||||
|
"author": "Andreas Håkansson, Steven Robbins and contributors",
|
||||||
|
"description": "Embedded web server",
|
||||||
|
"website": "http://nancyfx.org/",
|
||||||
|
"copyright": "Copyright © 2010 Andreas Håkansson, Steven Robbins and contributors",
|
||||||
|
"license": "license-mit",
|
||||||
|
"link": "http://www.opensource.org/licenses/mit-license.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SuperSocket",
|
||||||
|
"version": "0.9.0.2",
|
||||||
|
"author": " Kerry Jiang",
|
||||||
|
"description": "Supports SuperWebSocket",
|
||||||
|
"website": "https://supersocket.codeplex.com/",
|
||||||
|
"copyright": "Copyright 2010-2014 Kerry Jiang (kerry-jiang@hotmail.com)",
|
||||||
|
"license": "license-apache",
|
||||||
|
"link": "https://supersocket.codeplex.com/license"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SuperWebSocket",
|
||||||
|
"version": "0.9.0.2",
|
||||||
|
"author": " Kerry Jiang",
|
||||||
|
"description": "WebSocket implementation for client-server communication",
|
||||||
|
"website": "https://superwebsocket.codeplex.com/",
|
||||||
|
"copyright": "Copyright 2010-2014 Kerry Jiang (kerry-jiang@hotmail.com)",
|
||||||
|
"license": "license-apache",
|
||||||
|
"link": "https://superwebsocket.codeplex.com/license"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "log4net",
|
||||||
|
"version": "2.0.3",
|
||||||
|
"author": "Apache Software Foundation",
|
||||||
|
"description": "Logging",
|
||||||
|
"website": "http://logging.apache.org/log4net/",
|
||||||
|
"copyright": "Copyright © 2004-2015 Apache Software Foundation.",
|
||||||
|
"license": "license-apache",
|
||||||
|
"link": "http://logging.apache.org/log4net/license.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"routes": [
|
||||||
|
{
|
||||||
|
"when": "/licenses",
|
||||||
|
"template": licensesTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"when": "/licenses-md",
|
||||||
|
"template": licensesExportMdTemplate
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,122 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "About Open MCT Web",
|
|
||||||
"extensions": {
|
|
||||||
"templates": [
|
|
||||||
{
|
|
||||||
"key": "app-logo",
|
|
||||||
"priority": "optional",
|
|
||||||
"templateUrl": "templates/app-logo.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "about-logo",
|
|
||||||
"priority": "preferred",
|
|
||||||
"templateUrl": "templates/about-logo.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "about-dialog",
|
|
||||||
"templateUrl": "templates/about-dialog.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "overlay-about",
|
|
||||||
"templateUrl": "templates/overlay-about.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "license-apache",
|
|
||||||
"templateUrl": "templates/license-apache.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "license-mit",
|
|
||||||
"templateUrl": "templates/license-mit.html"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"controllers": [
|
|
||||||
{
|
|
||||||
"key": "LogoController",
|
|
||||||
"depends": [ "overlayService" ],
|
|
||||||
"implementation": "LogoController.js"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "AboutController",
|
|
||||||
"depends": [ "versions[]", "$window" ],
|
|
||||||
"implementation": "AboutController.js"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "LicenseController",
|
|
||||||
"depends": [ "licenses[]" ],
|
|
||||||
"implementation": "LicenseController.js"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"licenses": [
|
|
||||||
{
|
|
||||||
"name": "Json.NET",
|
|
||||||
"version": "6.0.8",
|
|
||||||
"author": "Newtonsoft",
|
|
||||||
"description": "JSON serialization/deserialization",
|
|
||||||
"website": "http://www.newtonsoft.com/json",
|
|
||||||
"copyright": "Copyright (c) 2007 James Newton-King",
|
|
||||||
"license": "license-mit",
|
|
||||||
"link": "https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Nancy",
|
|
||||||
"version": "0.23.2",
|
|
||||||
"author": "Andreas Håkansson, Steven Robbins and contributors",
|
|
||||||
"description": "Embedded web server",
|
|
||||||
"website": "http://nancyfx.org/",
|
|
||||||
"copyright": "Copyright © 2010 Andreas Håkansson, Steven Robbins and contributors",
|
|
||||||
"license": "license-mit",
|
|
||||||
"link": "http://www.opensource.org/licenses/mit-license.php"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Nancy.Hosting.Self",
|
|
||||||
"version": "0.23.2",
|
|
||||||
"author": "Andreas Håkansson, Steven Robbins and contributors",
|
|
||||||
"description": "Embedded web server",
|
|
||||||
"website": "http://nancyfx.org/",
|
|
||||||
"copyright": "Copyright © 2010 Andreas Håkansson, Steven Robbins and contributors",
|
|
||||||
"license": "license-mit",
|
|
||||||
"link": "http://www.opensource.org/licenses/mit-license.php"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "SuperSocket",
|
|
||||||
"version": "0.9.0.2",
|
|
||||||
"author": " Kerry Jiang",
|
|
||||||
"description": "Supports SuperWebSocket",
|
|
||||||
"website": "https://supersocket.codeplex.com/",
|
|
||||||
"copyright": "Copyright 2010-2014 Kerry Jiang (kerry-jiang@hotmail.com)",
|
|
||||||
"license": "license-apache",
|
|
||||||
"link": "https://supersocket.codeplex.com/license"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "SuperWebSocket",
|
|
||||||
"version": "0.9.0.2",
|
|
||||||
"author": " Kerry Jiang",
|
|
||||||
"description": "WebSocket implementation for client-server communication",
|
|
||||||
"website": "https://superwebsocket.codeplex.com/",
|
|
||||||
"copyright": "Copyright 2010-2014 Kerry Jiang (kerry-jiang@hotmail.com)",
|
|
||||||
"license": "license-apache",
|
|
||||||
"link": "https://superwebsocket.codeplex.com/license"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "log4net",
|
|
||||||
"version": "2.0.3",
|
|
||||||
"author": "Apache Software Foundation",
|
|
||||||
"description": "Logging",
|
|
||||||
"website": "http://logging.apache.org/log4net/",
|
|
||||||
"copyright": "Copyright © 2004-2015 Apache Software Foundation.",
|
|
||||||
"license": "license-apache",
|
|
||||||
"link": "http://logging.apache.org/log4net/license.html"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"routes": [
|
|
||||||
{
|
|
||||||
"when": "/licenses",
|
|
||||||
"templateUrl": "templates/licenses.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"when": "/licenses-md",
|
|
||||||
"templateUrl": "templates/licenses-export-md.html"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -20,11 +20,7 @@
|
|||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
<div class="abs t-about l-about t-about-openmctweb s-about" ng-controller = "AboutController as about">
|
<div class="abs t-about l-about t-about-openmctweb s-about" ng-controller = "AboutController as about">
|
||||||
<div class="l-logo-holder s-logo-holder">
|
<div class="l-splash s-splash"></div>
|
||||||
<div class="l-logo s-logo s-logo-nasa"></div>
|
|
||||||
<div class="l-logo l-logo-app s-logo s-logo-openmctweb"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="s-text l-content">
|
<div class="s-text l-content">
|
||||||
<h1 class="l-title s-title">OpenMCT Web</h1>
|
<h1 class="l-title s-title">OpenMCT Web</h1>
|
||||||
<div class="l-description s-description">
|
<div class="l-description s-description">
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[
|
|
||||||
"AboutController",
|
|
||||||
"LicenseController",
|
|
||||||
"LogoController"
|
|
||||||
]
|
|
367
platform/commonUI/browse/bundle.js
Normal file
367
platform/commonUI/browse/bundle.js
Normal file
@ -0,0 +1,367 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define*/
|
||||||
|
|
||||||
|
define([
|
||||||
|
"./src/BrowseController",
|
||||||
|
"./src/PaneController",
|
||||||
|
"./src/BrowseObjectController",
|
||||||
|
"./src/creation/CreateMenuController",
|
||||||
|
"./src/creation/LocatorController",
|
||||||
|
"./src/MenuArrowController",
|
||||||
|
"./src/navigation/NavigationService",
|
||||||
|
"./src/creation/CreationPolicy",
|
||||||
|
"./src/navigation/NavigateAction",
|
||||||
|
"./src/windowing/NewTabAction",
|
||||||
|
"./src/windowing/FullscreenAction",
|
||||||
|
"./src/creation/CreateActionProvider",
|
||||||
|
"./src/creation/AddActionProvider",
|
||||||
|
"./src/creation/CreationService",
|
||||||
|
"./src/windowing/WindowTitler",
|
||||||
|
"text!./res/templates/browse.html",
|
||||||
|
"text!./res/templates/create/locator.html",
|
||||||
|
"text!./res/templates/browse-object.html",
|
||||||
|
"text!./res/templates/create/create-button.html",
|
||||||
|
"text!./res/templates/create/create-menu.html",
|
||||||
|
"text!./res/templates/items/grid-item.html",
|
||||||
|
"text!./res/templates/browse/object-header.html",
|
||||||
|
"text!./res/templates/menu-arrow.html",
|
||||||
|
"text!./res/templates/back-arrow.html",
|
||||||
|
"text!./res/templates/items/items.html",
|
||||||
|
"text!./res/templates/browse/object-properties.html",
|
||||||
|
"text!./res/templates/browse/inspector-region.html",
|
||||||
|
'legacyRegistry'
|
||||||
|
], function (
|
||||||
|
BrowseController,
|
||||||
|
PaneController,
|
||||||
|
BrowseObjectController,
|
||||||
|
CreateMenuController,
|
||||||
|
LocatorController,
|
||||||
|
MenuArrowController,
|
||||||
|
NavigationService,
|
||||||
|
CreationPolicy,
|
||||||
|
NavigateAction,
|
||||||
|
NewTabAction,
|
||||||
|
FullscreenAction,
|
||||||
|
CreateActionProvider,
|
||||||
|
AddActionProvider,
|
||||||
|
CreationService,
|
||||||
|
WindowTitler,
|
||||||
|
browseTemplate,
|
||||||
|
locatorTemplate,
|
||||||
|
browseObjectTemplate,
|
||||||
|
createButtonTemplate,
|
||||||
|
createMenuTemplate,
|
||||||
|
gridItemTemplate,
|
||||||
|
objectHeaderTemplate,
|
||||||
|
menuArrowTemplate,
|
||||||
|
backArrowTemplate,
|
||||||
|
itemsTemplate,
|
||||||
|
objectPropertiesTemplate,
|
||||||
|
inspectorRegionTemplate,
|
||||||
|
legacyRegistry
|
||||||
|
) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
legacyRegistry.register("platform/commonUI/browse", {
|
||||||
|
"extensions": {
|
||||||
|
"routes": [
|
||||||
|
{
|
||||||
|
"when": "/browse/:ids*",
|
||||||
|
"template": browseTemplate,
|
||||||
|
"reloadOnSearch": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"when": "",
|
||||||
|
"template": browseTemplate,
|
||||||
|
"reloadOnSearch": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"constants": [
|
||||||
|
{
|
||||||
|
"key": "DEFAULT_PATH",
|
||||||
|
"value": "mine",
|
||||||
|
"priority": "fallback"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"controllers": [
|
||||||
|
{
|
||||||
|
"key": "BrowseController",
|
||||||
|
"implementation": BrowseController,
|
||||||
|
"depends": [
|
||||||
|
"$scope",
|
||||||
|
"$route",
|
||||||
|
"$location",
|
||||||
|
"$window",
|
||||||
|
"objectService",
|
||||||
|
"navigationService",
|
||||||
|
"urlService",
|
||||||
|
"policyService",
|
||||||
|
"DEFAULT_PATH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "PaneController",
|
||||||
|
"implementation": PaneController,
|
||||||
|
"priority": "preferred",
|
||||||
|
"depends": [
|
||||||
|
"$scope",
|
||||||
|
"agentService",
|
||||||
|
"$window"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "BrowseObjectController",
|
||||||
|
"implementation": BrowseObjectController,
|
||||||
|
"depends": [
|
||||||
|
"$scope",
|
||||||
|
"$location",
|
||||||
|
"$route"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "CreateMenuController",
|
||||||
|
"implementation": CreateMenuController,
|
||||||
|
"depends": [
|
||||||
|
"$scope"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "LocatorController",
|
||||||
|
"implementation": LocatorController,
|
||||||
|
"depends": [
|
||||||
|
"$scope",
|
||||||
|
"$timeout",
|
||||||
|
"objectService"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "MenuArrowController",
|
||||||
|
"implementation": MenuArrowController,
|
||||||
|
"depends": [
|
||||||
|
"$scope"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"controls": [
|
||||||
|
{
|
||||||
|
"key": "locator",
|
||||||
|
"template": locatorTemplate
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"representations": [
|
||||||
|
{
|
||||||
|
"key": "view-object",
|
||||||
|
"templateUrl": "templates/view-object.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "browse-object",
|
||||||
|
"template": browseObjectTemplate,
|
||||||
|
"gestures": [
|
||||||
|
"drop"
|
||||||
|
],
|
||||||
|
"uses": [
|
||||||
|
"view"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "create-button",
|
||||||
|
"template": createButtonTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "create-menu",
|
||||||
|
"template": createMenuTemplate,
|
||||||
|
"uses": [
|
||||||
|
"action"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "grid-item",
|
||||||
|
"template": gridItemTemplate,
|
||||||
|
"uses": [
|
||||||
|
"type",
|
||||||
|
"action",
|
||||||
|
"location"
|
||||||
|
],
|
||||||
|
"gestures": [
|
||||||
|
"info",
|
||||||
|
"menu"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "object-header",
|
||||||
|
"template": objectHeaderTemplate,
|
||||||
|
"uses": [
|
||||||
|
"type"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "menu-arrow",
|
||||||
|
"template": menuArrowTemplate,
|
||||||
|
"uses": [
|
||||||
|
"action"
|
||||||
|
],
|
||||||
|
"gestures": [
|
||||||
|
"menu"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "back-arrow",
|
||||||
|
"uses": [
|
||||||
|
"context"
|
||||||
|
],
|
||||||
|
"template": backArrowTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "object-properties",
|
||||||
|
"template": objectPropertiesTemplate
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "inspector-region",
|
||||||
|
"template": inspectorRegionTemplate
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": [
|
||||||
|
{
|
||||||
|
"key": "navigationService",
|
||||||
|
"implementation": NavigationService
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"policies": [
|
||||||
|
{
|
||||||
|
"implementation": CreationPolicy,
|
||||||
|
"category": "creation"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"key": "navigate",
|
||||||
|
"implementation": NavigateAction,
|
||||||
|
"depends": [
|
||||||
|
"navigationService",
|
||||||
|
"$q"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "window",
|
||||||
|
"name": "Open In New Tab",
|
||||||
|
"implementation": NewTabAction,
|
||||||
|
"description": "Open in a new browser tab",
|
||||||
|
"category": [
|
||||||
|
"view-control",
|
||||||
|
"contextual"
|
||||||
|
],
|
||||||
|
"depends": [
|
||||||
|
"urlService",
|
||||||
|
"$window"
|
||||||
|
],
|
||||||
|
"group": "windowing",
|
||||||
|
"glyph": "y",
|
||||||
|
"priority": "preferred"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "fullscreen",
|
||||||
|
"implementation": FullscreenAction,
|
||||||
|
"category": "view-control",
|
||||||
|
"group": "windowing",
|
||||||
|
"glyph": "z",
|
||||||
|
"priority": "default"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"views": [
|
||||||
|
{
|
||||||
|
"key": "items",
|
||||||
|
"name": "Items",
|
||||||
|
"glyph": "9",
|
||||||
|
"description": "Grid of available items",
|
||||||
|
"template": itemsTemplate,
|
||||||
|
"uses": [
|
||||||
|
"composition"
|
||||||
|
],
|
||||||
|
"gestures": [
|
||||||
|
"drop"
|
||||||
|
],
|
||||||
|
"type": "folder",
|
||||||
|
"editable": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"key": "CreateActionProvider",
|
||||||
|
"provides": "actionService",
|
||||||
|
"type": "provider",
|
||||||
|
"implementation": CreateActionProvider,
|
||||||
|
"depends": [
|
||||||
|
"$q",
|
||||||
|
"typeService",
|
||||||
|
"navigationService",
|
||||||
|
"policyService"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "AddActionProvider",
|
||||||
|
"provides": "actionService",
|
||||||
|
"type": "provider",
|
||||||
|
"implementation": AddActionProvider,
|
||||||
|
"depends": [
|
||||||
|
"$q",
|
||||||
|
"typeService",
|
||||||
|
"dialogService",
|
||||||
|
"policyService"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "CreationService",
|
||||||
|
"provides": "creationService",
|
||||||
|
"type": "provider",
|
||||||
|
"implementation": CreationService,
|
||||||
|
"depends": [
|
||||||
|
"$q",
|
||||||
|
"$log"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"runs": [
|
||||||
|
{
|
||||||
|
"implementation": WindowTitler,
|
||||||
|
"depends": [
|
||||||
|
"navigationService",
|
||||||
|
"$rootScope",
|
||||||
|
"$document"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"name": "screenfull.js",
|
||||||
|
"version": "1.2.0",
|
||||||
|
"description": "Wrapper for cross-browser usage of fullscreen API",
|
||||||
|
"author": "Sindre Sorhus",
|
||||||
|
"website": "https://github.com/sindresorhus/screenfull.js/",
|
||||||
|
"copyright": "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
|
||||||
|
"license": "license-mit",
|
||||||
|
"link": "https://github.com/sindresorhus/screenfull.js/blob/gh-pages/license"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
@ -1,179 +0,0 @@
|
|||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"routes": [
|
|
||||||
{
|
|
||||||
"when": "/browse/:ids*",
|
|
||||||
"templateUrl": "templates/browse.html",
|
|
||||||
"reloadOnSearch": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"when": "",
|
|
||||||
"templateUrl": "templates/browse.html",
|
|
||||||
"reloadOnSearch": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"controllers": [
|
|
||||||
{
|
|
||||||
"key": "BrowseController",
|
|
||||||
"implementation": "BrowseController.js",
|
|
||||||
"depends": [
|
|
||||||
"$scope",
|
|
||||||
"$route",
|
|
||||||
"$location",
|
|
||||||
"objectService",
|
|
||||||
"navigationService",
|
|
||||||
"urlService"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "PaneController",
|
|
||||||
"implementation": "PaneController.js",
|
|
||||||
"priority": "preferred",
|
|
||||||
"depends": [ "$scope", "agentService","$window" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "BrowseObjectController",
|
|
||||||
"implementation": "BrowseObjectController.js",
|
|
||||||
"depends": [ "$scope", "$location", "$route" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "CreateMenuController",
|
|
||||||
"implementation": "creation/CreateMenuController.js",
|
|
||||||
"depends": [ "$scope" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "LocatorController",
|
|
||||||
"implementation": "creation/LocatorController.js",
|
|
||||||
"depends": [ "$scope", "$timeout" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "MenuArrowController",
|
|
||||||
"implementation": "MenuArrowController.js",
|
|
||||||
"depends": [ "$scope" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"controls": [
|
|
||||||
{
|
|
||||||
"key": "locator",
|
|
||||||
"templateUrl": "templates/create/locator.html"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"representations": [
|
|
||||||
{
|
|
||||||
"key": "browse-object",
|
|
||||||
"templateUrl": "templates/browse-object.html",
|
|
||||||
"uses": [ "view" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "create-button",
|
|
||||||
"templateUrl": "templates/create/create-button.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "create-menu",
|
|
||||||
"templateUrl": "templates/create/create-menu.html",
|
|
||||||
"uses": [ "action" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "grid-item",
|
|
||||||
"templateUrl": "templates/items/grid-item.html",
|
|
||||||
"uses": [ "type", "action", "location" ],
|
|
||||||
"gestures": [ "info", "menu" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "object-header",
|
|
||||||
"templateUrl": "templates/browse/object-header.html",
|
|
||||||
"uses": [ "type" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "menu-arrow",
|
|
||||||
"templateUrl": "templates/menu-arrow.html",
|
|
||||||
"uses": [ "action" ],
|
|
||||||
"gestures": [ "menu" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "back-arrow",
|
|
||||||
"uses": [ "context" ],
|
|
||||||
"templateUrl": "templates/back-arrow.html"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"services": [
|
|
||||||
{
|
|
||||||
"key": "navigationService",
|
|
||||||
"implementation": "navigation/NavigationService.js"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"actions": [
|
|
||||||
{
|
|
||||||
"key": "navigate",
|
|
||||||
"implementation": "navigation/NavigateAction.js",
|
|
||||||
"depends": [ "navigationService", "$q" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "window",
|
|
||||||
"name": "Open In New Tab",
|
|
||||||
"implementation": "windowing/NewTabAction.js",
|
|
||||||
"description": "Open in a new browser tab",
|
|
||||||
"category": ["view-control", "contextual"],
|
|
||||||
"depends": [ "urlService", "$window" ],
|
|
||||||
"group": "windowing",
|
|
||||||
"glyph": "y",
|
|
||||||
"priority": "preferred"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "fullscreen",
|
|
||||||
"implementation": "windowing/FullscreenAction.js",
|
|
||||||
"category": "view-control",
|
|
||||||
"group": "windowing",
|
|
||||||
"glyph": "z",
|
|
||||||
"priority": "default"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"views": [
|
|
||||||
{
|
|
||||||
"key": "items",
|
|
||||||
"name": "Items",
|
|
||||||
"glyph": "9",
|
|
||||||
"description": "Grid of available items",
|
|
||||||
"templateUrl": "templates/items/items.html",
|
|
||||||
"uses": [ "composition" ],
|
|
||||||
"gestures": [ "drop" ],
|
|
||||||
"type": "folder",
|
|
||||||
"editable": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"components": [
|
|
||||||
{
|
|
||||||
"key": "CreateActionProvider",
|
|
||||||
"provides": "actionService",
|
|
||||||
"type": "provider",
|
|
||||||
"implementation": "creation/CreateActionProvider.js",
|
|
||||||
"depends": [ "typeService", "dialogService", "creationService", "policyService" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "CreationService",
|
|
||||||
"provides": "creationService",
|
|
||||||
"type": "provider",
|
|
||||||
"implementation": "creation/CreationService.js",
|
|
||||||
"depends": [ "$q", "$log" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"runs": [
|
|
||||||
{
|
|
||||||
"implementation": "windowing/WindowTitler.js",
|
|
||||||
"depends": [ "navigationService", "$rootScope", "$document" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"licenses": [
|
|
||||||
{
|
|
||||||
"name": "screenfull.js",
|
|
||||||
"version": "1.2.0",
|
|
||||||
"description": "Wrapper for cross-browser usage of fullscreen API",
|
|
||||||
"author": "Sindre Sorhus",
|
|
||||||
"website": "https://github.com/sindresorhus/screenfull.js/",
|
|
||||||
"copyright": "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
|
|
||||||
"license": "license-mit",
|
|
||||||
"link": "https://github.com/sindresorhus/screenfull.js/blob/gh-pages/license"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
/*!
|
|
||||||
* screenfull
|
|
||||||
* v1.2.0 - 2014-04-29
|
|
||||||
* (c) Sindre Sorhus; MIT License
|
|
||||||
*/
|
|
||||||
!function(){"use strict";var a="undefined"!=typeof module&&module.exports,b="undefined"!=typeof Element&&"ALLOW_KEYBOARD_INPUT"in Element,c=function(){for(var a,b,c=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],d=0,e=c.length,f={};e>d;d++)if(a=c[d],a&&a[1]in document){for(d=0,b=a.length;b>d;d++)f[c[0][d]]=a[d];return f}return!1}(),d={request:function(a){var d=c.requestFullscreen;a=a||document.documentElement,/5\.1[\.\d]* Safari/.test(navigator.userAgent)?a[d]():a[d](b&&Element.ALLOW_KEYBOARD_INPUT)},exit:function(){document[c.exitFullscreen]()},toggle:function(a){this.isFullscreen?this.exit():this.request(a)},onchange:function(){},onerror:function(){},raw:c};return c?(Object.defineProperties(d,{isFullscreen:{get:function(){return!!document[c.fullscreenElement]}},element:{enumerable:!0,get:function(){return document[c.fullscreenElement]}},enabled:{enumerable:!0,get:function(){return!!document[c.fullscreenEnabled]}}}),document.addEventListener(c.fullscreenchange,function(a){d.onchange.call(d,a)}),document.addEventListener(c.fullscreenerror,function(a){d.onerror.call(d,a)}),void(a?module.exports=d:window.screenfull=d)):void(a?module.exports=!1:window.screenfull=!1)}();
|
|
@ -19,8 +19,8 @@
|
|||||||
this source code distribution or the Licensing information page available
|
this source code distribution or the Licensing information page available
|
||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
<span ng-controller="BrowseObjectController">
|
<div ng-controller="BrowseObjectController" class="abs l-flex-col">
|
||||||
<div class="object-browse-bar l-flex-row">
|
<div class="holder flex-elem l-flex-row object-browse-bar ">
|
||||||
<div class="items-select left flex-elem l-flex-row grows">
|
<div class="items-select left flex-elem l-flex-row grows">
|
||||||
<mct-representation key="'back-arrow'"
|
<mct-representation key="'back-arrow'"
|
||||||
mct-object="domainObject"
|
mct-object="domainObject"
|
||||||
@ -43,8 +43,35 @@
|
|||||||
</mct-representation>
|
</mct-representation>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<mct-representation key="representation.selected.key"
|
<div class="holder l-flex-col flex-elem grows l-object-wrapper">
|
||||||
mct-object="representation.selected.key && domainObject"
|
<div ng-if="isEditable" class="holder l-flex-col flex-elem grows l-object-wrapper-inner">
|
||||||
class="abs object-holder">
|
<!-- Toolbar and Save/Cancel buttons -->
|
||||||
</mct-representation>
|
<div class="l-edit-controls flex-elem l-flex-row flex-align-end">
|
||||||
</span>
|
<mct-representation key="'edit-action-buttons'"
|
||||||
|
mct-object="domainObject"
|
||||||
|
class='flex-elem conclude-editing'>
|
||||||
|
</mct-representation>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<mct-representation key="representation.selected.key"
|
||||||
|
mct-object="representation.selected.key && domainObject"
|
||||||
|
class="abs flex-elem grows object-holder-main scroll"
|
||||||
|
toolbar="toolbar">
|
||||||
|
</mct-representation>
|
||||||
|
</div>
|
||||||
|
<div ng-if="!isEditable" class="holder l-flex-col flex-elem grows l-object-wrapper-inner">
|
||||||
|
<!-- Toolbar and Save/Cancel buttons -->
|
||||||
|
<div class="l-edit-controls flex-elem l-flex-row flex-align-end">
|
||||||
|
<mct-representation key="'edit-action-buttons'"
|
||||||
|
mct-object="domainObject"
|
||||||
|
class='flex-elem conclude-editing'>
|
||||||
|
</mct-representation>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<mct-representation key="representation.selected.key"
|
||||||
|
mct-object="representation.selected.key && domainObject"
|
||||||
|
class="abs flex-elem grows object-holder-main scroll">
|
||||||
|
</mct-representation>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div class="abs holder-all browse-mode" ng-controller="BrowseController">
|
<div class="abs holder-all" ng-controller="BrowseController">
|
||||||
<mct-include key="'topbar-browse'"></mct-include>
|
<mct-include key="'topbar-browse'"></mct-include>
|
||||||
<div class="abs holder holder-main browse-area s-browse-area browse-wrapper"
|
<div class="abs holder holder-main browse-area s-browse-area browse-wrapper"
|
||||||
ng-controller="PaneController as modelPaneTree"
|
ng-controller="PaneController as modelPaneTree"
|
||||||
@ -63,7 +63,7 @@
|
|||||||
<mct-split-pane class='l-object-and-inspector contents abs' anchor='right'>
|
<mct-split-pane class='l-object-and-inspector contents abs' anchor='right'>
|
||||||
<div class='split-pane-component t-object pane primary-pane left'>
|
<div class='split-pane-component t-object pane primary-pane left'>
|
||||||
<mct-representation mct-object="navigatedObject"
|
<mct-representation mct-object="navigatedObject"
|
||||||
key="'browse-object'"
|
key="'view-object'"
|
||||||
class="abs holder holder-object">
|
class="abs holder holder-object">
|
||||||
</mct-representation>
|
</mct-representation>
|
||||||
</div>
|
</div>
|
||||||
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
<div class="split-pane-component t-inspect pane right mobile-hide">
|
<div class="split-pane-component t-inspect pane right mobile-hide">
|
||||||
<mct-representation key="'object-inspector'"
|
<mct-representation key="'object-inspector'"
|
||||||
mct-object="domainObject"
|
mct-object="navigatedObject"
|
||||||
ng-model="treeModel">
|
ng-model="treeModel">
|
||||||
</mct-representation>
|
</mct-representation>
|
||||||
<a class="mini-tab-icon anchor-right mobile-hide toggle-pane toggle-inspect"
|
<a class="mini-tab-icon anchor-right mobile-hide toggle-pane toggle-inspect"
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
this source code distribution or the Licensing information page available
|
this source code distribution or the Licensing information page available
|
||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
<span ng-controller="SplitPaneController as splitter">
|
<div ng-controller="InspectorController">
|
||||||
<div class="splitter" ng-style="splitter.style()"
|
<div ng-repeat="region in regions">
|
||||||
mct-drag="splitter.move(delta.x)">
|
<mct-representation
|
||||||
|
key="region.content.key"
|
||||||
|
mct-object="domainObject"
|
||||||
|
ng-model="ngModel">
|
||||||
|
</mct-representation>
|
||||||
</div>
|
</div>
|
||||||
<div class='split-pane-component items pane' style="right:0;"
|
</div>
|
||||||
ng-style="splitter.style()"
|
|
||||||
ng-transclude>
|
|
||||||
</div>
|
|
||||||
</span>
|
|
@ -0,0 +1,60 @@
|
|||||||
|
<!--
|
||||||
|
Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
Administration. All rights reserved.
|
||||||
|
|
||||||
|
Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
"License"); you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
License for the specific language governing permissions and limitations
|
||||||
|
under the License.
|
||||||
|
|
||||||
|
Open MCT Web includes source code licensed under additional open source
|
||||||
|
licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
this source code distribution or the Licensing information page available
|
||||||
|
at runtime from the About dialog for additional information.
|
||||||
|
-->
|
||||||
|
<div ng-controller="ObjectInspectorController as controller">
|
||||||
|
<ul class="flex-elem grows l-inspector-part">
|
||||||
|
<li>
|
||||||
|
<em class="t-inspector-part-header">Properties</em>
|
||||||
|
<div class="inspector-properties"
|
||||||
|
ng-repeat="data in metadata"
|
||||||
|
ng-class="{ first:$index === 0 }">
|
||||||
|
<div class="label">{{ data.name }}</div>
|
||||||
|
<div class="value">{{ data.value }}</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li ng-if="contextutalParents.length > 0">
|
||||||
|
<em class="t-inspector-part-header" title="The location of this linked object.">Location</em>
|
||||||
|
<span class="inspector-location"
|
||||||
|
ng-repeat="parent in contextutalParents"
|
||||||
|
ng-class="{ last:($index + 1) === contextualParents.length }">
|
||||||
|
<mct-representation key="'label'"
|
||||||
|
mct-object="parent"
|
||||||
|
ng-model="ngModel"
|
||||||
|
ng-click="ngModel.selectedObject = parent"
|
||||||
|
class="location-item">
|
||||||
|
</mct-representation>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li ng-if="primaryParents.length > 0">
|
||||||
|
<em class="t-inspector-part-header" title="The location of the original object that this was linked from.">Original Location</em>
|
||||||
|
<span class="inspector-location"
|
||||||
|
ng-repeat="parent in primaryParents"
|
||||||
|
ng-class="{ last:($index + 1) === primaryParents.length }">
|
||||||
|
<mct-representation key="'label'"
|
||||||
|
mct-object="parent"
|
||||||
|
ng-model="ngModel"
|
||||||
|
ng-click="ngModel.selectedObject = parent"
|
||||||
|
class="location-item">
|
||||||
|
</mct-representation>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
@ -27,7 +27,9 @@
|
|||||||
<mct-representation class="desktop-hide" key="'info-button'" mct-object="domainObject"></mct-representation>
|
<mct-representation class="desktop-hide" key="'info-button'" mct-object="domainObject"></mct-representation>
|
||||||
</div>
|
</div>
|
||||||
<div class='item-main abs lg'>
|
<div class='item-main abs lg'>
|
||||||
<span class="t-item-icon" ng-class="{ 'l-icon-link':location.isLink() }">{{type.getGlyph()}}</span>
|
<span class="t-item-icon" ng-class="{ 'l-icon-link':location.isLink() }">
|
||||||
|
<span class="t-item-icon-glyph ng-binding">{{type.getGlyph()}}</span>
|
||||||
|
</span>
|
||||||
<div class='ui-symbol abs item-open'>}</div>
|
<div class='ui-symbol abs item-open'>}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='bottom-bar bar abs'>
|
<div class='bottom-bar bar abs'>
|
||||||
|
33
platform/commonUI/browse/res/templates/view-object.html
Normal file
33
platform/commonUI/browse/res/templates/view-object.html
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
<!--
|
||||||
|
Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
Administration. All rights reserved.
|
||||||
|
|
||||||
|
Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
"License"); you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
License for the specific language governing permissions and limitations
|
||||||
|
under the License.
|
||||||
|
|
||||||
|
Open MCT Web includes source code licensed under additional open source
|
||||||
|
licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
this source code distribution or the Licensing information page available
|
||||||
|
at runtime from the About dialog for additional information.
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
A representation that allows the 'View' region of an object view to change
|
||||||
|
dynamically (eg. between browse and edit modes). Values correspond to a
|
||||||
|
representation key, and currently defaults to 'browse-object'.
|
||||||
|
|
||||||
|
In the case of edit, the EditRepresenter will change this to editable
|
||||||
|
representation of the object as needed.
|
||||||
|
-->
|
||||||
|
<mct-representation mct-object="domainObject"
|
||||||
|
key="viewObjectTemplate || 'browse-object'"
|
||||||
|
class="abs holder holder-object">
|
||||||
|
</mct-representation>
|
@ -19,19 +19,20 @@
|
|||||||
* this source code distribution or the Licensing information page available
|
* this source code distribution or the Licensing information page available
|
||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*global define,Promise*/
|
/*global define,Promise, confirm*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This bundle implements Browse mode.
|
* This bundle implements Browse mode.
|
||||||
* @namespace platform/commonUI/browse
|
* @namespace platform/commonUI/browse
|
||||||
*/
|
*/
|
||||||
define(
|
define(
|
||||||
[],
|
[
|
||||||
function () {
|
'../../../representation/src/gestures/GestureConstants'
|
||||||
|
],
|
||||||
|
function (GestureConstants) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var ROOT_ID = "ROOT",
|
var ROOT_ID = "ROOT";
|
||||||
DEFAULT_PATH = "mine";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The BrowseController is used to populate the initial scope in Browse
|
* The BrowseController is used to populate the initial scope in Browse
|
||||||
@ -43,9 +44,19 @@ define(
|
|||||||
* @memberof platform/commonUI/browse
|
* @memberof platform/commonUI/browse
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
function BrowseController($scope, $route, $location, objectService, navigationService, urlService) {
|
function BrowseController(
|
||||||
|
$scope,
|
||||||
|
$route,
|
||||||
|
$location,
|
||||||
|
$window,
|
||||||
|
objectService,
|
||||||
|
navigationService,
|
||||||
|
urlService,
|
||||||
|
policyService,
|
||||||
|
defaultPath
|
||||||
|
) {
|
||||||
var path = [ROOT_ID].concat(
|
var path = [ROOT_ID].concat(
|
||||||
($route.current.params.ids || DEFAULT_PATH).split("/")
|
($route.current.params.ids || defaultPath).split("/")
|
||||||
);
|
);
|
||||||
|
|
||||||
function updateRoute(domainObject) {
|
function updateRoute(domainObject) {
|
||||||
@ -71,13 +82,33 @@ define(
|
|||||||
// Callback for updating the in-scope reference to the object
|
// Callback for updating the in-scope reference to the object
|
||||||
// that is currently navigated-to.
|
// that is currently navigated-to.
|
||||||
function setNavigation(domainObject) {
|
function setNavigation(domainObject) {
|
||||||
$scope.navigatedObject = domainObject;
|
var navigationAllowed = true;
|
||||||
$scope.treeModel.selectedObject = domainObject;
|
|
||||||
navigationService.setNavigation(domainObject);
|
if (domainObject === $scope.navigatedObject){
|
||||||
updateRoute(domainObject);
|
//do nothing;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
policyService.allow("navigation", $scope.navigatedObject, domainObject, function(message){
|
||||||
|
navigationAllowed = $window.confirm(message + "\r\n\r\n" +
|
||||||
|
" Are you sure you want to continue?");
|
||||||
|
});
|
||||||
|
|
||||||
|
if (navigationAllowed) {
|
||||||
|
$scope.navigatedObject = domainObject;
|
||||||
|
$scope.treeModel.selectedObject = domainObject;
|
||||||
|
navigationService.setNavigation(domainObject);
|
||||||
|
updateRoute(domainObject);
|
||||||
|
} else {
|
||||||
|
//If navigation was unsuccessful (ie. blocked), reset
|
||||||
|
// the selected object in the tree to the currently
|
||||||
|
// navigated object
|
||||||
|
$scope.treeModel.selectedObject = $scope.navigatedObject ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function navigateTo(domainObject) {
|
function navigateTo(domainObject) {
|
||||||
|
|
||||||
// Check if an object has been navigated-to already...
|
// Check if an object has been navigated-to already...
|
||||||
// If not, or if an ID path has been explicitly set in the URL,
|
// If not, or if an ID path has been explicitly set in the URL,
|
||||||
// navigate to the URL-specified object.
|
// navigate to the URL-specified object.
|
||||||
@ -116,6 +147,12 @@ define(
|
|||||||
} else {
|
} else {
|
||||||
doNavigate(nextObject, index + 1);
|
doNavigate(nextObject, index + 1);
|
||||||
}
|
}
|
||||||
|
} else if (index === 1 && c.length > 0) {
|
||||||
|
// Roots are in a top-level container that we don't
|
||||||
|
// want to be selected, so if we couldn't find an
|
||||||
|
// object at the path we wanted, at least select
|
||||||
|
// one of its children.
|
||||||
|
navigateTo(c[c.length - 1]);
|
||||||
} else {
|
} else {
|
||||||
// Couldn't find the next element of the path
|
// Couldn't find the next element of the path
|
||||||
// so navigate to the last path object we did find
|
// so navigate to the last path object we did find
|
||||||
@ -146,7 +183,8 @@ define(
|
|||||||
// Listen for changes in navigation state.
|
// Listen for changes in navigation state.
|
||||||
navigationService.addListener(setNavigation);
|
navigationService.addListener(setNavigation);
|
||||||
|
|
||||||
// Also listen for changes which come from the tree
|
// Also listen for changes which come from the tree. Changes in
|
||||||
|
// the tree will trigger a change in browse navigation state.
|
||||||
$scope.$watch("treeModel.selectedObject", setNavigation);
|
$scope.$watch("treeModel.selectedObject", setNavigation);
|
||||||
|
|
||||||
// Clean up when the scope is destroyed
|
// Clean up when the scope is destroyed
|
||||||
|
@ -33,7 +33,9 @@ define(
|
|||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
function BrowseObjectController($scope, $location, $route) {
|
function BrowseObjectController($scope, $location, $route) {
|
||||||
|
var navigatedObject;
|
||||||
function setViewForDomainObject(domainObject) {
|
function setViewForDomainObject(domainObject) {
|
||||||
|
|
||||||
var locationViewKey = $location.search().view;
|
var locationViewKey = $location.search().view;
|
||||||
|
|
||||||
function selectViewIfMatching(view) {
|
function selectViewIfMatching(view) {
|
||||||
@ -47,10 +49,12 @@ define(
|
|||||||
((domainObject && domainObject.useCapability('view')) || [])
|
((domainObject && domainObject.useCapability('view')) || [])
|
||||||
.forEach(selectViewIfMatching);
|
.forEach(selectViewIfMatching);
|
||||||
}
|
}
|
||||||
|
navigatedObject = domainObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateQueryParam(viewKey) {
|
function updateQueryParam(viewKey) {
|
||||||
var unlisten, priorRoute = $route.current;
|
var unlisten,
|
||||||
|
priorRoute = $route.current;
|
||||||
|
|
||||||
if (viewKey) {
|
if (viewKey) {
|
||||||
$location.search('view', viewKey);
|
$location.search('view', viewKey);
|
||||||
@ -67,6 +71,11 @@ define(
|
|||||||
|
|
||||||
$scope.$watch('domainObject', setViewForDomainObject);
|
$scope.$watch('domainObject', setViewForDomainObject);
|
||||||
$scope.$watch('representation.selected.key', updateQueryParam);
|
$scope.$watch('representation.selected.key', updateQueryParam);
|
||||||
|
|
||||||
|
$scope.doAction = function (action){
|
||||||
|
return $scope[action] && $scope[action]();
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return BrowseObjectController;
|
return BrowseObjectController;
|
||||||
|
69
platform/commonUI/browse/src/InspectorRegion.js
Normal file
69
platform/commonUI/browse/src/InspectorRegion.js
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define,window*/
|
||||||
|
|
||||||
|
define(
|
||||||
|
[
|
||||||
|
'../../regions/src/Region'
|
||||||
|
],
|
||||||
|
function (Region) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Defines the a default Inspector region. Captured in a class to
|
||||||
|
* allow for modular extension and customization of regions based on
|
||||||
|
* the typical case.
|
||||||
|
* @memberOf platform/commonUI/regions
|
||||||
|
* @constructor
|
||||||
|
*/
|
||||||
|
function InspectorRegion() {
|
||||||
|
Region.call(this, {'name': 'Inspector'});
|
||||||
|
|
||||||
|
this.buildRegion();
|
||||||
|
}
|
||||||
|
|
||||||
|
InspectorRegion.prototype = Object.create(Region.prototype);
|
||||||
|
InspectorRegion.prototype.constructor = Region;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
|
InspectorRegion.prototype.buildRegion = function() {
|
||||||
|
var metadataRegion = {
|
||||||
|
name: 'metadata',
|
||||||
|
title: 'Metadata Region',
|
||||||
|
// Which modes should the region part be visible in? If
|
||||||
|
// nothing provided here, then assumed that part is visible
|
||||||
|
// in both. The visibility or otherwise of a region part
|
||||||
|
// should be decided by a policy. In this case, 'modes' is a
|
||||||
|
// shortcut that is used by the EditableRegionPolicy.
|
||||||
|
modes: ['browse', 'edit'],
|
||||||
|
content: {
|
||||||
|
key: 'object-properties'
|
||||||
|
}
|
||||||
|
};
|
||||||
|
this.addRegion(new Region(metadataRegion), 0);
|
||||||
|
};
|
||||||
|
|
||||||
|
return InspectorRegion;
|
||||||
|
}
|
||||||
|
);
|
139
platform/commonUI/browse/src/creation/AddAction.js
Normal file
139
platform/commonUI/browse/src/creation/AddAction.js
Normal file
@ -0,0 +1,139 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define,Promise*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Module defining AddAction. Created by ahenry on 01/21/16.
|
||||||
|
*/
|
||||||
|
define(
|
||||||
|
[
|
||||||
|
'./CreateWizard'
|
||||||
|
],
|
||||||
|
function (CreateWizard) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Add Action is performed to create new instances of
|
||||||
|
* domain objects of a specific type that are subobjects of an
|
||||||
|
* object being edited. This is the action that is performed when a
|
||||||
|
* user uses the Add menu option.
|
||||||
|
*
|
||||||
|
* @memberof platform/commonUI/browse
|
||||||
|
* @implements {Action}
|
||||||
|
* @constructor
|
||||||
|
*
|
||||||
|
* @param {Type} type the type of domain object to create
|
||||||
|
* @param {DomainObject} parent the domain object that should
|
||||||
|
* act as a container for the newly-created object
|
||||||
|
* (note that the user will have an opportunity to
|
||||||
|
* override this)
|
||||||
|
* @param {ActionContext} context the context in which the
|
||||||
|
* action is being performed
|
||||||
|
* @param {DialogService} dialogService
|
||||||
|
*/
|
||||||
|
function AddAction(type, parent, context, $q, dialogService, policyService) {
|
||||||
|
this.metadata = {
|
||||||
|
key: 'add',
|
||||||
|
glyph: type.getGlyph(),
|
||||||
|
name: type.getName(),
|
||||||
|
type: type.getKey(),
|
||||||
|
description: type.getDescription(),
|
||||||
|
context: context
|
||||||
|
};
|
||||||
|
|
||||||
|
this.type = type;
|
||||||
|
this.parent = parent;
|
||||||
|
this.$q = $q;
|
||||||
|
this.dialogService = dialogService;
|
||||||
|
this.policyService = policyService;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Create a new object of the given type.
|
||||||
|
* This will prompt for user input first.
|
||||||
|
*
|
||||||
|
* @returns {Promise} that will be resolved with the object that the
|
||||||
|
* action was originally invoked on (ie. the 'parent')
|
||||||
|
*/
|
||||||
|
AddAction.prototype.perform = function () {
|
||||||
|
var newModel = this.type.getInitialModel(),
|
||||||
|
newObject,
|
||||||
|
parentObject = this.parent,
|
||||||
|
wizard;
|
||||||
|
|
||||||
|
newModel.type = this.type.getKey();
|
||||||
|
newObject = parentObject.getCapability('instantiation').instantiate(newModel);
|
||||||
|
newObject.useCapability('mutation', function(model){
|
||||||
|
model.location = parentObject.getId();
|
||||||
|
});
|
||||||
|
|
||||||
|
wizard = new CreateWizard(newObject, this.parent, this.policyService);
|
||||||
|
|
||||||
|
function populateObjectFromInput (formValue) {
|
||||||
|
return wizard.populateObjectFromInput(formValue, newObject);
|
||||||
|
}
|
||||||
|
|
||||||
|
function addToParent (populatedObject) {
|
||||||
|
parentObject.getCapability('composition').add(populatedObject);
|
||||||
|
return parentObject.getCapability('persistence').persist().then(function(){
|
||||||
|
return parentObject;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function save(object) {
|
||||||
|
/*
|
||||||
|
It's necessary to persist the new sub-object in order
|
||||||
|
that it can be retrieved for composition in the parent.
|
||||||
|
Future refactoring that allows temporary objects to be
|
||||||
|
retrieved from object services will make this unnecessary.
|
||||||
|
*/
|
||||||
|
return object.getCapability('editor').save(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
return this.dialogService
|
||||||
|
.getUserInput(wizard.getFormStructure(false), wizard.getInitialFormValue())
|
||||||
|
.then(populateObjectFromInput)
|
||||||
|
.then(save)
|
||||||
|
.then(addToParent);
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Metadata associated with a Add action.
|
||||||
|
* @typedef {ActionMetadata} AddActionMetadata
|
||||||
|
* @property {string} type the key for the type of domain object
|
||||||
|
* to be created
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get metadata about this action.
|
||||||
|
* @returns {AddActionMetadata} metadata about this action
|
||||||
|
*/
|
||||||
|
AddAction.prototype.getMetadata = function () {
|
||||||
|
return this.metadata;
|
||||||
|
};
|
||||||
|
|
||||||
|
return AddAction;
|
||||||
|
}
|
||||||
|
);
|
87
platform/commonUI/browse/src/creation/AddActionProvider.js
Normal file
87
platform/commonUI/browse/src/creation/AddActionProvider.js
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
/*****************************************************************************
|
||||||
|
* Open MCT Web, Copyright (c) 2014-2015, United States Government
|
||||||
|
* as represented by the Administrator of the National Aeronautics and Space
|
||||||
|
* Administration. All rights reserved.
|
||||||
|
*
|
||||||
|
* Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
||||||
|
* "License"); you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations
|
||||||
|
* under the License.
|
||||||
|
*
|
||||||
|
* Open MCT Web includes source code licensed under additional open source
|
||||||
|
* licenses. See the Open Source Licenses file (LICENSES.md) included with
|
||||||
|
* this source code distribution or the Licensing information page available
|
||||||
|
* at runtime from the About dialog for additional information.
|
||||||
|
*****************************************************************************/
|
||||||
|
/*global define,Promise*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Module defining AddActionProvider.js. Created by ahenry on 01/21/16.
|
||||||
|
*/
|
||||||
|
define(
|
||||||
|
["./AddAction"],
|
||||||
|
function (AddAction) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The AddActionProvider is an ActionProvider which introduces
|
||||||
|
* an Add action for creating sub objects.
|
||||||
|
*
|
||||||
|
* @memberof platform/commonUI/browse
|
||||||
|
* @constructor
|
||||||
|
* @implements {ActionService}
|
||||||
|
*
|
||||||
|
* @param {TypeService} typeService the type service, used to discover
|
||||||
|
* available types
|
||||||
|
* @param {DialogService} dialogService the dialog service, used by
|
||||||
|
* specific Create actions to get user input to populate the
|
||||||
|
* model of the newly-created domain object.
|
||||||
|
* @param {CreationService} creationService the creation service (also
|
||||||
|
* introduced in this bundle), responsible for handling actual
|
||||||
|
* object creation.
|
||||||
|
*/
|
||||||
|
function AddActionProvider($q, typeService, dialogService, policyService) {
|
||||||
|
this.typeService = typeService;
|
||||||
|
this.dialogService = dialogService;
|
||||||
|
this.$q = $q;
|
||||||
|
this.policyService = policyService;
|
||||||
|
}
|
||||||
|
|
||||||
|
AddActionProvider.prototype.getActions = function (actionContext) {
|
||||||
|
var context = actionContext || {},
|
||||||
|
key = context.key,
|
||||||
|
destination = context.domainObject,
|
||||||
|
self = this;
|
||||||
|
|
||||||
|
// We only provide Add actions, and we need a
|
||||||
|
// domain object to serve as the container for the
|
||||||
|
// newly-created object (although the user may later
|
||||||
|
// make a different selection)
|
||||||
|
if (key !== 'add' || !destination) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
|
// Introduce one create action per type
|
||||||
|
return this.typeService.listTypes().filter(function (type) {
|
||||||
|
return self.policyService.allow("creation", type) && self.policyService.allow("composition", destination.getCapability('type'), type);
|
||||||
|
}).map(function (type) {
|
||||||
|
return new AddAction(
|
||||||
|
type,
|
||||||
|
destination,
|
||||||
|
context,
|
||||||
|
self.$q,
|
||||||
|
self.dialogService,
|
||||||
|
self.policyService
|
||||||
|
);
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
return AddActionProvider;
|
||||||
|
}
|
||||||
|
);
|
@ -25,8 +25,11 @@
|
|||||||
* Module defining CreateAction. Created by vwoeltje on 11/10/14.
|
* Module defining CreateAction. Created by vwoeltje on 11/10/14.
|
||||||
*/
|
*/
|
||||||
define(
|
define(
|
||||||
['./CreateWizard'],
|
[
|
||||||
function (CreateWizard) {
|
'./CreateWizard',
|
||||||
|
'../../../edit/src/objects/EditableDomainObject'
|
||||||
|
],
|
||||||
|
function (CreateWizard, EditableDomainObject) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -45,13 +48,11 @@ define(
|
|||||||
* override this)
|
* override this)
|
||||||
* @param {ActionContext} context the context in which the
|
* @param {ActionContext} context the context in which the
|
||||||
* action is being performed
|
* action is being performed
|
||||||
* @param {DialogService} dialogService the dialog service
|
* @param {NavigationService} navigationService the navigation service,
|
||||||
* to use when requesting user input
|
* which handles changes in navigation. It allows the object
|
||||||
* @param {CreationService} creationService the creation service,
|
* being browsed/edited to be set.
|
||||||
* which handles the actual instantiation and persistence
|
|
||||||
* of the newly-created domain object
|
|
||||||
*/
|
*/
|
||||||
function CreateAction(type, parent, context, dialogService, creationService, policyService) {
|
function CreateAction(type, parent, context, $q, navigationService) {
|
||||||
this.metadata = {
|
this.metadata = {
|
||||||
key: 'create',
|
key: 'create',
|
||||||
glyph: type.getGlyph(),
|
glyph: type.getGlyph(),
|
||||||
@ -63,9 +64,21 @@ define(
|
|||||||
|
|
||||||
this.type = type;
|
this.type = type;
|
||||||
this.parent = parent;
|
this.parent = parent;
|
||||||
this.policyService = policyService;
|
this.navigationService = navigationService;
|
||||||
this.dialogService = dialogService;
|
this.$q = $q;
|
||||||
this.creationService = creationService;
|
}
|
||||||
|
|
||||||
|
// Get a count of views which are not flagged as non-editable.
|
||||||
|
function countEditableViews(domainObject) {
|
||||||
|
var views = domainObject && domainObject.useCapability('view'),
|
||||||
|
count = 0;
|
||||||
|
|
||||||
|
// A view is editable unless explicitly flagged as not
|
||||||
|
(views || []).forEach(function (view) {
|
||||||
|
count += (view.editable !== false) ? 1 : 0;
|
||||||
|
});
|
||||||
|
|
||||||
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -73,45 +86,25 @@ define(
|
|||||||
* This will prompt for user input first.
|
* This will prompt for user input first.
|
||||||
*/
|
*/
|
||||||
CreateAction.prototype.perform = function () {
|
CreateAction.prototype.perform = function () {
|
||||||
/*
|
var newModel = this.type.getInitialModel(),
|
||||||
Overview of steps in object creation:
|
parentObject = this.navigationService.getNavigation(),
|
||||||
|
newObject,
|
||||||
|
editableObject;
|
||||||
|
|
||||||
1. Show dialog
|
newModel.type = this.type.getKey();
|
||||||
a. Prepare dialog contents
|
newObject = parentObject.useCapability('instantiation', newModel);
|
||||||
b. Invoke dialogService
|
editableObject = new EditableDomainObject(newObject, this.$q);
|
||||||
2. Create new object in persistence service
|
editableObject.setOriginalObject(parentObject);
|
||||||
a. Generate UUID
|
editableObject.getCapability('status').set('editing', true);
|
||||||
b. Store model
|
editableObject.useCapability('mutation', function(model){
|
||||||
3. Mutate destination container
|
model.location = parentObject.getId();
|
||||||
a. Get mutation capability
|
});
|
||||||
b. Add new id to composition
|
|
||||||
4. Persist destination container
|
|
||||||
a. ...use persistence capability.
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The wizard will handle creating the form model based
|
if (countEditableViews(editableObject) > 0 && editableObject.hasCapability('composition')) {
|
||||||
// on the type...
|
this.navigationService.setNavigation(editableObject);
|
||||||
var wizard =
|
} else {
|
||||||
new CreateWizard(this.type, this.parent, this.policyService),
|
return editableObject.getCapability('action').perform('save');
|
||||||
self = this;
|
|
||||||
|
|
||||||
// Create and persist the new object, based on user
|
|
||||||
// input.
|
|
||||||
function persistResult(formValue) {
|
|
||||||
var parent = wizard.getLocation(formValue),
|
|
||||||
newModel = wizard.createModel(formValue);
|
|
||||||
return self.creationService.createObject(newModel, parent);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function doNothing() {
|
|
||||||
// Create cancelled, do nothing
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return this.dialogService.getUserInput(
|
|
||||||
wizard.getFormStructure(),
|
|
||||||
wizard.getInitialFormValue()
|
|
||||||
).then(persistResult, doNothing);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,10 +46,10 @@ define(
|
|||||||
* introduced in this bundle), responsible for handling actual
|
* introduced in this bundle), responsible for handling actual
|
||||||
* object creation.
|
* object creation.
|
||||||
*/
|
*/
|
||||||
function CreateActionProvider(typeService, dialogService, creationService, policyService) {
|
function CreateActionProvider($q, typeService, navigationService, policyService) {
|
||||||
this.typeService = typeService;
|
this.typeService = typeService;
|
||||||
this.dialogService = dialogService;
|
this.navigationService = navigationService;
|
||||||
this.creationService = creationService;
|
this.$q = $q;
|
||||||
this.policyService = policyService;
|
this.policyService = policyService;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -69,15 +69,14 @@ define(
|
|||||||
|
|
||||||
// Introduce one create action per type
|
// Introduce one create action per type
|
||||||
return this.typeService.listTypes().filter(function (type) {
|
return this.typeService.listTypes().filter(function (type) {
|
||||||
return type.hasFeature("creation");
|
return self.policyService.allow("creation", type);
|
||||||
}).map(function (type) {
|
}).map(function (type) {
|
||||||
return new CreateAction(
|
return new CreateAction(
|
||||||
type,
|
type,
|
||||||
destination,
|
destination,
|
||||||
context,
|
context,
|
||||||
self.dialogService,
|
self.$q,
|
||||||
self.creationService,
|
self.navigationService
|
||||||
self.policyService
|
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -26,18 +26,21 @@ define(
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct a new CreateWizard.
|
* A class for capturing user input data from an object creation
|
||||||
|
* dialog, and populating a domain object with that data.
|
||||||
*
|
*
|
||||||
* @param {TypeImpl} type the type of domain object to be created
|
* @param {DomainObject} domainObject the newly created object to
|
||||||
|
* populate with user input
|
||||||
* @param {DomainObject} parent the domain object to serve as
|
* @param {DomainObject} parent the domain object to serve as
|
||||||
* the initial parent for the created object, in the dialog
|
* the initial parent for the created object, in the dialog
|
||||||
* @memberof platform/commonUI/browse
|
* @memberof platform/commonUI/browse
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
function CreateWizard(type, parent, policyService) {
|
function CreateWizard(domainObject, parent, policyService) {
|
||||||
this.type = type;
|
this.type = domainObject.getCapability('type');
|
||||||
this.model = type.getInitialModel();
|
this.model = domainObject.getModel();
|
||||||
this.properties = type.getProperties();
|
this.domainObject = domainObject;
|
||||||
|
this.properties = this.type.getProperties();
|
||||||
this.parent = parent;
|
this.parent = parent;
|
||||||
this.policyService = policyService;
|
this.policyService = policyService;
|
||||||
}
|
}
|
||||||
@ -46,11 +49,14 @@ define(
|
|||||||
* Get the form model for this wizard; this is a description
|
* Get the form model for this wizard; this is a description
|
||||||
* that will be rendered to an HTML form. See the
|
* that will be rendered to an HTML form. See the
|
||||||
* platform/forms bundle
|
* platform/forms bundle
|
||||||
*
|
* @param {boolean} includeLocation if true, a 'location' section
|
||||||
|
* will be included that will allow the user to select the location
|
||||||
|
* of the newly created object, otherwise the .location property of
|
||||||
|
* the model will be used.
|
||||||
* @return {FormModel} formModel the form model to
|
* @return {FormModel} formModel the form model to
|
||||||
* show in the create dialog
|
* show in the create dialog
|
||||||
*/
|
*/
|
||||||
CreateWizard.prototype.getFormStructure = function () {
|
CreateWizard.prototype.getFormStructure = function (includeLocation) {
|
||||||
var sections = [],
|
var sections = [],
|
||||||
type = this.type,
|
type = this.type,
|
||||||
policyService = this.policyService;
|
policyService = this.policyService;
|
||||||
@ -84,12 +90,16 @@ define(
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Ensure there is always a "save in" section
|
// Ensure there is always a "save in" section
|
||||||
sections.push({ name: 'Location', rows: [{
|
if (includeLocation) {
|
||||||
name: "Save In",
|
sections.push({
|
||||||
control: "locator",
|
name: 'Location', rows: [{
|
||||||
validate: validateLocation,
|
name: "Save In",
|
||||||
key: "createParent"
|
control: "locator",
|
||||||
}]});
|
validate: validateLocation,
|
||||||
|
key: "createParent"
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
sections: sections,
|
sections: sections,
|
||||||
@ -97,6 +107,23 @@ define(
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Given some form input values and a domain object, populate the
|
||||||
|
* domain object used to create this wizard from the given form values.
|
||||||
|
* @param formValue
|
||||||
|
* @returns {DomainObject}
|
||||||
|
*/
|
||||||
|
CreateWizard.prototype.populateObjectFromInput = function(formValue) {
|
||||||
|
var parent = this.getLocation(formValue),
|
||||||
|
formModel = this.createModel(formValue);
|
||||||
|
|
||||||
|
formModel.location = parent.getId();
|
||||||
|
this.domainObject.useCapability("mutation", function(){
|
||||||
|
return formModel;
|
||||||
|
});
|
||||||
|
return this.domainObject;
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the initial value for the form being described.
|
* Get the initial value for the form being described.
|
||||||
* This will include the values for all properties described
|
* This will include the values for all properties described
|
||||||
@ -120,6 +147,7 @@ define(
|
|||||||
/**
|
/**
|
||||||
* Based on a populated form, get the domain object which
|
* Based on a populated form, get the domain object which
|
||||||
* should be used as a parent for the newly-created object.
|
* should be used as a parent for the newly-created object.
|
||||||
|
* @private
|
||||||
* @return {DomainObject}
|
* @return {DomainObject}
|
||||||
*/
|
*/
|
||||||
CreateWizard.prototype.getLocation = function (formValue) {
|
CreateWizard.prototype.getLocation = function (formValue) {
|
||||||
@ -129,6 +157,7 @@ define(
|
|||||||
/**
|
/**
|
||||||
* Create the domain object model for a newly-created object,
|
* Create the domain object model for a newly-created object,
|
||||||
* based on user input read from a formModel.
|
* based on user input read from a formModel.
|
||||||
|
* @private
|
||||||
* @return {object} the domain object model
|
* @return {object} the domain object model
|
||||||
*/
|
*/
|
||||||
CreateWizard.prototype.createModel = function (formValue) {
|
CreateWizard.prototype.createModel = function (formValue) {
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user