labthings / python-labthings

Python implementation of LabThings, based on the Flask microframework
GNU General Public License v3.0
18 stars 2 forks source link

Extensions should be able to add Components #6

Open jtc42 opened 4 years ago

jtc42 commented 4 years ago

Eventually, Extensions may become the backbone of constructing an LT app

Example of use: OFM with spectrometer: All spectrometer logic (functions, component, and views) can be handled by the extension

rwb27 commented 3 years ago

I've been thinking about this some more in relation to making it easier to swap stages, for example; is the notion of a Component already defined anywhere?

rwb27 commented 3 years ago

OK, mostly for my reference: