Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cfp invite form v2 #1353

Merged
merged 3 commits into from
Feb 8, 2024
Merged

Create cfp invite form v2 #1353

merged 3 commits into from
Feb 8, 2024

Conversation

SamLR
Copy link
Member

@SamLR SamLR commented Feb 3, 2024

Second attempt at the 'invite speaker flow' (post chat with @Jonty).

closes #1327 & #813

Flow is now:

  1. Create new user for the invited speaker
  2. user has cfp_invite_reason set on them (this is a new column on the user).
  3. person creating the new user is given user login link with next set to cfp.form that they can return to the speaker (assumption is that there will be an existing on going conversation so this is preferable to a new email thread).
  4. because the user has cfp_invite_reason all their proposals go straight to the manual-review state (which is now editable) so we can track them easily.

The cfp form flow has also been updated so that users with the cfp_invite_reason can always submit new proposals (which go straight to manual review) this should avoid the need to use the ignore_close flows around the CfP.

@SamLR SamLR force-pushed the create-cfp-invite-form-v2 branch 4 times, most recently from db7d741 to df31f96 Compare February 8, 2024 15:54
SamLR added 3 commits February 8, 2024 16:12
This will let us invite a speaker, track that they are an invited
speaker (because there's something in the 'cfp_invite_reason') and then
generate a login url for them that will redirect them to fill in the
appropriate form for their cfp.
There may be some back and forth for invited proposals before they're
accepted but we don't want them to change state.

Also adds the 'is_editable' property to stop that being hardcoded
Mostly so pre-existing users that we have invited can be 'invited'
@SamLR SamLR force-pushed the create-cfp-invite-form-v2 branch from df31f96 to ea47cd9 Compare February 8, 2024 16:13
@SamLR SamLR merged commit 0e942e0 into main Feb 8, 2024
3 checks passed
@SamLR SamLR deleted the create-cfp-invite-form-v2 branch February 8, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create method to add a user and proposal that goes straight to manual review
2 participants