kerel-fs / spectranalysis

The SatNOGS Artifacts Waterfall viewer provides ways to load of SatNOGS Artifacts (HDF5 files), displays the contained waterfall file and provides an interface for extracing timestamped frequency measurements from it.
https://kerel-fs.github.io/spectranalysis/example.html
GNU Affero General Public License v3.0
2 stars 2 forks source link

Investigate application/component distribution method #8

Open kerel-fs opened 2 years ago

kerel-fs commented 2 years ago

:lady_beetle: Problem

Currently "Spectranalysis" is a stand-alone web application, compiled by webpack and served as static content via github-pages. In the future it should be integrated into SatNOGS DB.

The stand-alone application is a great way to develop features in the frontend code without the need to setup a full-blown satnogs-db development environment, thus it is desirable to continue to have both:

Thus a method to compile & distribute the html/js/css assets is needed, as well as a method for satnogs-db to integrate those assets.

:bulb: Possible solutions