You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe 👀
At the moment there is quite a lot of steps involved when front end plugins are create, and making new plugin types require a bit of typing. Also bundling plugins into one would be easier if the plugin interface structure is store in an object, especially when a plugin interface needs more then one component exposed (like the StateLoader for columns, to load column data once, rather then by row, which is the main motivator for this issue).
Is your feature request related to a problem? Please describe 👀
At the moment there is quite a lot of steps involved when front end plugins are create, and making new plugin types require a bit of typing. Also bundling plugins into one would be easier if the plugin interface structure is store in an object, especially when a plugin interface needs more then one component exposed (like the StateLoader for columns, to load column data once, rather then by row, which is the main motivator for this issue).
Describe the solution you'd like 🎁
This repository was updated with the lates 'infrastructure' example of plugin interfaces exposed in one object: https://github.com/andreievg/plugins-example?tab=readme-ov-file
Describe alternatives you've considered 💭
Additional context 💌
Moneyworks Jobcode 🧰
The text was updated successfully, but these errors were encountered: