Opened 10 years ago
Closed 9 years ago
#867 closed defect (fixed)
wcs client needs cleanup
Reported by: | Vlad Merticariu | Owned by: | Alex Toader |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | applications | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
- what is js/drafs?
- contains: baseUrl: "http://kahlua.eecs.jacobs-university.de:8080/petascope_earthlook"
this must not appear in the code. Plus more inadequate stuff, like
var coverageList = _.map(["NIR", "lena", "visible_human", "climate_clouds", "eobs"],function (coverage) {
- this makes use of foreign libs, I need a list of them to be added to our external dependencies + their licenses, see rasdaman provenance page
- tests are there (which is good), but they make use of our std data sets which are going to change soon to make them "real" coverages. Let's not forget this change to come.
We should document somewhere (README or wiki) what test data sets we assume on the server.
- BTW, this client should be LGPL, needs to go into the std headers to be added (also to data/ BTW!) - we want them to be used as much as possible, so be liberal.
- img/ needs cleanup
Change History (3)
comment:1 by , 9 years ago
- Bootstrap v3.3.1 (MIT License):
- Homepage: http://getbootstrap.com/getting-started/ .Accessed at 14.12.2014
- License: https://github.com/twbs/bootstrap/blob/master/LICENSE . Accessed at 14.12.2014
- jQuery(MIT License): -Homepage:https://jquery.org/ .Accessed at 14.12.2014 -License: https://jquery.org/license/ . Accessed at 14.12.2014
- jQuery Collapse v1.1.0 (MIT License): -Homepage: http://webcloud.se/jQuery-Collapse/. Accessed at 14.12.2014 -License: https://github.com/danielstocks/jQuery-Collapse/blob/master/LICENSE. Accessed at 14.12.2014
- jQuery UI v1.11.2 (MIT License): -Homepage: http://jqueryui.com/. Accessed at 14.12.2014 -License: https://jquery.org/license/. Accessed at 14.12.2014
- Jasmine(MIT License): -Homepage: http://jasmine.github.io/ . Accessed at 14.12.2014 -License: https://github.com/jasmine/jasmine/blob/master/MIT.LICENSE .Accessed at 14.12.2014
- KnockoutJS(MIT License): -Homepage: http://knockoutjs.com/ . Accessed at 14.12.2014 -License: https://github.com/knockout/knockout/blob/master/LICENSE . Accessed at 14.12.2014
- Google Code Prettify (Apache License, Version 2.0) -Homepage: https://code.google.com/p/google-code-prettify/. Accessed at 14.12.2014 -License: http://www.apache.org/licenses/LICENSE-2.0, Accessed at 14.12.2014
- RequireJS (MIT License): -Homepage: http://requirejs.org/ . Accessed at 14.12.2014 -License: https://github.com/jrburke/requirejs/blob/master/LICENSE . Accessed at 14.12.2014
- xmlToJSON:
- Homepage: https://github.com/metatribal/xmlToJSON . Accessed at 14.12.2014
- License: https://github.com/metatribal/xmlToJSON/blob/master/LICENSE . Accessed at 14.12.2014
comment:2 by , 9 years ago
The unit tests are focused on checking if the response to a request is processed correctly. For these tests, sample XML documents that respect the WCS schema have been included.
The tests will have to be changed only if:
- The parsing mechanism is changed
- The XML schema of WCS responses is changed.
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.