DiscipleTools / disciple-tools-bulk-magic-link-sender

disciple-tools-magic-links
Other
2 stars 7 forks source link

Handle typeahead fields with API data loading #47

Closed cairocoder01 closed 2 years ago

cairocoder01 commented 2 years ago

This updates most fields to use the new web components.

API requests for connections, tags, and locations are routed to an API within the magic link that will return the needed values and those that are available to the given user based on the existing magic link user impersonation.

There is also an update so that the web component asset files are included in the release package.

corsacca commented 2 years ago

Nice work @cairocoder01 ! Noticing a couple things: image Lets switch to passing the vars in the body of the request instead of the url. The template form has this fix. I'm testing this on an instance that has a lot of fields.

corsacca commented 2 years ago

I'm going to merge this is so we can keep making progess.