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
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
Remove the "Send emails" button from the Results tab.
When no invitation is sent yet, let's display a "Send invitation" form on the Invited tab.
It should let the admin choose how many days those participants have to confirm the invitation through an input field (default to 7).
We can check if any invitations were sent by checking if there are any submissions with non-null invitation_token_created_at.
After sending the invitations, the "Send invitations" screen will be no longer seen. However, since we send emails asynchronously, there's the problem with what to show right after clicking "Show invitations"…
…in that case, let's display a "Sending invitations" screen on the Invited tab.
It should refresh itself every 5 seconds.
This screen should be displayed only if there are no submissions with invitation_token_created_at, but there are some delayed jobs in the queue.
ravicious
changed the title
Add "Send emails" & "Sending emails" screens to Invited
Add "Send invitations" & "Sending invitations" screens to Invited
Jun 3, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
invitation_token_created_at
.invitation_token_created_at
, but there are some delayed jobs in the queue.Blocked by #151.
The text was updated successfully, but these errors were encountered: