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
The integration form on the client side (and the server controller) is currently a fairly long if else statement to deal with each integration. We need to formalize this so it doesn't get out of control when we add more integrations. Each integration should have a separate file that defines it's form. In general, this needs to be more modular.
The text was updated successfully, but these errors were encountered:
The integration form on the client side (and the server controller) is currently a fairly long if else statement to deal with each integration. We need to formalize this so it doesn't get out of control when we add more integrations. Each integration should have a separate file that defines it's form. In general, this needs to be more modular.
The text was updated successfully, but these errors were encountered: