Extendable backend using plugins #420
Labels
docs 📄
Improvements or additions to documentation
enhancement ⚡
New feature or request
needs testing 🔬
Issue needs testing
open mic 🎙️
Issue/PR in context is open for discussion, Tune in to add your own views.
Currently working on a plugin mechanism that allows flexible extension of the backend. It could be used to modify the apps behaviour by attaching functions to events. Example: WLED integration or GPIO could be moved to the plugins and so customized. Add a function to switch a GPIO when the photobooth starts a countdown would be very simple to realize...
The implementation is currently here and will be merged later once the basic functionality is ready: https://github.com/photobooth-app/photobooth-app/tree/plugin-architecture
Functions planned:
Out of scope currently
The text was updated successfully, but these errors were encountered: