Closed everthemore closed 3 years ago
The plan sounds good. If the meeting is running, the client side should also immediately open the join URL (adding this for later).
If you get a chance @akhmerov, take a look at this workflow ('wranger dev' from top directory will start a local version to test).
TODO: Add boolean flag for Zoom yo notify registrant rather than custom email
In order to minimize disruption of the mailing list signups, let's check whether we can deploy 2 workers.
[ ] For simplicity let's use the default zoom registration emails
The registration via the API has the auto_approve flag that we can test.
The registration via the API has the auto_approve flag that we can test.
I remembered wrong. Whether an email is sent or not, is actually meeting configuration, and it's already correctly set to true
. So this requires no action.
[x] Important immediately after merging we should test whether mailing list signups still work.
Can confirm that this still works. The cloudflare worker now has a separate endpoint for mailing list signups, and one for zoom registrations that we can test separately by creating mock talks.
I propose:
Update cloudflare worker to also be able to handle zoom registrations. TODO:
Closes #15