AthletiFi / athletifi-website

Official website for AthletiFi
https://www.athleti.fi
1 stars 5 forks source link

Add functionality to process multiple invite_id's through query string array #341

Closed qisforq closed 2 days ago

chef-louis commented 4 days ago

The writeUserSignUp lambda function has been updated to also handle comma-separated invite_id query parameters when a user logs in. So when we process emails out to parents with multiple kids, we will need to ensure that the initial claim link has multiple invite_ids strung together so one sign-up can claim all relevant cards in one go.

This has been tested along with the normal single invite_id use-case