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
Do similar to what EspressoTS is doing here: https://doc.expresso-ts.com/docs/overview/providers where we de-couple the specific implementation of things usage. I think email providers will be a good place to try this out on
You should also be able to easily create your own type of provider type, say payment or fulfillment providers through a plugin, that then other plugins could fulfill. Again similar to how RC used to have a "payment" plug, that would then have various payment provider implementations.
The text was updated successfully, but these errors were encountered:
brent-hoover
added
the
tech-debt
Just my catch-all term for work that makes the app better but doesn't add a user feature
label
Jun 17, 2024
Do similar to what EspressoTS is doing here: https://doc.expresso-ts.com/docs/overview/providers where we de-couple the specific implementation of things usage. I think email providers will be a good place to try this out on
You should also be able to easily create your own type of provider type, say payment or fulfillment providers through a plugin, that then other plugins could fulfill. Again similar to how RC used to have a "payment" plug, that would then have various payment provider implementations.
The text was updated successfully, but these errors were encountered: