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
I'd like to integrate InvoiceNinja into Forest, by taking inspiration on the Stripe integration. After digging around the integration code, I realize it will be difficult for me to do that without forking forest-express.
It seems it could be easy to change https://github.com/ForestAdmin/forest-express/blob/devel/integrations/index.js#L5 to initialize modules with values passed through the liana options.
Before I open a pull request, I'd like to know if you would be willing to make the integration system pluggable.
Thanks :-)
The text was updated successfully, but these errors were encountered:
Hey @louisremi , that's an interesting use case!
Why wouldn't you fork the repository to add InvoiceNinja integration? The community could be happy to use your contribution.
I'm happy to open-source my integration, but it will probably not be as
complete as the Stripe integration, so I'm not sure it's a good idea to
make it an official integration just yet :-)
Hi,
I'd like to integrate InvoiceNinja into Forest, by taking inspiration on the Stripe integration. After digging around the integration code, I realize it will be difficult for me to do that without forking forest-express.
It seems it could be easy to change https://github.com/ForestAdmin/forest-express/blob/devel/integrations/index.js#L5 to initialize
modules
with values passed through the liana options.Before I open a pull request, I'd like to know if you would be willing to make the integration system pluggable.
Thanks :-)
The text was updated successfully, but these errors were encountered: