sodal-project / cartographer-mvp

MIT License
3 stars 1 forks source link

Formalize Integration Form Creation #218

Open tbenbow opened 12 months ago

tbenbow commented 12 months ago

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.